public static enum TLSConfig.KeyStoreInstanceType extends java.lang.Enum<TLSConfig.KeyStoreInstanceType>
| Modifier and Type | Method and Description |
|---|---|
static TLSConfig.KeyStoreInstanceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TLSConfig.KeyStoreInstanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLSConfig.KeyStoreInstanceType JKS
public static final TLSConfig.KeyStoreInstanceType JCEKS
public static final TLSConfig.KeyStoreInstanceType PKCS12
public static final TLSConfig.KeyStoreInstanceType PKCS11
public static final TLSConfig.KeyStoreInstanceType DKS
public static TLSConfig.KeyStoreInstanceType[] values()
for (TLSConfig.KeyStoreInstanceType c : TLSConfig.KeyStoreInstanceType.values()) System.out.println(c);
public static TLSConfig.KeyStoreInstanceType 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