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