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