Package org.dogtagpki.tps.apdu
Class ExternalAuthenticateAPDU
- java.lang.Object
-
- org.dogtagpki.tps.apdu.APDU
-
- org.dogtagpki.tps.apdu.ExternalAuthenticateAPDU
-
public class ExternalAuthenticateAPDU extends APDU
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExternalAuthenticateAPDU.SecurityLevel
-
Constructor Summary
Constructors Constructor Description ExternalAuthenticateAPDU(TPSBuffer theData, ExternalAuthenticateAPDU.SecurityLevel securityLevel)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExternalAuthenticateAPDU.SecurityLevel
byteToSecurityLevel(byte level)
TPSBuffer
getHostCryptogram()
APDU.Type
getType()
static void
main(java.lang.String[] args)
static byte
securityLevelToByte(ExternalAuthenticateAPDU.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
-
ExternalAuthenticateAPDU
public ExternalAuthenticateAPDU(TPSBuffer theData, ExternalAuthenticateAPDU.SecurityLevel securityLevel)
-
-
Method Detail
-
getHostCryptogram
public TPSBuffer getHostCryptogram()
-
securityLevelToByte
public static byte securityLevelToByte(ExternalAuthenticateAPDU.SecurityLevel level)
-
byteToSecurityLevel
public static ExternalAuthenticateAPDU.SecurityLevel byteToSecurityLevel(byte level)
-
main
public static void main(java.lang.String[] args)
-
-