Uses of Interface
org.apache.cassandra.security.ISslContextFactory
Packages that use ISslContextFactory
Package
Description
-
Uses of ISslContextFactory in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as ISslContextFactory -
Uses of ISslContextFactory in org.apache.cassandra.security
Classes in org.apache.cassandra.security that implement ISslContextFactoryModifier and TypeClassDescriptionclassAbstract class implementingISslContextFacotryto provide most of the functionality that any implementation might need.final 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. -
Uses of ISslContextFactory in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return ISslContextFactoryModifier and TypeMethodDescriptionstatic ISslContextFactoryFBUtilities.newSslContextFactory(String className, Map<String, Object> parameters)