Uses of Enum Class
org.apache.pulsar.common.util.keystoretls.KeyStoreSSLContext.Mode
Packages that use KeyStoreSSLContext.Mode
Package
Description
Helpers to work with events from the non-blocking I/O client-server framework.
-
Uses of KeyStoreSSLContext.Mode in org.apache.pulsar.common.util.keystoretls
Methods in org.apache.pulsar.common.util.keystoretls that return KeyStoreSSLContext.ModeModifier and TypeMethodDescriptionstatic KeyStoreSSLContext.ModeReturns the enum constant of this class with the specified name.static KeyStoreSSLContext.Mode[]KeyStoreSSLContext.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.pulsar.common.util.keystoretls with parameters of type KeyStoreSSLContext.ModeModifierConstructorDescriptionKeyStoreSSLContext(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)