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.ServerEncryptionOptionsConfig. server_encryption_optionsMethods in org.apache.cassandra.config that return EncryptionOptions.ServerEncryptionOptions Modifier and Type Method Description static EncryptionOptions.ServerEncryptionOptionsDatabaseDescriptor. getInternodeMessagingEncyptionOptions()EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withAcceptedProtocols(java.util.List<java.lang.String> accepted_protocols)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withAlgorithm(java.lang.String algorithm)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withCipherSuites(java.lang.String... cipher_suites)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withCipherSuites(java.util.List<java.lang.String> cipher_suites)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withInternodeEncryption(EncryptionOptions.ServerEncryptionOptions.InternodeEncryption internode_encryption)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withKeyStore(java.lang.String keystore)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withKeyStorePassword(java.lang.String keystore_password)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withLegacySslStoragePort(boolean enable_legacy_ssl_storage_port)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withOptional(boolean optional)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withOutboundKeystore(java.lang.String outboundKeystore)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withOutboundKeystorePassword(java.lang.String outboundKeystorePassword)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withProtocol(java.lang.String protocol)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withRequireClientAuth(boolean require_client_auth)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withRequireEndpointVerification(boolean require_endpoint_verification)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withSslContextFactory(ParameterizedClass sslContextFactoryClass)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withStoreType(java.lang.String store_type)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.ServerEncryptionOptions. withTrustStore(java.lang.String truststore)EncryptionOptions.ServerEncryptionOptionsEncryptionOptions.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 voidDatabaseDescriptor. 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.ServerEncryptionOptionsInboundConnectionSettings. encryptionEncryptionOptions.ServerEncryptionOptionsOutboundConnectionSettings. encryptionMethods in org.apache.cassandra.net that return EncryptionOptions.ServerEncryptionOptions Modifier and Type Method Description EncryptionOptions.ServerEncryptionOptionsOutboundConnectionSettings. encryption()Methods in org.apache.cassandra.net with parameters of type EncryptionOptions.ServerEncryptionOptions Modifier and Type Method Description InboundConnectionSettingsInboundConnectionSettings. withEncryption(EncryptionOptions.ServerEncryptionOptions encryption)OutboundConnectionSettingsOutboundConnectionSettings. 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 voidSSLFactory. initHotReloading(EncryptionOptions.ServerEncryptionOptions serverOpts, EncryptionOptions clientOpts, boolean force)Determines whether to hot reload certificates and schedules a periodic task for it.static voidSSLFactory. 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.ServerEncryptionOptionsLoaderOptions. serverEncOptionsConstructors in org.apache.cassandra.tools with parameters of type EncryptionOptions.ServerEncryptionOptions Constructor Description BulkLoadConnectionFactory(EncryptionOptions.ServerEncryptionOptions encryptionOptions, int storagePort)
-