org.bouncycastle.crypto.agreement

Class DHBasicAgreement

public class DHBasicAgreement extends Object implements BasicAgreement

a Diffie-Hellman key agreement class.

note: This is only the basic algorithm, it doesn't take advantage of long term public keys if they are available. See the DHAgreement class for a "better" implementation.

Method Summary
BigIntegercalculateAgreement(CipherParameters pubKey)
given a short term public key from a given party calculate the next message in the agreement sequence.
voidinit(CipherParameters param)

Method Detail

calculateAgreement

public BigInteger calculateAgreement(CipherParameters pubKey)
given a short term public key from a given party calculate the next message in the agreement sequence.

init

public void init(CipherParameters param)