| Package | Description |
|---|---|
| software.amazon.awssdk.crt.io |
| Modifier and Type | Method and Description |
|---|---|
static TlsContextOptions |
TlsContextOptions.createDefaultClient()
Helper which creates a default set of TLS options for the current platform
|
static TlsContextOptions |
TlsContextOptions.createDefaultServer()
Helper which creates a default set of TLS options for the current platform
|
static TlsContextOptions |
TlsContextOptions.createWithMTLS(String certificate,
String privateKey)
Helper which creates TLS options using a certificate and private key
|
static TlsContextOptions |
TlsContextOptions.createWithMTLSFromPath(String certificatePath,
String privateKeyPath)
Helper which creates TLS options using a certificate and private key
|
static TlsContextOptions |
TlsContextOptions.createWithMTLSPkcs12(String pkcs12Path,
String pkcs12Password)
OSX only - Helper which creates TLS options using PKCS12
|
TlsContextOptions |
TlsContextOptions.withAlpnList(String alpnList) |
TlsContextOptions |
TlsContextOptions.withCipherPreference(TlsCipherPreference cipherPref)
.with() methods
|
TlsContextOptions |
TlsContextOptions.withMinimumTlsVersion(TlsContextOptions.TlsVersions version) |
| Constructor and Description |
|---|
TlsContext(TlsContextOptions options)
Creates a new Client TlsContext.
|
Copyright © 2019. All rights reserved.