public enum SCEPOperation extends Enum<SCEPOperation>
| Enum Constant and Description |
|---|
GET_CA_CAPS |
GET_CA_CERT |
PKI_OPERATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
void |
setValue(String value) |
static SCEPOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCEPOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCEPOperation GET_CA_CERT
public static final SCEPOperation GET_CA_CAPS
public static final SCEPOperation PKI_OPERATION
public static SCEPOperation[] values()
for (SCEPOperation c : SCEPOperation.values()) System.out.println(c);
public static SCEPOperation 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 nullpublic String getValue()
public void setValue(String value)
Copyright © 2016 WSO2. All rights reserved.