Module: Origami::Encryption::EncryptedObject
- Included in:
- EncryptedStream, EncryptedString
- Defined in:
- lib/origami/encryption.rb
Overview
Module for encrypted PDF objects.
Instance Attribute Summary collapse
-
#decrypted ⇒ Object
:nodoc.
Instance Method Summary collapse
Instance Attribute Details
#decrypted ⇒ Object
:nodoc
426 427 428 |
# File 'lib/origami/encryption.rb', line 426 def decrypted @decrypted end |
Instance Method Details
#post_build ⇒ Object
428 429 430 431 432 |
# File 'lib/origami/encryption.rb', line 428 def post_build encrypt! super end |