public static class AbstractOpenSessionRespPars.SecureSession
extends java.lang.Object
| Constructor and Description |
|---|
SecureSession(byte[] challengeTransactionCounter,
byte[] challengeRandomNumber,
boolean previousSessionRatified,
boolean manageSecureSessionAuthorized,
java.lang.Byte kvc,
byte[] originalData,
byte[] secureSessionData)
Instantiates a new SecureSession for a Calypso application revision 2.4
|
SecureSession(byte[] challengeTransactionCounter,
byte[] challengeRandomNumber,
boolean previousSessionRatified,
boolean manageSecureSessionAuthorized,
byte kif,
byte kvc,
byte[] originalData,
byte[] secureSessionData)
Instantiates a new SecureSession for a Calypso application revision 3
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getChallengeRandomNumber() |
byte[] |
getChallengeTransactionCounter() |
byte |
getKIF()
Gets the kif.
|
byte |
getKVC()
Gets the kvc.
|
byte[] |
getOriginalData()
Gets the original data.
|
byte[] |
getSecureSessionData()
Gets the secure session data.
|
boolean |
isManageSecureSessionAuthorized()
Checks if is manage secure session authorized.
|
boolean |
isPreviousSessionRatified()
Checks if is previous session ratified.
|
public SecureSession(byte[] challengeTransactionCounter,
byte[] challengeRandomNumber,
boolean previousSessionRatified,
boolean manageSecureSessionAuthorized,
byte kif,
byte kvc,
byte[] originalData,
byte[] secureSessionData)
challengeTransactionCounter - Challenge transaction counterchallengeRandomNumber - Challenge random numberpreviousSessionRatified - the previous session ratifiedmanageSecureSessionAuthorized - the manage secure session authorizedkif - the KIF from the response of the open secure session APDU commandkvc - the KVC from the response of the open secure session APDU commandoriginalData - the original data from the response of the open secure session APDU
commandsecureSessionData - the secure session data from the response of open secure session
APDU commandpublic SecureSession(byte[] challengeTransactionCounter,
byte[] challengeRandomNumber,
boolean previousSessionRatified,
boolean manageSecureSessionAuthorized,
java.lang.Byte kvc,
byte[] originalData,
byte[] secureSessionData)
challengeTransactionCounter - Challenge transaction counterchallengeRandomNumber - Challenge random numberpreviousSessionRatified - the previous session ratifiedmanageSecureSessionAuthorized - the manage secure session authorizedkvc - the KVC from the response of the open secure session APDU commandoriginalData - the original data from the response of the open secure session APDU
commandsecureSessionData - the secure session data from the response of open secure session
APDU commandpublic byte[] getChallengeTransactionCounter()
public byte[] getChallengeRandomNumber()
public boolean isPreviousSessionRatified()
public boolean isManageSecureSessionAuthorized()
public byte getKIF()
public byte getKVC()
public byte[] getOriginalData()
public byte[] getSecureSessionData()