Uses of Enum Class
org.apache.cassandra.config.EncryptionOptions.ServerEncryptionOptions.InternodeEncryption
Packages that use EncryptionOptions.ServerEncryptionOptions.InternodeEncryption
-
Uses of EncryptionOptions.ServerEncryptionOptions.InternodeEncryption in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as EncryptionOptions.ServerEncryptionOptions.InternodeEncryptionMethods in org.apache.cassandra.config that return EncryptionOptions.ServerEncryptionOptions.InternodeEncryptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.EncryptionOptions.ServerEncryptionOptions.InternodeEncryption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.config with parameters of type EncryptionOptions.ServerEncryptionOptions.InternodeEncryptionModifier and TypeMethodDescriptionEncryptionOptions.ServerEncryptionOptions.withInternodeEncryption(EncryptionOptions.ServerEncryptionOptions.InternodeEncryption internode_encryption) Constructors in org.apache.cassandra.config with parameters of type EncryptionOptions.ServerEncryptionOptions.InternodeEncryptionModifierConstructorDescriptionServerEncryptionOptions(ParameterizedClass sslContextFactoryClass, String keystore, String keystore_password, String outbound_keystore, String outbound_keystore_password, String truststore, String truststore_password, List<String> cipher_suites, String protocol, List<String> accepted_protocols, String algorithm, String store_type, boolean require_client_auth, boolean require_endpoint_verification, Boolean optional, EncryptionOptions.ServerEncryptionOptions.InternodeEncryption internode_encryption, boolean legacy_ssl_storage_port_enabled)