Table of Contents

Interface TlsDHGroupVerifier

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

Interface for verifying explicit Diffie-Hellman group parameters.

public interface TlsDHGroupVerifier

Methods

Accept(DHGroup)

Check whether the given DH group is acceptable for use.

bool Accept(DHGroup dhGroup)

Parameters

dhGroup DHGroup

the DHGroup to check.

Returns

bool

true if (and only if) the specified group is acceptable.