gnu.crypto.key.dh
Class ElGamalReceiver
java.lang.Object
gnu.crypto.key.BaseKeyAgreementParty
gnu.crypto.key.dh.ElGamalKeyAgreement
gnu.crypto.key.dh.ElGamalReceiver
- All Implemented Interfaces:
- IKeyAgreementParty
public class ElGamalReceiver
- extends ElGamalKeyAgreement
This implementation is the receiver's part of the ElGamal key agreement
exchange (B 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 |
ElGamalReceiver
public ElGamalReceiver()
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.