Table of Contents

Interface IBasicAgreement

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.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