| Modifier and Type | Method and Description |
|---|---|
static TlsOptions |
TlsOptions.create(SSLContext sslContext)
Creates a
TlsOptions object with the specified
sslContext. |
static TlsOptions |
TlsOptions.createFromBlobs(byte[] clientCredentialsRawData,
char[] clientCredentialsPassword,
byte[] trustedCertificatesRawData)
Creates
TlsOptions using client credentials and trust material
from the specified byte arrays. |
static TlsOptions |
TlsOptions.createFromFiles(String clientCredentialsFileName,
char[] clientCredentialsPassword,
String trustedCertificatesFileName)
Creates
TlsOptions using client credentials and trust material
from the specified files. |
TlsOptions |
SessionOptions.getTlsOptions()
Returns the TLS options used to configure secure communication with
endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionOptions.setTlsOptions(TlsOptions tlsOptions)
Sets the
TlsOptions used to configure secure communication with
endpoints. |
Copyright © 2017 Bloomberg L.P.. All rights reserved.