Table of Contents

Interface IRawAgreement

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface IRawAgreement

Properties

AgreementSize

int AgreementSize { get; }

Property Value

int

Methods

CalculateAgreement(ICipherParameters, byte[], int)

void CalculateAgreement(ICipherParameters publicKey, byte[] buf, int off)

Parameters

publicKey ICipherParameters
buf byte[]
off int

Init(ICipherParameters)

void Init(ICipherParameters parameters)

Parameters

parameters ICipherParameters