|
Foxit PDF SDK
|
继承自 SystemIDisposable .
Public 成员函数 | |
| CertificateEncryptData (bool is_encrypt_metadata, SecurityHandler.CipherType cipher, byte[][] envelopes) | |
| 构造函数,带参数。 更多... | |
| CertificateEncryptData () | |
| 构造函数。 | |
| CertificateEncryptData (CertificateEncryptData other) | |
| 构造函数,使用另一个证书加密数据对象。 更多... | |
| void | Set (bool is_encrypt_metadata, SecurityHandler.CipherType cipher, byte[][] envelopes) |
| 设置值。 更多... | |
属性 | |
| SecurityHandler.CipherType | cipher [get, set] |
| 加密算法类型。请参考从 foxit.pdf.SecurityHandler.CipherType.e_CipherRC4 开始的值,应该是这些值中的一个,除了 foxit.pdf.SecurityHandler.CipherType.e_CipherNone 。 | |
| byte [][] | envelopes [get, set] |
| 指定证书信封数组的字符串数组。此数组应包含一个或多个信封。 | |
| bool | is_encrypt_metadata [get, set] |
| 决定是否加密元数据的布尔值。true 表示加密元数据,false 表示不加密元数据。 | |
此类表示用于类 CertificateSecurityHandler 的一些数据。
|
inline |
构造函数,带参数。
| [in] | is_encrypt_metadata | true 表示加密元数据,false 表示不加密元数据。 |
| [in] | cipher | 加密算法类型。请参考从 foxit.pdf.SecurityHandler.CipherType.e_CipherRC4 开始的值,应该是这些值中的一个,除了 foxit.pdf.SecurityHandler.CipherType.e_CipherNone 。 |
| [in] | envelopes | 指定证书信封数组的字符串数组。此数组应包含一个或多个信封。 |
|
inline |
构造函数,使用另一个证书加密数据对象。
| [in] | other | 另一个证书加密数据对象。 |
|
inline |
设置值。
| [in] | is_encrypt_metadata | true 表示加密元数据,false 表示不加密元数据。 |
| [in] | cipher | 加密算法类型。请参考从 foxit.pdf.SecurityHandler.CipherType.e_CipherRC4 开始的值,应该是这些值中的一个,除了 foxit.pdf.SecurityHandler.CipherType.e_CipherNone 。 |
| [in] | envelopes | 指定证书信封数组的字符串数组。此数组应包含一个或多个信封。 |