类的使用
org.apache.pulsar.common.util.keystoretls.KeyStoreSSLContext
使用KeyStoreSSLContext的程序包
程序包
说明
Helpers to work with events from the non-blocking I/O client-server framework.
-
org.apache.pulsar.common.util.keystoretls中KeyStoreSSLContext的使用
修饰符和类型方法说明static 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()