Table of Contents

Class X448Agreement

Namespace
Org.BouncyCastle.Crypto.Agreement
Assembly
BouncyCastle.Cryptography.dll
public sealed class X448Agreement : IRawAgreement
Inheritance
X448Agreement
Implements
Inherited Members

Properties

AgreementSize

public int AgreementSize { get; }

Property Value

int

Methods

CalculateAgreement(ICipherParameters, byte[], int)

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

Parameters

publicKey ICipherParameters
buf byte[]
off int

CalculateAgreement(ICipherParameters, Span<byte>)

public void CalculateAgreement(ICipherParameters publicKey, Span<byte> buf)

Parameters

publicKey ICipherParameters
buf Span<byte>

Init(ICipherParameters)

public void Init(ICipherParameters parameters)

Parameters

parameters ICipherParameters