org.bouncycastle.crypto.agreement
public class DHBasicAgreement extends Object implements BasicAgreement
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 | |
---|---|
BigInteger | calculateAgreement(CipherParameters pubKey)
given a short term public key from a given party calculate the next
message in the agreement sequence. |
void | init(CipherParameters param) |