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 ISslContextFactoryEncryptionOptions. sslContextFactoryInstance -
Uses of ISslContextFactory in org.apache.cassandra.security
Classes in org.apache.cassandra.security that implement ISslContextFactory Modifier and Type Class Description classAbstractSslContextFactoryAbstract class implementingISslContextFacotryto provide most of the functionality that any implementation might need.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. -
Uses of ISslContextFactory in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return ISslContextFactory Modifier and Type Method Description static ISslContextFactoryFBUtilities. newSslContextFactory(java.lang.String className, java.util.Map<java.lang.String,java.lang.Object> parameters)
-