public class Card extends Object
| Constructor and Description |
|---|
Card()
Create a new instance of
Card |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getData()
Gets the data.
|
String |
getDevice()
Gets the device.
|
String |
getDeviceName()
Gets the name of the device.
|
String |
getId()
Gets the Virgil Card fingerprint.
|
String |
getIdentity()
Gets the identity.
|
String |
getIdentityType()
Gets the type of the identity.
|
byte[] |
getPublicKey()
Gets the public key.
|
CardScope |
getScope()
Gets the scope.
|
Map<String,byte[]> |
getSignatures()
Gets the signs.
|
byte[] |
getSnapshot()
Gets the Virgil Card snapshot.
|
String |
getVersion()
Gets the version.
|
void |
setData(Map<String,String> data) |
void |
setDevice(String device) |
void |
setDeviceName(String deviceName) |
void |
setId(String id) |
void |
setIdentity(String identity) |
void |
setIdentityType(String identityType) |
void |
setPublicKey(byte[] publicKey) |
void |
setScope(CardScope scope) |
void |
setSignatures(Map<String,byte[]> signatures) |
void |
setSnapshot(byte[] snapshot) |
void |
setVersion(String version) |
public String getId()
public void setId(String id)
id - the id to setpublic byte[] getSnapshot()
public void setSnapshot(byte[] snapshot)
snapshot - the snapshot to setpublic String getIdentity()
public void setIdentity(String identity)
identity - the identity to setpublic String getIdentityType()
public void setIdentityType(String identityType)
identityType - the identityType to setpublic byte[] getPublicKey()
public void setPublicKey(byte[] publicKey)
publicKey - the publicKey to setpublic CardScope getScope()
public void setScope(CardScope scope)
scope - the scope to setpublic String getDevice()
public void setDevice(String device)
device - the device to setpublic String getDeviceName()
public void setDeviceName(String deviceName)
deviceName - the deviceName to setpublic String getVersion()
public void setVersion(String version)
version - the version to setCopyright © 2016. All rights reserved.