|
Foxit PDF SDK
|
Public 成员函数 | |
| constructor (is_encrypt_metadata, cipher, envelopes) | |
| 构造函数,带参数。 更多... | |
| constructor () | |
| 构造函数。 | |
| Set (is_encrypt_metadata, cipher, envelopes) | |
| 设置值。 更多... | |
Public 属性 | |
| cipher | |
| 加密类型。请参考从FSDK.SecurityHandler.e_CipherRC4开始的值, 这应该是这些值之一,除了FSDK.SecurityHandler.e_CipherNone。 | |
| envelopes | |
| 指定证书包封数组的字符串数组。 此数组应包含一个或多个包封。 | |
| is_encrypt_metadata | |
| 一个布尔值,决定是否加密元数据。true表示加密元数据, false表示不加密元数据。 | |
此类表示用于类 FSDK.CertificateSecurityHandler 的一些数据。
| FSDK::CertificateEncryptData::constructor | ( | is_encrypt_metadata | , |
| cipher | , | ||
| envelopes | |||
| ) |
构造函数,带参数。
| [in] | is_encrypt_metadata | true表示加密元数据,false表示不加密元数据。 |
| [in] | cipher | 加密类型。请参考从 FSDK.SecurityHandler.e_CipherRC4开始的值,这应该是这些值之一,除了 FSDK.SecurityHandler.e_CipherNone。 |
| [in] | envelopes | 指定证书包封数组的字符串数组。 此数组应包含一个或多个包封。 |
| FSDK::CertificateEncryptData::Set | ( | is_encrypt_metadata | , |
| cipher | , | ||
| envelopes | |||
| ) |
设置值。
| [in] | is_encrypt_metadata | true表示加密元数据,false表示不加密元数据。 |
| [in] | cipher | 加密类型。请参考从 FSDK.SecurityHandler.e_CipherRC4开始的值,这应该是这些值之一,除了 FSDK.SecurityHandler.e_CipherNone。 |
| [in] | envelopes | 指定证书包封数组的字符串数组。 此数组应包含一个或多个包封。 |