Uses of Package
org.apache.cassandra.security
-
Packages that use org.apache.cassandra.security Package Description org.apache.cassandra.config org.apache.cassandra.db.commitlog org.apache.cassandra.security org.apache.cassandra.utils -
Classes in org.apache.cassandra.security used by org.apache.cassandra.config Class Description AbstractCryptoProvider EncryptionContext A (largely) immutable wrapper for the application-wide file-level encryption settings.ISslContextFactory The purpose of this interface is to provide pluggable mechanism for creating custom JSSE and Netty SSLContext objects. -
Classes in org.apache.cassandra.security used by org.apache.cassandra.db.commitlog Class Description EncryptionContext A (largely) immutable wrapper for the application-wide file-level encryption settings. -
Classes in org.apache.cassandra.security used by org.apache.cassandra.security Class Description AbstractCryptoProvider AbstractSslContextFactory Abstract class implementingISslContextFacotry
to provide most of the functionality that any implementation might need.EncryptionContext A (largely) immutable wrapper for the application-wide file-level encryption settings.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
).FileBasedSslContextFactory.FileBasedStoreContext FileBasedSslContextFactory.HotReloadableFile Helper class for hot reloading SSL ContextsISslContextFactory The purpose of this interface is to provide pluggable mechanism for creating custom JSSE and Netty SSLContext objects.ISslContextFactory.SocketType Indicates if the process holds the inbound/listening (Server) end of the socket or the outbound side (Client).KeyProvider Customizable key retrieval mechanism.PEMBasedSslContextFactory.ConfigKey SecurityThreadGroup.ThreadInitializer -
Classes in org.apache.cassandra.security used by org.apache.cassandra.utils Class Description AbstractCryptoProvider ISslContextFactory The purpose of this interface is to provide pluggable mechanism for creating custom JSSE and Netty SSLContext objects.