org.bouncycastle.crypto
public interface BasicAgreement
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. |