|
NSString * | filter |
| The filter name of a custom security callback object. It should not be an empty string.
More...
|
|
BOOL | is_encrypt_metadata |
| A boolean value to decide whether to encrypt metadata or not. YES means to encrypt metadata, and NO means not to encrypt metadata.
More...
|
|
NSString * | sub_filter |
| The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string.
More...
|
|
This class represents some data used for class FSCustomSecurityHandler .
◆ dealloc
◆ getCptr
◆ init
◆ initWithCptr:swigOwnCObject:
- (id) initWithCptr: |
|
(void *) |
cptr |
swigOwnCObject: |
|
(BOOL) |
ownCObject |
|
|
| |
◆ initWithIs_encrypt_metadata:filter:sub_filter:
- (id) initWithIs_encrypt_metadata: |
|
(BOOL) |
is_encrypt_metadata |
filter: |
|
(NSString *) |
filter |
sub_filter: |
|
(NSString *) |
sub_filter |
|
|
| |
◆ initWithOther:
Constructor, with another custom encrypt data object.
- Parameters
-
[in] | other | Another custom encrypt data object.
|
◆ set:filter:sub_filter:
- (void) set: |
|
(BOOL) |
is_encrypt_metadata |
filter: |
|
(NSString *) |
filter |
sub_filter: |
|
(NSString *) |
sub_filter |
|
|
| |
Set value.
- Parameters
-
[in] | is_encrypt_metadata | YES means to encrypt metadata, and NO means not to encrypt metadata.
|
[in] | filter | The filter name of a custom security callback object. It should not be an empty string.
|
[in] | sub_filter | The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string.
|
- Returns
- None.
◆ swigCMemOwn
◆ swigCPtr
◆ filter
The filter name of a custom security callback object. It should not be an empty string.
◆ 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.
◆ sub_filter
- (NSString *) sub_filter |
|
readwritenonatomiccopy |
The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string.