|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.agreement.ECDHCStagedAgreement
| Constructor Summary | |
ECDHCStagedAgreement()
|
|
| Method Summary | |
java.math.BigInteger |
calculateAgreement(CipherParameters pubKey)
given a public key from a given party calculate the next message in the agreement sequence. |
AsymmetricKeyParameter |
calculateStage(CipherParameters pubKey)
|
int |
getFieldSize()
return the field size for the agreement algorithm in bytes. |
void |
init(CipherParameters key)
initialise the agreement engine. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ECDHCStagedAgreement()
| Method Detail |
public void init(CipherParameters key)
BasicAgreement
init in interface BasicAgreementpublic int getFieldSize()
BasicAgreement
getFieldSize in interface BasicAgreementpublic AsymmetricKeyParameter calculateStage(CipherParameters pubKey)
calculateStage in interface StagedAgreementpublic java.math.BigInteger calculateAgreement(CipherParameters pubKey)
BasicAgreement
calculateAgreement in interface BasicAgreement
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||