|
Foxit PDF SDK
|
Public Member Functions | |
| constructor () | |
| Constructor. | |
| Initialize (encrypt_data, encrypt_key) | |
| Initialize current certificate security handler. More... | |
This class represents a certificate security handler, used for certificate encryption.
| 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.SecurityHandler.e_CipherNone. |
| [in] | encrypt_key | The key for encryption. For FSDK.SecurityHandler.e_CipherRC4 cipher, the length of encryption key should be between 5 and 16. For FSDK.SecurityHandler.e_CipherAES cipher, the length of encryption key should be 16 or 32. |