gnu.crypto.key.dh
public class DiffieHellmanReceiver extends DiffieHellmanKeyAgreement
This implementation is the receiver's part of the basic version of the Diffie-Hellman key agreement exchange (B in [HAC]).
Version: $Revision: 1.3 $
See Also: DiffieHellmanKeyAgreement
Method Summary | |
---|---|
protected void | engineInit(Map attributes) |
protected OutgoingMessage | engineProcessMessage(IncomingMessage in) |