Uses of Interface
org.apache.cassandra.security.ISslContextFactory
-
Packages that use ISslContextFactory Package Description org.apache.cassandra.config org.apache.cassandra.security org.apache.cassandra.utils -
-
Uses of ISslContextFactory in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as ISslContextFactory Modifier and Type Field Description ISslContextFactory
EncryptionOptions. sslContextFactoryInstance
-
Uses of ISslContextFactory in org.apache.cassandra.security
Classes in org.apache.cassandra.security that implement ISslContextFactory Modifier and Type Class Description class
AbstractSslContextFactory
Abstract class implementingISslContextFacotry
to provide most of the functionality that any implementation might need.class
DefaultSslContextFactory
Cassandra's default implementation class for the configuration keyssl_context_factory
.class
DisableSslContextFactory
class
FileBasedSslContextFactory
Abstract implementation forISslContextFactory
using file based, standard keystore format with the ability to hot-reload the files upon file changes (detected by thelast modified timestamp
).class
PEMBasedSslContextFactory
SslContextFactory for the PEM standard encoded PKCS#8 private keys and X509 certificates/public-keys. -
Uses of ISslContextFactory in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return ISslContextFactory Modifier and Type Method Description static ISslContextFactory
FBUtilities. newSslContextFactory(java.lang.String className, java.util.Map<java.lang.String,java.lang.Object> parameters)
-