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 classDefaultSslContextFactoryCassandra's default implementation class for the configuration keyssl_context_factory.classDisableSslContextFactoryclassFileBasedSslContextFactoryAbstract implementation forISslContextFactoryusing file based, standard keystore format with the ability to hot-reload the files upon file changes (detected by thelast modified timestamp).classPEMBasedSslContextFactorySslContextFactory for the PEM standard encoded PKCS#8 private keys and X509 certificates/public-keys.
-