public static enum CryptoManager.OCSPPolicy extends java.lang.Enum<CryptoManager.OCSPPolicy>
| Enum Constant and Description |
|---|
LEAF_AND_CHAIN |
NONE |
NORMAL |
| Modifier and Type | Method and Description |
|---|---|
static CryptoManager.OCSPPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CryptoManager.OCSPPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptoManager.OCSPPolicy NONE
public static final CryptoManager.OCSPPolicy NORMAL
public static final CryptoManager.OCSPPolicy LEAF_AND_CHAIN
public static CryptoManager.OCSPPolicy[] values()
for (CryptoManager.OCSPPolicy c : CryptoManager.OCSPPolicy.values()) System.out.println(c);
public static CryptoManager.OCSPPolicy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null