|
Foxit PDF SDK
|
Public Member Functions | |
| def | Initialize (encrypt_data, encrypt_key) |
| Initialize current certificate security handler. More... | |
This class represents a certificate security handler, used for certificate encryption.
| def fsdk.CertificateSecurityHandler.Initialize | ( | encrypt_data, | |
| encrypt_key | |||
| ) |
Initialize current certificate security handler.
| [in] | encrypt_data | A certificate encrypt data object. In the encryption data, cipher type should not be fsdk.SecurityHandlerE_CipherNone . |
| [in] | encrypt_key | The key for encryption. For fsdk.SecurityHandlerE_CipherRC4 cipher, the length of encryption key should be between 5 and 16. For fsdk.SecurityHandlerE_CipherAES cipher, the length of encryption key should be 16 or 32. |