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
Returns
- bool
true if (and only if) the specified group is acceptable.