protected static enum OtpTokenInfo.OtpTokenInfoField extends Enum<OtpTokenInfo.OtpTokenInfoField> implements org.apache.kerby.asn1.EnumType
| Enum Constant and Description |
|---|
FLAGS |
ITERATION_COUNT |
OTP_ALG_ID |
OTP_CHALLENGE |
OTP_FORMAT |
OTP_LENGTH |
OTP_TOKEN_ID |
OTP_VENDOR |
SUPPORTED_HASH_ALG |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static OtpTokenInfo.OtpTokenInfoField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtpTokenInfo.OtpTokenInfoField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtpTokenInfo.OtpTokenInfoField FLAGS
public static final OtpTokenInfo.OtpTokenInfoField OTP_VENDOR
public static final OtpTokenInfo.OtpTokenInfoField OTP_CHALLENGE
public static final OtpTokenInfo.OtpTokenInfoField OTP_LENGTH
public static final OtpTokenInfo.OtpTokenInfoField OTP_FORMAT
public static final OtpTokenInfo.OtpTokenInfoField OTP_TOKEN_ID
public static final OtpTokenInfo.OtpTokenInfoField OTP_ALG_ID
public static final OtpTokenInfo.OtpTokenInfoField SUPPORTED_HASH_ALG
public static final OtpTokenInfo.OtpTokenInfoField ITERATION_COUNT
public static OtpTokenInfo.OtpTokenInfoField[] values()
for (OtpTokenInfo.OtpTokenInfoField c : OtpTokenInfo.OtpTokenInfoField.values()) System.out.println(c);
public static OtpTokenInfo.OtpTokenInfoField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface org.apache.kerby.asn1.EnumTypepublic String getName()
getName in interface org.apache.kerby.asn1.EnumTypeCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.