public class

ECMQVBasicAgreement

extends Object
implements BasicAgreement
java.lang.Object
   ↳ org.bouncycastle.crypto.agreement.ECMQVBasicAgreement

Summary

Public Constructors
ECMQVBasicAgreement()
Public Methods
BigInteger calculateAgreement(CipherParameters pubKey)
given a public key from a given party calculate the next message in the agreement sequence.
void init(CipherParameters key)
initialise the agreement engine.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.crypto.BasicAgreement

Public Constructors

public ECMQVBasicAgreement ()

Public Methods

public BigInteger calculateAgreement (CipherParameters pubKey)

given a public key from a given party calculate the next message in the agreement sequence.

public void init (CipherParameters key)

initialise the agreement engine.