PTAlgorithmType
enum PTAlgorithmType {}
The algorithm to be used in encrypting and decrypting the document.
-
40-bit RC4 algorithm.
Declaration
Objective-C
e_ptRC4_40 = 1
-
128-bit RC4 algorithm.
Declaration
Objective-C
e_ptRC4_128
-
Use Crypt filters with 128-bit AES (Advanced Encryption Standard) algorithm.
Declaration
Objective-C
e_ptAES
-
Use Crypt filters with 256-bit AES (Advanced Encryption Standard) algorithm.
Declaration
Objective-C
e_ptAES_256