Inherits SystemIDisposable.
This class represents some data used for class CertificateSecurityHandler.
◆ CertificateEncryptData() [1/2]
foxit.pdf.CertificateEncryptData.CertificateEncryptData |
( |
bool |
is_encrypt_metadata, |
|
|
SecurityHandler.CipherType |
cipher, |
|
|
byte |
envelopes[][] |
|
) |
| |
|
inline |
Constructor, with parameters.
- Parameters
-
is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata.
|
cipher | Cipher type. Please refer to e_CipherXXX values and this should be one of these values except e_CipherNone.
|
envelopes | A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes. |
◆ CertificateEncryptData() [2/2]
◆ Set()
Set value.
- Parameters
-
is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata.
|
cipher | Cipher type. Please refer to e_CipherXXX values and this should be one of these values except e_CipherNone.
|
envelopes | A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes.
|
- Returns
- None.