Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.crypto.agreement.DHBasicAgreement
Method Summary | |
BigInteger |
|
void |
|
public BigInteger calculateAgreement(CipherParameters pubKey)
given a short term public key from a given party calculate the next message in the agreement sequence.
- Specified by:
- calculateAgreement in interface BasicAgreement
public void init(CipherParameters param)
initialise the agreement engine.
- Specified by:
- init in interface BasicAgreement