This class represents some data used for class FSCertificateSecurityHandler .
◆ dealloc
◆ getCptr
◆ init
◆ initWithCptr:swigOwnCObject:
- (id) initWithCptr: |
|
(void *) |
cptr |
swigOwnCObject: |
|
(BOOL) |
ownCObject |
|
|
| |
◆ initWithIs_encrypt_metadata:cipher:envelopes:
- (id) initWithIs_encrypt_metadata: |
|
(BOOL) |
is_encrypt_metadata |
cipher: |
|
(FSSecurityHandlerCipherType) |
cipher |
envelopes: |
|
(NSArray< NSData * > *) |
envelopes |
|
|
| |
◆ initWithOther:
Constructor, with another certificate encrypt data object.
- Parameters
-
[in] | other | Another certificate encrypt data object.
|
◆ set:cipher:envelopes:
Set value.
- Parameters
-
[in] | is_encrypt_metadata | YES means to encrypt metadata, and NO means not to encrypt metadata.
|
[in] | cipher | Cipher type. Please refer to values starting from FSSecurityHandlerCipherRC4 and this should be one of these values except FSSecurityHandlerCipherNone.
|
[in] | envelopes | A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes.
|
- Returns
- None.
◆ swigCMemOwn
◆ swigCPtr
◆ cipher
◆ envelopes
- (NSArray< NSData * > *) envelopes |
|
readwritenonatomiccopy |
A string array which specifies an array of certificate envelopes. This array should contains one or more envelopes.
◆ is_encrypt_metadata
- (BOOL) is_encrypt_metadata |
|
readwritenonatomicassign |
A boolean value to decide whether to encrypt metadata or not. YES means to encrypt metadata, and NO means not to encrypt metadata.