public enum TlsTrustManagersProviderType extends Enum<TlsTrustManagersProviderType>
| Enum Constant and Description |
|---|
FILE_STORE |
SYSTEM_PROPERTY |
TRUST_ALL |
| Modifier and Type | Method and Description |
|---|---|
abstract software.amazon.awssdk.http.TlsTrustManagersProvider |
create(TlsTrustManagersProviderConfig config) |
static TlsTrustManagersProviderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsTrustManagersProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TlsTrustManagersProviderType TRUST_ALL
public static final TlsTrustManagersProviderType SYSTEM_PROPERTY
public static final TlsTrustManagersProviderType FILE_STORE
public static TlsTrustManagersProviderType[] values()
for (TlsTrustManagersProviderType c : TlsTrustManagersProviderType.values()) System.out.println(c);
public static TlsTrustManagersProviderType 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 abstract software.amazon.awssdk.http.TlsTrustManagersProvider create(TlsTrustManagersProviderConfig config)
Copyright © 2020 JBoss by Red Hat. All rights reserved.