public enum SamType extends Enum<SamType> implements org.apache.kerby.asn1.EnumType
| Enum Constant and Description |
|---|
SAM_NONE |
SAM_TYPE_CRYPTOCARD
safe SAM type enum for CRYPTOCard
|
SAM_TYPE_DIGI_PATH
safe SAM type enum for Digital Pathways
|
SAM_TYPE_ENIGMA
safe SAM type enum for Enigma Logic
|
SAM_TYPE_SECURID
safe SAM type enum for Security Dynamics
|
SAM_TYPE_SKEY
safe SAM type enum for Traditional S/Key
|
SAM_TYPE_SKEY_K0
safe SAM type enum for S/key where KDC has key 0
|
| Modifier and Type | Method and Description |
|---|---|
static SamType |
fromValue(Integer value) |
String |
getName() |
int |
getValue() |
static SamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamType SAM_NONE
public static final SamType SAM_TYPE_ENIGMA
public static final SamType SAM_TYPE_DIGI_PATH
public static final SamType SAM_TYPE_SKEY_K0
public static final SamType SAM_TYPE_SKEY
public static final SamType SAM_TYPE_SECURID
public static final SamType SAM_TYPE_CRYPTOCARD
public static SamType[] values()
for (SamType c : SamType.values()) System.out.println(c);
public static SamType 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–2019 The Apache Software Foundation. All rights reserved.