Uses of Class
org.jgroups.util.SslContextFactory
Packages that use SslContextFactory
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of SslContextFactory in org.jgroups.protocols
Fields in org.jgroups.protocols declared as SslContextFactoryModifier and TypeFieldDescriptionprivate SslContextFactorySSL_KEY_EXCHANGE.SSLContextReloader.factoryMethods in org.jgroups.protocols with parameters of type SslContextFactoryModifier and TypeMethodDescriptionSSL_KEY_EXCHANGE.SSLContextReloader.setFactory(SslContextFactory factory) -
Uses of SslContextFactory in org.jgroups.util
Methods in org.jgroups.util that return SslContextFactoryModifier and TypeMethodDescriptionSslContextFactory.classLoader(ClassLoader classLoader) SslContextFactory.keyStoreFileName(String keyStoreFileName) SslContextFactory.keyStorePassword(char[] keyStorePassword) SslContextFactory.keyStorePassword(String keyStorePassword) SslContextFactory.keyStoreType(String keyStoreType) SslContextFactory.sslProtocol(String sslProtocol) SslContextFactory.trustStore(KeyStore trustStore) SslContextFactory.trustStoreFileName(String trustStoreFileName) SslContextFactory.trustStorePassword(char[] trustStorePassword) SslContextFactory.trustStorePassword(String trustStorePassword) SslContextFactory.trustStoreType(String trustStoreType) SslContextFactory.watcher(FileWatcher watcher)