Package org.bouncycastle.tls
Interface TlsDHGroupVerifier
- All Known Implementing Classes:
DefaultTlsDHGroupVerifier
public interface TlsDHGroupVerifier
Interface for verifying explicit Diffie-Hellman group parameters.
-
Method Summary
-
Method Details
-
accept
Check whether the given DH group is acceptable for use.- Parameters:
dhGroup
- theDHGroup
to check- Returns:
- true if (and only if) the specified group is acceptable
-