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