class SealdSymEncKey
objc
@interface SealdSymEncKey : NSObject
SealdSymEncKey holds information about a SymEncKey access.
Members | Descriptions |
---|---|
symEncKeyId | Id of the SymEncKey access. |
rights | The rights for the access |
initWithSymEncKeyId:rights: | |
fromMobileSdk: | |
fromMobileSdkArray: |
symEncKeyId
objc
@property (strong) NSString * symEncKeyId;
Id of the SymEncKey access.
rights
objc
@property (strong) SealdRecipientRights * rights;
The rights for the access
initWithSymEncKeyId:rights:
objc
- (instancetype) initWithSymEncKeyId:(NSString *)symEncKeyId
rights:(SealdRecipientRights *)rights;
fromMobileSdk:
objc
+ (instancetype) fromMobileSdk:(SealdSdkInternalsMobile_sdkSymEncKey *)d;
fromMobileSdkArray:
objc
+ (NSArray< SealdSymEncKey * > *) fromMobileSdkArray:(SealdSdkInternalsMobile_sdkRecipientsList *)nativeList;