Package org.bouncycastle.crypto
Interface RawAgreement
- All Known Implementing Classes:
BasicRawAgreement,X25519Agreement,X448Agreement,XDHUnifiedAgreement
public interface RawAgreement
-
Method Summary
Modifier and TypeMethodDescriptionvoidcalculateAgreement(CipherParameters publicKey, byte[] buf, int off) intvoidinit(CipherParameters parameters)
-
Method Details
-
init
-
getAgreementSize
int getAgreementSize() -
calculateAgreement
-