|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.agreement.X25519Agreement
Constructor Summary | |
X25519Agreement()
|
Method Summary | |
void |
calculateAgreement(CipherParameters publicKey,
byte[] buf,
int off)
|
int |
getAgreementSize()
|
void |
init(CipherParameters parameters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public X25519Agreement()
Method Detail |
public void init(CipherParameters parameters)
init
in interface RawAgreement
public int getAgreementSize()
getAgreementSize
in interface RawAgreement
public void calculateAgreement(CipherParameters publicKey, byte[] buf, int off)
calculateAgreement
in interface RawAgreement
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |