Uses of Class
org.jgroups.protocols.DH_KEY_EXCHANGE.DhHeader
-
Packages that use DH_KEY_EXCHANGE.DhHeader Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of DH_KEY_EXCHANGE.DhHeader in org.jgroups.protocols
Methods in org.jgroups.protocols that return DH_KEY_EXCHANGE.DhHeader Modifier and Type Method Description static DH_KEY_EXCHANGE.DhHeader
DH_KEY_EXCHANGE.DhHeader. createSecretKeyRequest(byte[] dh_key)
static DH_KEY_EXCHANGE.DhHeader
DH_KEY_EXCHANGE.DhHeader. createSecretKeyResponse(byte[] dh_pub_key, byte[] encrypted_secret_key, byte[] version)
Methods in org.jgroups.protocols with parameters of type DH_KEY_EXCHANGE.DhHeader Modifier and Type Method Description protected void
DH_KEY_EXCHANGE. handle(DH_KEY_EXCHANGE.DhHeader hdr, Address sender)
-