protected static enum PaPkAsReq.PaPkAsReqField extends Enum<PaPkAsReq.PaPkAsReqField> implements EnumType
| Enum Constant and Description |
|---|
KDC_PKID |
SIGNED_AUTH_PACK |
TRUSTED_CERTIFIERS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static PaPkAsReq.PaPkAsReqField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaPkAsReq.PaPkAsReqField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaPkAsReq.PaPkAsReqField SIGNED_AUTH_PACK
public static final PaPkAsReq.PaPkAsReqField TRUSTED_CERTIFIERS
public static final PaPkAsReq.PaPkAsReqField KDC_PKID
public static PaPkAsReq.PaPkAsReqField[] values()
for (PaPkAsReq.PaPkAsReqField c : PaPkAsReq.PaPkAsReqField.values()) System.out.println(c);
public static PaPkAsReq.PaPkAsReqField 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 nullCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.