enum
Hpdf::EncryptMode
Overview
set via Doc#set_password_and_permission.
Defined in:
hpdf/enum.crEnum Members
-
EncryptR2 =
2 -
Use "Revision 2" algorithm. The length of key is automatically set to 5(40bit).
-
EncryptR3 =
3 -
Use "Revision 3" algorithm. Between 5(40bit) and 16(128bit) can be specified for length of the key.
Instance Method Summary
-
#encrypt_r2?
Returns
trueif this enum value equalsEncryptR2 -
#encrypt_r3?
Returns
trueif this enum value equalsEncryptR3