Interface | Description |
---|---|
KeyProvider |
Customizable key retrieval mechanism.
|
SecurityThreadGroup.ThreadInitializer |
Class | Description |
---|---|
CipherFactory |
A factory for loading encryption keys from
KeyProvider instances. |
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 | |
JKSKeyProvider |
A
KeyProvider that retrieves keys from a java keystore. |
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 |
---|---|
SSLFactory.SocketType |
Indicates if the process holds the inbound/listening end of the socket (
SSLFactory.SocketType.SERVER )), or the
outbound side (SSLFactory.SocketType.CLIENT ). |
Copyright © 2009-2021 The Apache Software Foundation