Uses of Class
org.dogtagpki.tps.apdu.ExternalAuthenticateAPDU.SecurityLevel
-
Packages that use ExternalAuthenticateAPDU.SecurityLevel Package Description org.dogtagpki.tps.apdu -
-
Uses of ExternalAuthenticateAPDU.SecurityLevel in org.dogtagpki.tps.apdu
Methods in org.dogtagpki.tps.apdu that return ExternalAuthenticateAPDU.SecurityLevel Modifier and Type Method Description static ExternalAuthenticateAPDU.SecurityLevelExternalAuthenticateAPDU. byteToSecurityLevel(byte level)static ExternalAuthenticateAPDU.SecurityLevelExternalAuthenticateAPDU.SecurityLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExternalAuthenticateAPDU.SecurityLevel[]ExternalAuthenticateAPDU.SecurityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dogtagpki.tps.apdu with parameters of type ExternalAuthenticateAPDU.SecurityLevel Modifier and Type Method Description static byteExternalAuthenticateAPDU. securityLevelToByte(ExternalAuthenticateAPDU.SecurityLevel level)Constructors in org.dogtagpki.tps.apdu with parameters of type ExternalAuthenticateAPDU.SecurityLevel Constructor Description ExternalAuthenticateAPDU(TPSBuffer theData, ExternalAuthenticateAPDU.SecurityLevel securityLevel)
-