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