Uses of Class
org.jgroups.protocols.DH_KEY_EXCHANGE.DhHeader
Packages that use DH_KEY_EXCHANGE.DhHeader
Package
Description
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.DhHeaderModifier and TypeMethodDescriptionstatic DH_KEY_EXCHANGE.DhHeaderDH_KEY_EXCHANGE.DhHeader.createSecretKeyRequest(byte[] dh_key) static DH_KEY_EXCHANGE.DhHeaderDH_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.DhHeaderModifier and TypeMethodDescriptionprotected voidDH_KEY_EXCHANGE.handle(DH_KEY_EXCHANGE.DhHeader hdr, Address sender)