Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto
Interface RawAgreement

All Known Implementing Classes:
X448Agreement, XDHUnifiedAgreement, X25519Agreement

public interface RawAgreement


Method Summary
 void calculateAgreement(CipherParameters publicKey, byte[] buf, int off)
           
 int getAgreementSize()
           
 void init(CipherParameters parameters)
           
 

Method Detail

init

public void init(CipherParameters parameters)

getAgreementSize

public int getAgreementSize()

calculateAgreement

public void calculateAgreement(CipherParameters publicKey,
                               byte[] buf,
                               int off)

Bouncy Castle Cryptography Library 1.77.0