Table of Contents

Interface IBasicAgreement

Namespace
Org.BouncyCastle.Crypto
Assembly
BouncyCastle.Cryptography.dll
public interface IBasicAgreement

Methods

CalculateAgreement(ICipherParameters)

BigInteger CalculateAgreement(ICipherParameters pubKey)

Parameters

pubKey ICipherParameters

Returns

BigInteger

GetFieldSize()

int GetFieldSize()

Returns

int

Init(ICipherParameters)

void Init(ICipherParameters parameters)

Parameters

parameters ICipherParameters