|
Foxit PDF SDK
|
Public 成员函数 | |
| CertificateEncryptData (bool is_encrypt_metadata, SecurityHandler::CipherType cipher, const StringArray &envelopes) | |
| 构造函数,带参数。 更多... | |
| CertificateEncryptData () | |
| 构造函数。 | |
| CertificateEncryptData (const CertificateEncryptData &other) | |
| 构造函数,使用另一个证书加密数据对象。 更多... | |
| bool | operator != (const CertificateEncryptData &other) const |
| 不等于操作符。 更多... | |
| CertificateEncryptData & | operator= (const CertificateEncryptData &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const CertificateEncryptData &other) const |
| 等于操作符。 更多... | |
| void | Set (bool is_encrypt_metadata, SecurityHandler::CipherType cipher, const StringArray &envelopes) |
| 设置值。 更多... | |
Public 属性 | |
| SecurityHandler::CipherType | cipher |
| 加密算法类型。请参考从 SecurityHandler::e_CipherRC4 开始的值,应该是这些值中的一个,除了 SecurityHandler::e_CipherNone。 | |
| StringArray | envelopes |
| 指定证书信封数组的字符串数组。此数组应包含一个或多个信封。 | |
| bool | is_encrypt_metadata |
| 决定是否加密元数据的布尔值。true 表示加密元数据,false 表示不加密元数据。 | |
此类表示用于类 CertificateSecurityHandler 的一些数据。
|
inline |
构造函数,带参数。
| [in] | is_encrypt_metadata | true 表示加密元数据,false 表示不加密元数据。 |
| [in] | cipher | 加密算法类型。请参考从 SecurityHandler::e_CipherRC4 开始的值,应该是这些值中的一个,除了 SecurityHandler::e_CipherNone。 |
| [in] | envelopes | 指定证书信封数组的字符串数组。此数组应包含一个或多个信封。 |
|
inline |
构造函数,使用另一个证书加密数据对象。
| [in] | other | 另一个证书加密数据对象。 |
|
inline |
不等于操作符。
| [in] | other | 另一个证书加密数据对象。此函数将检查当前对象是否不等于该对象。 |
|
inline |
赋值操作符。
| [in] | other | 另一个证书加密数据对象,其值将被赋给当前对象。 |
|
inline |
等于操作符。
| [in] | other | 另一个证书加密数据对象。此函数将检查当前对象是否等于该对象。 |
|
inline |
设置值。
| [in] | is_encrypt_metadata | true 表示加密元数据,false 表示不加密元数据。 |
| [in] | cipher | 加密算法类型。请参考从 SecurityHandler::e_CipherRC4 开始的值,应该是这些值中的一个,除了 SecurityHandler::e_CipherNone。 |
| [in] | envelopes | 指定证书信封数组的字符串数组。此数组应包含一个或多个信封。 |