Package | Description |
---|---|
org.dogtagpki.tps.apdu |
Modifier and Type | Method and Description |
---|---|
static ExternalAuthenticateAPDU.SecurityLevel |
ExternalAuthenticateAPDU.byteToSecurityLevel(byte level) |
static ExternalAuthenticateAPDU.SecurityLevel |
ExternalAuthenticateAPDU.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.
|
Modifier and Type | Method and Description |
---|---|
static byte |
ExternalAuthenticateAPDU.securityLevelToByte(ExternalAuthenticateAPDU.SecurityLevel level) |
Constructor and Description |
---|
ExternalAuthenticateAPDU(TPSBuffer theData,
ExternalAuthenticateAPDU.SecurityLevel securityLevel) |