gnu.crypto.key.dh
Class DiffieHellmanSender
java.lang.Object
gnu.crypto.key.BaseKeyAgreementParty
gnu.crypto.key.dh.DiffieHellmanKeyAgreement
gnu.crypto.key.dh.DiffieHellmanSender
- All Implemented Interfaces:
- IKeyAgreementParty
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiffieHellmanSender
public DiffieHellmanSender()
engineInit
protected void engineInit(Map attributes)
throws KeyAgreementException
- Specified by:
engineInit
in class BaseKeyAgreementParty
- Throws:
KeyAgreementException
engineProcessMessage
protected OutgoingMessage engineProcessMessage(IncomingMessage in)
throws KeyAgreementException
- Specified by:
engineProcessMessage
in class BaseKeyAgreementParty
- Throws:
KeyAgreementException
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.