public class PublicKeyInfo extends Object
| Constructor and Description |
|---|
PublicKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
VirgilCard[] |
getCards() |
Date |
getCreatedAt() |
String |
getId() |
String |
getKey() |
void |
setCards(VirgilCard[] cards) |
void |
setCreatedAt(Date createdAt) |
void |
setId(String id) |
void |
setKey(String key) |
public String getId()
public void setId(String id)
id - the public key's identifier to setpublic String getKey()
Base64 string.public void setKey(String key)
key - the key to setpublic Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the createdAt to setpublic VirgilCard[] getCards()
public void setCards(VirgilCard[] cards)
cards - the cards to setCopyright © 2016. All rights reserved.