Table of Contents

Class TlsECConfig

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

Carrier class for Elliptic Curve parameter configuration.

public class TlsECConfig
Inheritance
TlsECConfig
Inherited Members

Constructors

TlsECConfig(int)

public TlsECConfig(int namedGroup)

Parameters

namedGroup int

Fields

m_namedGroup

protected readonly int m_namedGroup

Field Value

int

Properties

NamedGroup

Return the group used.

public virtual int NamedGroup { get; }

Property Value

int

the named group used.