| Package | Description |
|---|---|
| org.apache.pulsar.common.util.keystoretls |
Helpers to work with events from the non-blocking I/O client-server framework.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyStoreSSLContext.Mode |
KeyStoreSSLContext.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyStoreSSLContext.Mode[] |
KeyStoreSSLContext.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KeyStoreSSLContext(KeyStoreSSLContext.Mode mode,
String sslProviderString,
String keyStoreTypeString,
String keyStorePath,
String keyStorePassword,
boolean allowInsecureConnection,
String trustStoreTypeString,
String trustStorePath,
String trustStorePassword,
boolean requireTrustedClientCertOnConnect,
Set<String> ciphers,
Set<String> protocols) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.