Package | Description |
---|---|
org.apache.cassandra.cli | |
org.apache.cassandra.config | |
org.apache.cassandra.security |
Modifier and Type | Field and Description |
---|---|
EncryptionOptions |
CliSessionState.encOptions |
Modifier and Type | Class and Description |
---|---|
static class |
EncryptionOptions.ClientEncryptionOptions |
static class |
EncryptionOptions.ServerEncryptionOptions |
Modifier and Type | Method and Description |
---|---|
static javax.net.ssl.SSLContext |
SSLFactory.createSSLContext(EncryptionOptions options,
boolean buildTruststore) |
static javax.net.ssl.SSLServerSocket |
SSLFactory.getServerSocket(EncryptionOptions options,
java.net.InetAddress address,
int port) |
static javax.net.ssl.SSLSocket |
SSLFactory.getSocket(EncryptionOptions options)
Just create a socket
|
static javax.net.ssl.SSLSocket |
SSLFactory.getSocket(EncryptionOptions options,
java.net.InetAddress address,
int port)
Create a socket and connect, using any local address
|
static javax.net.ssl.SSLSocket |
SSLFactory.getSocket(EncryptionOptions options,
java.net.InetAddress address,
int port,
java.net.InetAddress localAddress,
int localPort)
Create a socket and connect
|
Copyright © 2015 The Apache Software Foundation