Class: DynamicPDFApi::EncryptionType
- Inherits:
-
Object
- Object
- DynamicPDFApi::EncryptionType
- Defined in:
- lib/ruby_client/EncryptionType.rb
Overview
Specifies Encryption Type.
Constant Summary collapse
- RC440 =
RC4 40 bit security.
'rc440'.freeze
- RC4128 =
RC4 128 bit security.
'rc4128'.freeze
- AES128CBC =
AES 128 bit security with CBC cipher mode.
'aes128cbc'.freeze
- AES256CBC =
AES 256 bit security with CBC cipher mode.
'aes256cbc'.freeze
- NONE =
No security.
'none'.freeze