Interface | Description |
---|---|
ISslContextFactory |
The purpose of this interface is to provide pluggable mechanism for creating custom JSSE and Netty SSLContext
objects.
|
KeyProvider |
Customizable key retrieval mechanism.
|
SecurityThreadGroup.ThreadInitializer |
Class | Description |
---|---|
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. |
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.HotReloadableFile |
Helper class for hot reloading SSL Contexts
|
JKSKeyProvider |
A
KeyProvider that retrieves keys from a java keystore. |
PEMBasedSslContextFactory |
SslContextFactory for the PEM standard encoded PKCS#8 private keys and X509 certificates/public-keys.
|
PEMReader |
This is a helper class to read private keys and X509 certifificates encoded based on PEM (RFC 1421)
format.
|
SecurityThreadGroup |
Used by
ThreadAwareSecurityManager to determine whether access-control checks needs to be performed. |
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. |
Enum | Description |
---|---|
ISslContextFactory.SocketType |
Indicates if the process holds the inbound/listening (Server) end of the socket or the outbound side (Client).
|
PEMBasedSslContextFactory.ConfigKey |
Copyright © 2009-2022 The Apache Software Foundation