gnu.crypto.key.dh

Class DiffieHellmanReceiver

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 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.