Uses of Interface
org.jgroups.protocols.SSL_KEY_EXCHANGE.SessionVerifier
-
Packages that use SSL_KEY_EXCHANGE.SessionVerifier Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of SSL_KEY_EXCHANGE.SessionVerifier in org.jgroups.protocols
Classes in org.jgroups.protocols that implement SSL_KEY_EXCHANGE.SessionVerifier Modifier and Type Class Description class
CertficateCNMatcher
Sample implementation ofSSL_KEY_EXCHANGE.SessionVerifier
Fields in org.jgroups.protocols declared as SSL_KEY_EXCHANGE.SessionVerifier Modifier and Type Field Description protected SSL_KEY_EXCHANGE.SessionVerifier
SSL_KEY_EXCHANGE. session_verifier
Methods in org.jgroups.protocols that return SSL_KEY_EXCHANGE.SessionVerifier Modifier and Type Method Description SSL_KEY_EXCHANGE.SessionVerifier
SSL_KEY_EXCHANGE. getSessionVerifier()
Methods in org.jgroups.protocols with parameters of type SSL_KEY_EXCHANGE.SessionVerifier Modifier and Type Method Description SSL_KEY_EXCHANGE
SSL_KEY_EXCHANGE. setSessionVerifier(SSL_KEY_EXCHANGE.SessionVerifier s)
-