module HexaPDF::Encryption::ARC4::ClassMethods
Convenience methods for decryption and encryption that operate according to the PDF specification.
These methods will be available on the class object that prepends the ARC4 module.
Public Instance Methods
Encrypts the given data
with the key
.
See: PDF1.7 s7.6.2.
Also aliased as: decrypt
Returns a Fiber object that encrypts the data from the given source fiber
with the key
.
Also aliased as: decryption_fiber