Package org.bouncycastle.tls
Interface TlsDHGroupVerifier
-
- All Known Implementing Classes:
DefaultTlsDHGroupVerifier
public interface TlsDHGroupVerifier
Interface for verifying explicit Diffie-Hellman group parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(DHGroup dhGroup)
Check whether the given DH group is acceptable for use.
-