public class ExternalAuthenticateAPDUGP211 extends APDU
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalAuthenticateAPDUGP211.SecurityLevel |
| Constructor and Description |
|---|
ExternalAuthenticateAPDUGP211(TPSBuffer theData,
ExternalAuthenticateAPDUGP211.SecurityLevel securityLevel) |
| Modifier and Type | Method and Description |
|---|---|
static ExternalAuthenticateAPDUGP211.SecurityLevel |
byteToSecurityLevel(byte level) |
TPSBuffer |
getHostCryptogram() |
APDU.Type |
getType() |
static void |
main(java.lang.String[] args) |
static byte |
securityLevelToByte(ExternalAuthenticateAPDUGP211.SecurityLevel level) |
dump, getCLA, getData, getDataToMAC, getEncoding, getINS, getMAC, getP1, getP2, secureMessage, secureMessageSCP02, setMAC, setTrailerpublic ExternalAuthenticateAPDUGP211(TPSBuffer theData, ExternalAuthenticateAPDUGP211.SecurityLevel securityLevel)
public TPSBuffer getHostCryptogram()
public static byte securityLevelToByte(ExternalAuthenticateAPDUGP211.SecurityLevel level)
public static ExternalAuthenticateAPDUGP211.SecurityLevel byteToSecurityLevel(byte level)
public static void main(java.lang.String[] args)