| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2017 Bloomberg L.P.. All rights reserved.