This class represents some data used for class CertificateSecurityHandler .
◆ GetCipher()
| fsdk.CertificateEncryptData.GetCipher |
( |
| ) |
|
◆ GetEnvelopes()
| fsdk.CertificateEncryptData.GetEnvelopes |
( |
| ) |
|
Get a string array which specifies an array of certificate envelopes.
- Returns
- A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes.
◆ GetIs_encrypt_metadata()
| fsdk.CertificateEncryptData.GetIs_encrypt_metadata |
( |
| ) |
|
Get a boolean value to decide whether to encrypt metadata or not.
- Returns
- A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata, and false means not to encrypt metadata.
◆ Set()
| def fsdk.CertificateEncryptData.Set |
( |
|
is_encrypt_metadata, |
|
|
|
cipher, |
|
|
|
envelopes |
|
) |
| |
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.SecurityHandlerE_CipherRC4 and this should be one of these values except fsdk.SecurityHandlerE_CipherNone .
|
| [in] | envelopes | A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes.
|
- Returns
- None.
◆ SetCipher()
| fsdk.CertificateEncryptData.SetCipher |
( |
|
value | ) |
|
Set cipher type.
- Parameters
-
- Returns
- None.
◆ SetEnvelopes()
| fsdk.CertificateEncryptData.SetEnvelopes |
( |
|
value | ) |
|
Set a string array which specifies an array of certificate envelopes.
- Parameters
-
| [in] | value | A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes.
|
- Returns
- None.
◆ SetIs_encrypt_metadata()
| fsdk.CertificateEncryptData.SetIs_encrypt_metadata |
( |
|
value | ) |
|
Set a boolean value to decide whether to encrypt metadata or not.
- Parameters
-
| [in] | value | A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata, and false means not to encrypt metadata.
|
- Returns
- None.