Uses of Class
org.apache.cassandra.config.EncryptionOptions.ConfigKey
-
Packages that use EncryptionOptions.ConfigKey Package Description org.apache.cassandra.config -
-
Uses of EncryptionOptions.ConfigKey in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return EncryptionOptions.ConfigKey Modifier and Type Method Description static EncryptionOptions.ConfigKey
EncryptionOptions.ConfigKey. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EncryptionOptions.ConfigKey[]
EncryptionOptions.ConfigKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.config with parameters of type EncryptionOptions.ConfigKey Modifier and Type Method Description protected static void
EncryptionOptions. putSslContextFactoryParameter(java.util.Map<java.lang.String,java.lang.Object> existingParameters, EncryptionOptions.ConfigKey configKey, java.lang.Object value)
-