This class represents some data used for class FSDK.CertificateSecurityHandler.
◆ constructor()
Constructor, with parameters.
- Parameters
-
[in] | is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata. |
[in] | cipher | Cipher type. Please refer to values starting from FSDK.SecurityHandler.e_CipherRC4 and this should be one of these values except FSDK.SecurityHandler.e_CipherNone. |
[in] | envelopes | A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes. |
◆ Set()
Set value.
- Parameters
-
[in] | is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata. |
[in] | cipher | Cipher type. Please refer to values starting from FSDK.SecurityHandler.e_CipherRC4 and this should be one of these values except FSDK.SecurityHandler.e_CipherNone. |
[in] | envelopes | A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes. |
- Returns
- None.