public class SSLOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
DEFAULT_SSL_CIPHER_SUITES
The default SSL cipher suites.
|
Constructor and Description |
---|
SSLOptions()
Creates default SSL options.
|
SSLOptions(SSLContext context,
String[] cipherSuites)
Creates SSL options that uses the provided SSL context and cipher suites.
|
public static final String[] DEFAULT_SSL_CIPHER_SUITES
public SSLOptions()
DEFAULT_SSL_CIPHER_SUITES
and match the default cipher suites
supported by Cassandra server side.public SSLOptions(SSLContext context, String[] cipherSuites)
context
- the SSLContext
to use.cipherSuites
- the cipher suites to use.