public static enum OcspServerConf.EmbedCertsMode extends Enum<OcspServerConf.EmbedCertsMode>
| Enum Constant and Description |
|---|
NONE |
SIGNER |
SIGNER_AND_CA |
| Modifier and Type | Method and Description |
|---|---|
static OcspServerConf.EmbedCertsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OcspServerConf.EmbedCertsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OcspServerConf.EmbedCertsMode NONE
public static final OcspServerConf.EmbedCertsMode SIGNER
public static final OcspServerConf.EmbedCertsMode SIGNER_AND_CA
public static OcspServerConf.EmbedCertsMode[] values()
for (OcspServerConf.EmbedCertsMode c : OcspServerConf.EmbedCertsMode.values()) System.out.println(c);
public static OcspServerConf.EmbedCertsMode 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.