|
Foxit PDF SDK
|
Public 成员函数 | |
| constructor () | |
| 构造函数。 | |
| Initialize (encrypt_data, encrypt_key) | |
| 初始化当前证书安全处理程序。 更多... | |
此类表示证书安全处理程序,用于证书加密。
| FSDK::CertificateSecurityHandler::Initialize | ( | encrypt_data | , |
| encrypt_key | |||
| ) |
初始化当前证书安全处理程序。
| [in] | encrypt_data | 证书加密数据对象。在加密数据中,加密类型不应为 FSDK.SecurityHandler.e_CipherNone。 |
| [in] | encrypt_key | 加密密钥。 对于FSDK.SecurityHandler.e_CipherRC4加密, 加密密钥的长度应在5和16之间。 对于FSDK.SecurityHandler.e_CipherAES加密, 加密密钥的长度应为16或32。 |