| Package | Description |
|---|---|
| com.hivemq.spi.services.configuration.entity |
| Modifier and Type | Method and Description |
|---|---|
Tls.ClientAuthMode |
Tls.getClientAuthMode() |
static Tls.ClientAuthMode |
Tls.ClientAuthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tls.ClientAuthMode[] |
Tls.ClientAuthMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Tls(String keystorePath,
String keystorePassword,
String keystoreType,
String privateKeyPassword,
String truststorePath,
String truststorePassword,
String truststoreType,
int handshakeTimeout,
Tls.ClientAuthMode clientAuthMode,
List<String> protocols,
List<String> cipherSuites)
Creates a new TLS configuration
|
Tls(String keystorePath,
String keystorePassword,
String keystoreType,
String privateKeyPassword,
String truststorePath,
String truststorePassword,
String truststoreType,
int handshakeTimeout,
Tls.ClientAuthMode clientAuthMode,
List<String> protocols,
List<String> cipherSuites,
Long concurrentHandshakeLimit,
boolean nativeSSl,
boolean ocspStaplingEnabled,
String ocspOverrideUrl,
int ocspCacheInterval)
Creates a new TLS configuration
|
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.