@Entity public class NFCToken extends Token
| Constructor and Description |
|---|
NFCToken() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAppMasterKey() |
byte[] |
getAppMasterKeyIv() |
byte[] |
getChallenge() |
java.util.Date |
getChallengeExpiration() |
java.lang.String |
getLabel() |
byte[] |
getOperationalKey() |
byte[] |
getOperationalKeyIv() |
NFCTokenPrincipalType |
getType() |
byte[] |
resetChallenge()
Reset the challenge and the expiration date.
|
void |
setAppMasterKey(byte[] amk) |
void |
setAppMasterKeyIv(byte[] amkIv) |
void |
setChallenge(byte[] challenge) |
void |
setChallengeExpiration(java.util.Date challengeExpiration) |
void |
setLabel(java.lang.String label) |
void |
setOperationalKey(byte[] appKey) |
void |
setOperationalKeyIv(byte[] appKeyIv) |
void |
setType(TokenPrincipalType type) |
getActivationDate, getActivationDeadline, getCreationDate, getExpiryDate, getNetwork, getStatus, getUser, getValue, isActivateNow, isInUse, setActivateNow, setActivationDate, setActivationDeadline, setCreationDate, setExpiryDate, setStatus, setUser, setValuegetDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic byte[] getAppMasterKey()
public byte[] getAppMasterKeyIv()
public byte[] getChallenge()
public java.util.Date getChallengeExpiration()
public java.lang.String getLabel()
public byte[] getOperationalKey()
public byte[] getOperationalKeyIv()
public NFCTokenPrincipalType getType()
public byte[] resetChallenge()
public void setAppMasterKey(byte[] amk)
public void setAppMasterKeyIv(byte[] amkIv)
public void setChallenge(byte[] challenge)
public void setChallengeExpiration(java.util.Date challengeExpiration)
public void setLabel(java.lang.String label)
public void setOperationalKey(byte[] appKey)
public void setOperationalKeyIv(byte[] appKeyIv)
public void setType(TokenPrincipalType type)