VSSPublicKeyExtended Class Reference
Inherits from | VSSPublicKey : VSSBaseModel : VSSModel : NSObject |
---|---|
Declared in | VSSPublicKeyExtended.h |
Overview
In some cases the responses from the Virgil Keys Service might contain not only the particular public key but the list of Virgil Card objects associated with this key on the Virgil Keys Service.
Other Methods
cards
The array with Virgil Card entities attached to (or associated with) this public key at the Virgil Keys Service.
@property (nonatomic, copy, readonly) NSArray<VSSCard*> *cards
Declared In
VSSPublicKeyExtended.h
Lifecycle
– initWithId:createdAt:key:cards:
Designated constructor.
- (instancetype __nonnull)initWithId:(GUID *__nonnull)Id createdAt:(NSDate *__nullable)createdAt key:(NSData *__nonnull)key cards:(NSArray<VSSCard*> *__nonnull)cards
Parameters
Id |
Unique identifier of the model. |
---|---|
createdAt |
Date when model was created. |
key |
Actual public key’s data. |
cards |
Array of VSSCard objects associated with given public key. |
Return Value
Instance of the Virgil Public Key Extended wrapper object.
Declared In
VSSPublicKeyExtended.h