Uses of Class
org.apache.cassandra.config.EncryptionOptions.ServerEncryptionOptions
-
Packages that use EncryptionOptions.ServerEncryptionOptions Package Description org.apache.cassandra.config org.apache.cassandra.net org.apache.cassandra.security org.apache.cassandra.tools -
-
Uses of EncryptionOptions.ServerEncryptionOptions in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as EncryptionOptions.ServerEncryptionOptions Modifier and Type Field Description EncryptionOptions.ServerEncryptionOptions
Config. server_encryption_options
Methods in org.apache.cassandra.config that return EncryptionOptions.ServerEncryptionOptions Modifier and Type Method Description static EncryptionOptions.ServerEncryptionOptions
DatabaseDescriptor. getInternodeMessagingEncyptionOptions()
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withAcceptedProtocols(java.util.List<java.lang.String> accepted_protocols)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withAlgorithm(java.lang.String algorithm)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withCipherSuites(java.lang.String... cipher_suites)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withCipherSuites(java.util.List<java.lang.String> cipher_suites)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withInternodeEncryption(EncryptionOptions.ServerEncryptionOptions.InternodeEncryption internode_encryption)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withKeyStore(java.lang.String keystore)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withKeyStorePassword(java.lang.String keystore_password)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withLegacySslStoragePort(boolean enable_legacy_ssl_storage_port)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withOptional(boolean optional)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withOutboundKeystore(java.lang.String outboundKeystore)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withOutboundKeystorePassword(java.lang.String outboundKeystorePassword)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withProtocol(java.lang.String protocol)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withRequireClientAuth(boolean require_client_auth)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withRequireEndpointVerification(boolean require_endpoint_verification)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withSslContextFactory(ParameterizedClass sslContextFactoryClass)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withStoreType(java.lang.String store_type)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withTrustStore(java.lang.String truststore)
EncryptionOptions.ServerEncryptionOptions
EncryptionOptions.ServerEncryptionOptions. withTrustStorePassword(java.lang.String truststore_password)
Methods in org.apache.cassandra.config with parameters of type EncryptionOptions.ServerEncryptionOptions Modifier and Type Method Description static void
DatabaseDescriptor. setInternodeMessagingEncyptionOptions(EncryptionOptions.ServerEncryptionOptions encryptionOptions)
Constructors in org.apache.cassandra.config with parameters of type EncryptionOptions.ServerEncryptionOptions Constructor Description ServerEncryptionOptions(EncryptionOptions.ServerEncryptionOptions options)
-
Uses of EncryptionOptions.ServerEncryptionOptions in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as EncryptionOptions.ServerEncryptionOptions Modifier and Type Field Description EncryptionOptions.ServerEncryptionOptions
InboundConnectionSettings. encryption
EncryptionOptions.ServerEncryptionOptions
OutboundConnectionSettings. encryption
Methods in org.apache.cassandra.net that return EncryptionOptions.ServerEncryptionOptions Modifier and Type Method Description EncryptionOptions.ServerEncryptionOptions
OutboundConnectionSettings. encryption()
Methods in org.apache.cassandra.net with parameters of type EncryptionOptions.ServerEncryptionOptions Modifier and Type Method Description InboundConnectionSettings
InboundConnectionSettings. withEncryption(EncryptionOptions.ServerEncryptionOptions encryption)
OutboundConnectionSettings
OutboundConnectionSettings. withEncryption(EncryptionOptions.ServerEncryptionOptions encryption)
-
Uses of EncryptionOptions.ServerEncryptionOptions in org.apache.cassandra.security
Methods in org.apache.cassandra.security with parameters of type EncryptionOptions.ServerEncryptionOptions Modifier and Type Method Description static void
SSLFactory. initHotReloading(EncryptionOptions.ServerEncryptionOptions serverOpts, EncryptionOptions clientOpts, boolean force)
Determines whether to hot reload certificates and schedules a periodic task for it.static void
SSLFactory. validateSslCerts(EncryptionOptions.ServerEncryptionOptions serverOpts, EncryptionOptions clientOpts)
Sanity checks all certificates to ensure we can actually load them -
Uses of EncryptionOptions.ServerEncryptionOptions in org.apache.cassandra.tools
Fields in org.apache.cassandra.tools declared as EncryptionOptions.ServerEncryptionOptions Modifier and Type Field Description EncryptionOptions.ServerEncryptionOptions
LoaderOptions. serverEncOptions
Constructors in org.apache.cassandra.tools with parameters of type EncryptionOptions.ServerEncryptionOptions Constructor Description BulkLoadConnectionFactory(EncryptionOptions.ServerEncryptionOptions encryptionOptions, int storagePort)
-