Module for encrypted PDF objects.
[Source]
# File sources/parser/encryption.rb, line 284 284: def post_build 285: encrypt! 286: 287: super 288: end
[Validate]