gnu.crypto.key.dh

Class DiffieHellmanSender

public class DiffieHellmanSender extends DiffieHellmanKeyAgreement

This implementation is the sender's part of the basic version of the Diffie-Hellman key agreement exchange (A in [HAC]).

Version: $Revision: 1.3 $

See Also: DiffieHellmanKeyAgreement

Method Summary
protected voidengineInit(Map attributes)
protected OutgoingMessageengineProcessMessage(IncomingMessage in)

Method Detail

engineInit

protected void engineInit(Map attributes)

engineProcessMessage

protected OutgoingMessage engineProcessMessage(IncomingMessage in)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.