Inherits SystemIDisposable.
Public Member Functions | |
CertificateEncryptData (bool is_encrypt_metadata, SecurityHandler.CipherType cipher, byte[][] envelopes) | |
Constructor, with parameters. More... | |
CertificateEncryptData () | |
Constructor. | |
CertificateEncryptData (CertificateEncryptData other) | |
Constructor, with another CertificateEncryptData. | |
void | Set (bool is_encrypt_metadata, SecurityHandler.CipherType cipher, byte[][] envelopes) |
Set value. More... | |
This class represents some data used for class CertificateSecurityHandler.
|
inline |
Constructor, with 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. |
|
inline |
Set value.
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 {}. |
envelopes | A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes. |