| 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 |
KeyStoreSSLContext.createClientKeyStoreSslContext(String sslProviderString,
String keyStoreTypeString,
String keyStorePath,
String keyStorePassword,
boolean allowInsecureConnection,
String trustStoreTypeString,
String trustStorePath,
String trustStorePassword,
Set<String> ciphers,
Set<String> protocols) |
static KeyStoreSSLContext |
KeyStoreSSLContext.createServerKeyStoreSslContext(String sslProviderString,
String keyStoreTypeString,
String keyStorePath,
String keyStorePassword,
boolean allowInsecureConnection,
String trustStoreTypeString,
String trustStorePath,
String trustStorePassword,
boolean requireTrustedClientCertOnConnect,
Set<String> ciphers,
Set<String> protocols) |
KeyStoreSSLContext |
NettySSLContextAutoRefreshBuilder.getSslContext() |
KeyStoreSSLContext |
NettySSLContextAutoRefreshBuilder.update() |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.