Interface IRawAgreement
- Namespace
- Org.BouncyCastle.Crypto
- Assembly
- BouncyCastle.Cryptography.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
CalculateAgreement(ICipherParameters, Span<byte>)
void CalculateAgreement(ICipherParameters publicKey, Span<byte> output)
Parameters
publicKey ICipherParameters
output Span<byte>
Init(ICipherParameters)
void Init(ICipherParameters parameters)
Parameters
parameters ICipherParameters