public static enum EnrollCertRequest.EnrollType extends Enum<EnrollCertRequest.EnrollType>
| Enum Constant and Description |
|---|
CERT_REQ |
CROSS_CERT_REQ |
INIT_REQ |
KEY_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static EnrollCertRequest.EnrollType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnrollCertRequest.EnrollType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnrollCertRequest.EnrollType CERT_REQ
public static final EnrollCertRequest.EnrollType INIT_REQ
public static final EnrollCertRequest.EnrollType KEY_UPDATE
public static final EnrollCertRequest.EnrollType CROSS_CERT_REQ
public static EnrollCertRequest.EnrollType[] values()
for (EnrollCertRequest.EnrollType c : EnrollCertRequest.EnrollType.values()) System.out.println(c);
public static EnrollCertRequest.EnrollType 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 © 2019. All rights reserved.