|
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.DiffieHellmanKeyAgreement gnu.crypto.key.dh.DiffieHellmanReceiver
This implementation is the receiver's part of the basic version of the Diffie-Hellman key agreement exchange (B in [HAC]).
DiffieHellmanKeyAgreement
Field Summary |
Fields inherited from class gnu.crypto.key.dh.DiffieHellmanKeyAgreement |
KA_DIFFIE_HELLMAN_OWNER_PRIVATE_KEY, ownerKey, SOURCE_OF_RANDOMNESS, ZZ |
Fields inherited from class gnu.crypto.key.BaseKeyAgreementParty |
complete, initialised, name, rnd, step, TWO |
Constructor Summary | |
DiffieHellmanReceiver()
|
Method Summary | |
protected void |
engineInit(java.util.Map attributes)
|
protected OutgoingMessage |
engineProcessMessage(IncomingMessage in)
|
Methods inherited from class gnu.crypto.key.dh.DiffieHellmanKeyAgreement |
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 DiffieHellmanReceiver()
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 |