Uses of Class
org.apache.cassandra.config.EncryptionOptions
-
Packages that use EncryptionOptions Package Description org.apache.cassandra.config org.apache.cassandra.net org.apache.cassandra.security org.apache.cassandra.tools org.apache.cassandra.transport -
-
Uses of EncryptionOptions in org.apache.cassandra.config
Subclasses of EncryptionOptions in org.apache.cassandra.config Modifier and Type Class Description static classEncryptionOptions.ServerEncryptionOptionsFields in org.apache.cassandra.config declared as EncryptionOptions Modifier and Type Field Description EncryptionOptionsConfig. client_encryption_optionsMethods in org.apache.cassandra.config that return EncryptionOptions Modifier and Type Method Description EncryptionOptionsEncryptionOptions. applyConfig()EncryptionOptionsEncryptionOptions.ServerEncryptionOptions. applyConfig()static EncryptionOptionsDatabaseDescriptor. getNativeProtocolEncryptionOptions()EncryptionOptionsEncryptionOptions. withAcceptedProtocols(java.util.List<java.lang.String> accepted_protocols)EncryptionOptionsEncryptionOptions. withAlgorithm(java.lang.String algorithm)EncryptionOptionsEncryptionOptions. withCipherSuites(java.lang.String... cipher_suites)EncryptionOptionsEncryptionOptions. withCipherSuites(java.util.List<java.lang.String> cipher_suites)EncryptionOptionsEncryptionOptions. withEnabled(boolean enabled)EncryptionOptionsEncryptionOptions. withKeyStore(java.lang.String keystore)EncryptionOptionsEncryptionOptions. withKeyStorePassword(java.lang.String keystore_password)EncryptionOptionsEncryptionOptions. withOptional(java.lang.Boolean optional)EncryptionOptionsEncryptionOptions. withProtocol(java.lang.String protocol)EncryptionOptionsEncryptionOptions. withRequireClientAuth(boolean require_client_auth)EncryptionOptionsEncryptionOptions. withRequireEndpointVerification(boolean require_endpoint_verification)EncryptionOptionsEncryptionOptions. withSslContextFactory(ParameterizedClass sslContextFactoryClass)EncryptionOptionsEncryptionOptions. withStoreType(java.lang.String store_type)EncryptionOptionsEncryptionOptions. withTrustStore(java.lang.String truststore)EncryptionOptionsEncryptionOptions. withTrustStorePassword(java.lang.String truststore_password)Method parameters in org.apache.cassandra.config with type arguments of type EncryptionOptions Modifier and Type Method Description static voidDatabaseDescriptor. updateNativeProtocolEncryptionOptions(java.util.function.Function<EncryptionOptions,EncryptionOptions> update)static voidDatabaseDescriptor. updateNativeProtocolEncryptionOptions(java.util.function.Function<EncryptionOptions,EncryptionOptions> update)Constructors in org.apache.cassandra.config with parameters of type EncryptionOptions Constructor Description EncryptionOptions(EncryptionOptions options) -
Uses of EncryptionOptions in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as EncryptionOptions Modifier and Type Field Description EncryptionOptionsOutboundConnectionSettings. encryptionMethods in org.apache.cassandra.net that return EncryptionOptions Modifier and Type Method Description EncryptionOptionsOutboundConnectionSettings. encryption() -
Uses of EncryptionOptions in org.apache.cassandra.security
Methods in org.apache.cassandra.security with parameters of type EncryptionOptions Modifier and Type Method Description static javax.net.ssl.SSLContextSSLFactory. createSSLContext(EncryptionOptions options, boolean verifyPeerCertificate)Create a JSSESSLContext.static io.netty.handler.ssl.SslContextSSLFactory. getOrCreateSslContext(EncryptionOptions options, boolean verifyPeerCertificate, ISslContextFactory.SocketType socketType, java.lang.String contextDescription)get a nettySslContextinstancestatic 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 themstatic voidSSLFactory. validateSslContext(java.lang.String contextDescription, EncryptionOptions options, boolean verifyPeerCertificate, boolean logProtocolAndCiphers) -
Uses of EncryptionOptions in org.apache.cassandra.tools
Fields in org.apache.cassandra.tools declared as EncryptionOptions Modifier and Type Field Description EncryptionOptionsLoaderOptions. clientEncOptions -
Uses of EncryptionOptions in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type EncryptionOptions Modifier and Type Method Description SimpleClient.BuilderSimpleClient.Builder. encryption(EncryptionOptions options)Constructors in org.apache.cassandra.transport with parameters of type EncryptionOptions Constructor Description Client(java.lang.String host, int port, ProtocolVersion version, EncryptionOptions encryptionOptions)SimpleClient(java.lang.String host, int port, EncryptionOptions encryptionOptions)SimpleClient(java.lang.String host, int port, ProtocolVersion version, boolean useBeta, EncryptionOptions encryptionOptions)SimpleClient(java.lang.String host, int port, ProtocolVersion version, EncryptionOptions encryptionOptions)
-