Interface IRawAgreement
- Namespace
- Enterprises.Org.BouncyCastle.Crypto
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public interface IRawAgreementProperties
AgreementSize
int AgreementSize { get; }Property Value
Methods
CalculateAgreement(ICipherParameters, byte[], int)
void CalculateAgreement(ICipherParameters publicKey, byte[] buf, int off)Parameters
- publicKeyICipherParameters
- bufbyte[]
- offint
Init(ICipherParameters)
void Init(ICipherParameters parameters)Parameters
- parametersICipherParameters