gnu.crypto.key.dh
Class ElGamalSender
java.lang.Object
gnu.crypto.key.BaseKeyAgreementParty
gnu.crypto.key.dh.ElGamalKeyAgreement
gnu.crypto.key.dh.ElGamalSender
- All Implemented Interfaces:
- IKeyAgreementParty
public class ElGamalSender
- extends ElGamalKeyAgreement
This implementation is the sender's part of the ElGamal key agreement
exchange (A in [HAC]).
- Version:
- $Revision: 1.2 $
- See Also:
ElGamalKeyAgreement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElGamalSender
public ElGamalSender()
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.