Uses of Class
org.apache.cassandra.security.AbstractSslContextFactory
-
Packages that use AbstractSslContextFactory Package Description org.apache.cassandra.security -
-
Uses of AbstractSslContextFactory in org.apache.cassandra.security
Subclasses of AbstractSslContextFactory in org.apache.cassandra.security Modifier and Type Class Description 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.
-