gnu.crypto.key.dh
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
| Method Summary | |
|---|---|
| protected void | engineInit(Map attributes) |
| protected OutgoingMessage | engineProcessMessage(IncomingMessage in) |