public interface

BasicAgreement

org.bouncycastle.crypto.BasicAgreement
Known Indirect Subclasses

Class Overview

The basic interface that basic Diffie-Hellman implementations conforms to.

Summary

Public Methods
abstract BigInteger calculateAgreement(CipherParameters pubKey)
given a public key from a given party calculate the next message in the agreement sequence.
abstract void init(CipherParameters param)
initialise the agreement engine.

Public Methods

public abstract BigInteger calculateAgreement (CipherParameters pubKey)

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

public abstract void init (CipherParameters param)

initialise the agreement engine.