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