Package org.dogtagpki.tps.apdu
Class ExternalAuthenticateAPDUGP211
- java.lang.Object
-
- org.dogtagpki.tps.apdu.APDU
-
- org.dogtagpki.tps.apdu.ExternalAuthenticateAPDUGP211
-
public class ExternalAuthenticateAPDUGP211 extends APDU
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExternalAuthenticateAPDUGP211.SecurityLevel
-
Constructor Summary
Constructors Constructor Description ExternalAuthenticateAPDUGP211(TPSBuffer theData, ExternalAuthenticateAPDUGP211.SecurityLevel securityLevel)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.dogtagpki.tps.apdu.APDU
dump, getCLA, getData, getDataToMAC, getEncoding, getINS, getMAC, getP1, getP2, incrementBuffer, padBuffer80, secureMessage, secureMessageSCP02, secureMessageSCP03, setMAC, setTrailer
-
-
-
-
Constructor Detail
-
ExternalAuthenticateAPDUGP211
public ExternalAuthenticateAPDUGP211(TPSBuffer theData, ExternalAuthenticateAPDUGP211.SecurityLevel securityLevel)
-
-
Method Detail
-
getHostCryptogram
public TPSBuffer getHostCryptogram()
-
securityLevelToByte
public static byte securityLevelToByte(ExternalAuthenticateAPDUGP211.SecurityLevel level)
-
byteToSecurityLevel
public static ExternalAuthenticateAPDUGP211.SecurityLevel byteToSecurityLevel(byte level)
-
main
public static void main(java.lang.String[] args)
-
-