Uses of Class
org.apache.pulsar.common.util.keystoretls.KeyStoreSSLContext.Mode
-
Packages that use KeyStoreSSLContext.Mode Package Description org.apache.pulsar.common.util.keystoretls 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.Mode Modifier and Type Method Description static KeyStoreSSLContext.ModeKeyStoreSSLContext.Mode. valueOf(java.lang.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.Constructors in org.apache.pulsar.common.util.keystoretls with parameters of type KeyStoreSSLContext.Mode Constructor Description KeyStoreSSLContext(KeyStoreSSLContext.Mode mode, java.lang.String sslProviderString, java.lang.String keyStoreTypeString, java.lang.String keyStorePath, java.lang.String keyStorePassword, boolean allowInsecureConnection, java.lang.String trustStoreTypeString, java.lang.String trustStorePath, java.lang.String trustStorePassword, boolean requireTrustedClientCertOnConnect, java.util.Set<java.lang.String> ciphers, java.util.Set<java.lang.String> protocols)
-