|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The basic interface that basic Diffie-Hellman implementations conforms to.
Method Summary | |
java.math.BigInteger |
calculateAgreement(CipherParameters pubKey)
given a public key from a given party calculate the next message in the agreement sequence. |
int |
getFieldSize()
return the field size for the agreement algorithm in bytes. |
void |
init(CipherParameters param)
initialise the agreement engine. |
Method Detail |
public void init(CipherParameters param)
public int getFieldSize()
public java.math.BigInteger calculateAgreement(CipherParameters pubKey)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |