public static enum EncryptionOptions.ConfigKey extends java.lang.Enum<EncryptionOptions.ConfigKey>
Enum Constant and Description |
---|
ACCEPTED_PROTOCOLS |
ALGORITHM |
CIPHER_SUITES |
ENABLED |
KEYSTORE |
KEYSTORE_PASSWORD |
OPTIONAL |
PROTOCOL |
REQUIRE_CLIENT_AUTH |
REQUIRE_ENDPOINT_VERIFICATION |
STORE_TYPE |
TRUSTSTORE |
TRUSTSTORE_PASSWORD |
Modifier and Type | Method and Description |
---|---|
static EncryptionOptions.ConfigKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionOptions.ConfigKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptionOptions.ConfigKey KEYSTORE
public static final EncryptionOptions.ConfigKey KEYSTORE_PASSWORD
public static final EncryptionOptions.ConfigKey TRUSTSTORE
public static final EncryptionOptions.ConfigKey TRUSTSTORE_PASSWORD
public static final EncryptionOptions.ConfigKey CIPHER_SUITES
public static final EncryptionOptions.ConfigKey PROTOCOL
public static final EncryptionOptions.ConfigKey ACCEPTED_PROTOCOLS
public static final EncryptionOptions.ConfigKey ALGORITHM
public static final EncryptionOptions.ConfigKey STORE_TYPE
public static final EncryptionOptions.ConfigKey REQUIRE_CLIENT_AUTH
public static final EncryptionOptions.ConfigKey REQUIRE_ENDPOINT_VERIFICATION
public static final EncryptionOptions.ConfigKey ENABLED
public static final EncryptionOptions.ConfigKey OPTIONAL
public static EncryptionOptions.ConfigKey[] values()
for (EncryptionOptions.ConfigKey c : EncryptionOptions.ConfigKey.values()) System.out.println(c);
public static EncryptionOptions.ConfigKey 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 nullCopyright © 2009-2022 The Apache Software Foundation