| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BasicAgreement
The basic interface that basic Diffie-Hellman implementations conforms to.
| Method Summary | |
|---|---|
 BigInteger | 
calculateAgreement(CipherParameters pubKey)
given a public key from a given party calculate the next message in the agreement sequence.  | 
 void | 
init(CipherParameters param)
initialise the agreement engine.  | 
| Method Detail | 
|---|
void init(CipherParameters param)
BigInteger calculateAgreement(CipherParameters pubKey)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||