public static enum RestCredential.SslTrustStoreType extends Enum<RestCredential.SslTrustStoreType> implements BmcEnum
The SSL truststore type.
Modifier and Type | Method and Description |
---|---|
static RestCredential.SslTrustStoreType |
create(String key) |
String |
getValue() |
static RestCredential.SslTrustStoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestCredential.SslTrustStoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestCredential.SslTrustStoreType Jks
public static final RestCredential.SslTrustStoreType Bcfks
public static RestCredential.SslTrustStoreType[] values()
for (RestCredential.SslTrustStoreType c : RestCredential.SslTrustStoreType.values()) System.out.println(c);
public static RestCredential.SslTrustStoreType 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 static RestCredential.SslTrustStoreType create(String key)
Copyright © 2016–2024. All rights reserved.