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