Table of Contents

Class TlsDHConfig

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

Basic config for Diffie-Hellman.

public class TlsDHConfig
Inheritance
TlsDHConfig
Inherited Members

Constructors

TlsDHConfig(DHGroup)

public TlsDHConfig(DHGroup explicitGroup)

Parameters

explicitGroup DHGroup

TlsDHConfig(int, bool)

public TlsDHConfig(int namedGroup, bool padded)

Parameters

namedGroup int
padded bool

Fields

m_explicitGroup

protected readonly DHGroup m_explicitGroup

Field Value

DHGroup

m_namedGroup

protected readonly int m_namedGroup

Field Value

int

m_padded

protected readonly bool m_padded

Field Value

bool

Properties

ExplicitGroup

public virtual DHGroup ExplicitGroup { get; }

Property Value

DHGroup

IsPadded

public virtual bool IsPadded { get; }

Property Value

bool

NamedGroup

public virtual int NamedGroup { get; }

Property Value

int