public class VirgilCard extends Object
| Constructor and Description |
|---|
VirgilCard() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizedBy()
Return the name of App this card autorized by.
|
Date |
getCreatedAt()
Returns the Virgil Card's creation date.
|
Map<String,String> |
getData() |
String |
getHash()
Returns Virgil Card's hash.
|
String |
getId()
Returns the Virgil Card's identifier.
|
IdentityInfo |
getIdentity() |
PublicKeyInfo |
getPublicKey() |
void |
setAuthorizedBy(String authorizedBy)
Set the name of App this card autorized by.
|
void |
setCreatedAt(Date createdAt)
Sets the Virgil Card's creation date.
|
void |
setData(Map<String,String> data) |
void |
setHash(String hash)
Sets Virgil Card's hash.
|
void |
setId(String id)
Sets the Virgil Card's identifier.
|
void |
setIdentity(IdentityInfo identity) |
void |
setPublicKey(PublicKeyInfo publicKey) |
public String getId()
public void setId(String id)
id - the Virgil Card's identifier.public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the Virgil Card's creation date.public String getAuthorizedBy()
public void setAuthorizedBy(String authorizedBy)
authorizedBy - the authorizedBy flag.public String getHash()
public void setHash(String hash)
hash - the Virgil Card's hash.public PublicKeyInfo getPublicKey()
public void setPublicKey(PublicKeyInfo publicKey)
publicKey - the public key to setpublic IdentityInfo getIdentity()
public void setIdentity(IdentityInfo identity)
identity - the the Virgil Card's identityCopyright © 2016. All rights reserved.