Uses of Class
org.apache.pulsar.common.util.keystoretls.KeyStoreSSLContext
Packages that use KeyStoreSSLContext
Package
Description
Helpers to work with events from the non-blocking I/O client-server framework.
-
Uses of KeyStoreSSLContext in org.apache.pulsar.common.util.keystoretls
Methods in org.apache.pulsar.common.util.keystoretls that return KeyStoreSSLContextModifier and TypeMethodDescriptionstatic KeyStoreSSLContextKeyStoreSSLContext.createClientKeyStoreSslContext(String sslProviderString, String keyStoreTypeString, String keyStorePath, String keyStorePassword, boolean allowInsecureConnection, String trustStoreTypeString, String trustStorePath, String trustStorePassword, Set<String> ciphers, Set<String> protocols) static KeyStoreSSLContextKeyStoreSSLContext.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) NettySSLContextAutoRefreshBuilder.getSslContext()NettySSLContextAutoRefreshBuilder.update()