Uses of Class
org.jgroups.protocols.SSL_KEY_EXCHANGE
Packages that use SSL_KEY_EXCHANGE
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of SSL_KEY_EXCHANGE in org.jgroups.protocols
Methods in org.jgroups.protocols that return SSL_KEY_EXCHANGEModifier and TypeMethodDescriptionSSL_KEY_EXCHANGE.setBindAddress(InetAddress a) SSL_KEY_EXCHANGE.setClientSSLContext(SSLContext client_ssl_ctx) SSL_KEY_EXCHANGE.setKeystore(KeyStore ks) SSL_KEY_EXCHANGE.setKeystoreName(String name) SSL_KEY_EXCHANGE.setKeystorePassword(String pwd) SSL_KEY_EXCHANGE.setKeystoreType(String type) SSL_KEY_EXCHANGE.setPort(int p) SSL_KEY_EXCHANGE.setPortRange(int r) SSL_KEY_EXCHANGE.setReloadThreshold(long d) SSL_KEY_EXCHANGE.setRequireClientAuthentication(boolean b) SSL_KEY_EXCHANGE.setSecretKeyAlgorithm(String a) SSL_KEY_EXCHANGE.setServerSSLContext(SSLContext server_ssl_ctx) SSL_KEY_EXCHANGE.setSessionVerifier(SSL_KEY_EXCHANGE.SessionVerifier s) SSL_KEY_EXCHANGE.setSessionVerifierArg(String arg) SSL_KEY_EXCHANGE.setSessionVerifierClass(String cl) SSL_KEY_EXCHANGE.setSocketTimeout(int timeout) SSL_KEY_EXCHANGE.setSslProtocol(String protocol) SSL_KEY_EXCHANGE.setTruststore(KeyStore ks) SSL_KEY_EXCHANGE.setTruststoreName(String name) SSL_KEY_EXCHANGE.setTruststorePassword(String pwd) SSL_KEY_EXCHANGE.setTruststoreType(String type)