Package | Description |
---|---|
org.apache.cassandra.security |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSslContextFactory
Cassandra's default implementation class for the configuration key
ssl_context_factory . |
class |
DisableSslContextFactory |
class |
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 ). |
class |
PEMBasedSslContextFactory
SslContextFactory for the PEM standard encoded PKCS#8 private keys and X509 certificates/public-keys.
|
Copyright © 2009-2022 The Apache Software Foundation