VSSPublicKey Class Reference
Inherits from | VSSBaseModel : VSSModel : NSObject |
---|---|
Declared in | VSSPublicKey.h |
Overview
Wrapper class representing the public key of the particular user or owner of the Virgil Card.
Other Methods
key
Actual public key’s data.
@property (nonatomic, copy, readonly) NSData *key
Declared In
VSSPublicKey.h
Lifecycle
– initWithId:createdAt:key:
Designated constructor.
- (instancetype __nonnull)initWithId:(GUID *__nonnull)Id createdAt:(NSDate *__nullable)createdAt key:(NSData *__nonnull)key
Parameters
Id |
Unique identifier of the model. |
---|---|
createdAt |
Date when model was created. |
key |
Actual public key’s data. |
Return Value
Instance of the Virgil Public Key wrapper object.
Declared In
VSSPublicKey.h