Uses of Class
org.apache.cassandra.security.AbstractSslContextFactory
Packages that use AbstractSslContextFactory
-
Uses of AbstractSslContextFactory in org.apache.cassandra.security
Subclasses of AbstractSslContextFactory in org.apache.cassandra.securityModifier and TypeClassDescriptionfinal classCassandra's default implementation class for the configuration keyssl_context_factory.classclassAbstract implementation forISslContextFactoryusing file based, standard keystore format with the ability to hot-reload the files upon file changes (detected by thelast modified timestamp).final classSslContextFactory for the PEM standard encoded PKCS#8 private keys and X509 certificates/public-keys.