|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.key.BaseKeyAgreementParty gnu.crypto.key.dh.ElGamalKeyAgreement gnu.crypto.key.dh.ElGamalSender
This implementation is the sender's part of the ElGamal key agreement exchange (A in [HAC]).
ElGamalKeyAgreement
Field Summary |
Fields inherited from class gnu.crypto.key.dh.ElGamalKeyAgreement |
KA_ELGAMAL_RECIPIENT_PRIVATE_KEY, KA_ELGAMAL_RECIPIENT_PUBLIC_KEY, SOURCE_OF_RANDOMNESS, ZZ |
Fields inherited from class gnu.crypto.key.BaseKeyAgreementParty |
complete, initialised, name, rnd, step, TWO |
Constructor Summary | |
ElGamalSender()
|
Method Summary | |
protected void |
engineInit(java.util.Map attributes)
|
protected OutgoingMessage |
engineProcessMessage(IncomingMessage in)
|
Methods inherited from class gnu.crypto.key.dh.ElGamalKeyAgreement |
engineReset, engineSharedSecret |
Methods inherited from class gnu.crypto.key.BaseKeyAgreementParty |
getSharedSecret, init, isComplete, name, nextRandomBytes, processMessage, reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ElGamalSender()
Method Detail |
protected void engineInit(java.util.Map attributes) throws KeyAgreementException
engineInit
in class BaseKeyAgreementParty
KeyAgreementException
protected OutgoingMessage engineProcessMessage(IncomingMessage in) throws KeyAgreementException
engineProcessMessage
in class BaseKeyAgreementParty
KeyAgreementException
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |