Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 486 Bytes

File metadata and controls

14 lines (10 loc) · 486 Bytes

AsposePdfCloud::CryptoAlgorithm

Represent type of cryptographic algorithm that used in encryption/decryption routines.

Enum

Name Type Value Description
RC4X40 String 'RC4x40' RC4 with key length 40.
RC4X128 String 'RC4x128' RC4 with key length 128.
AE_SX128 String 'AESx128' AES with key length 128.
AE_SX256 String 'AESx256' AES with key length 256.