public static enum BelgianCertificate.CERTIFICATE_TYPE extends Enum<BelgianCertificate.CERTIFICATE_TYPE>
| Enum Constant and Description |
|---|
AUTH |
CITIZEN_CA |
ROOT_CA |
SIGN |
| Modifier and Type | Method and Description |
|---|---|
static BelgianCertificate.CERTIFICATE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BelgianCertificate.CERTIFICATE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BelgianCertificate.CERTIFICATE_TYPE AUTH
public static final BelgianCertificate.CERTIFICATE_TYPE SIGN
public static final BelgianCertificate.CERTIFICATE_TYPE CITIZEN_CA
public static final BelgianCertificate.CERTIFICATE_TYPE ROOT_CA
public static BelgianCertificate.CERTIFICATE_TYPE[] values()
for (BelgianCertificate.CERTIFICATE_TYPE c : BelgianCertificate.CERTIFICATE_TYPE.values()) System.out.println(c);
public static BelgianCertificate.CERTIFICATE_TYPE 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 © 2008-2018 FedICT. All Rights Reserved.