Skip to content

class SealdSsksRetrieveIdentityResponse

objc
@interface SealdSsksRetrieveIdentityResponse : NSObject

SealdSsksRetrieveIdentityResponse holds a retrieved identity

MembersDescriptions
identityThe retrieved identity. It can be used with importIdentity:error: (SealdSdk)
shouldRenewKeyIf the boolean shouldRenewKey is set to true, the account MUST renew its private key using renewKeysWithPreparedRenewal:privateKeys:expireAfter:error: (SealdSdk)
authenticatedSessionIdAn authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge

identity

objc
@property (assign, readonly) NSData * identity;

The retrieved identity. It can be used with importIdentity:error: (SealdSdk)

shouldRenewKey

objc
@property (assign, readonly) BOOL shouldRenewKey;

If the boolean shouldRenewKey is set to true, the account MUST renew its private key using renewKeysWithPreparedRenewal:privateKeys:expireAfter:error: (SealdSdk)

authenticatedSessionId

objc
@property (assign, readonly) NSString * authenticatedSessionId;

An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge