Skip to content

class SealdSymEncKey

objc
@interface SealdSymEncKey : NSObject

SealdSymEncKey holds information about a SymEncKey access.

MembersDescriptions
symEncKeyIdId of the SymEncKey access.
rightsThe 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;