Table of Contents

Interface TlsECDomain

Namespace
Org.BouncyCastle.Tls.Crypto
Assembly
BouncyCastle.Cryptography.dll

Domain interface to service factory for creating Elliptic-Curve (EC) based operators.

public interface TlsECDomain

Methods

CreateECDH()

Return an agreement operator suitable for ephemeral EC Diffie-Hellman.

TlsAgreement CreateECDH()

Returns

TlsAgreement

a key agreement operator.