AbstractCryptoProvider |
|
AbstractSslContextFactory |
Abstract class implementing ISslContextFacotry to provide most of the functionality that any
implementation might need.
|
CipherFactory |
A factory for loading encryption keys from KeyProvider instances.
|
DefaultCryptoProvider |
Default crypto provider tries to install AmazonCorrettoCryptoProvider.
|
DefaultSslContextFactory |
Cassandra's default implementation class for the configuration key ssl_context_factory .
|
DisableSslContextFactory |
|
EncryptionContext |
A (largely) immutable wrapper for the application-wide file-level encryption settings.
|
EncryptionUtils |
Encryption and decryption functions specific to the commit log.
|
EncryptionUtils.ChannelProxyReadChannel |
|
FileBasedSslContextFactory |
Abstract implementation for ISslContextFactory using file based, standard keystore format with the ability
to hot-reload the files upon file changes (detected by the last modified timestamp ).
|
FileBasedSslContextFactory.FileBasedStoreContext |
|
FileBasedSslContextFactory.HotReloadableFile |
Helper class for hot reloading SSL Contexts
|
JKSKeyProvider |
A KeyProvider that retrieves keys from a java keystore.
|
JREProvider |
Crypto provider which does nothing.
|
PEMBasedSslContextFactory |
SslContextFactory for the PEM standard encoded PKCS#8 private keys and X509 certificates/public-keys.
|
PEMBasedSslContextFactory.PEMBasedKeyStoreContext |
|
PEMReader |
This is a helper class to read private keys and X509 certifificates encoded based on PEM (RFC 1421)
format.
|
SecurityThreadGroup |
|
SSLFactory |
A Factory for providing and setting up client SSLSocket s.
|
SSLFactory.LoggingCipherSuiteFilter |
|
ThreadAwareSecurityManager |
Custom SecurityManager and Policy implementation that only performs access checks
if explicitly enabled.
|