Package org.bouncycastle.crypto.tls
Interface TlsDHVerifier
-
- All Known Implementing Classes:
DefaultTlsDHVerifier
public interface TlsDHVerifierInterface a class for verifying Diffie-Hellman parameters needs to conform to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(DHParameters dhParameters)Check whether the given DH parameters are acceptable for use.
-
-
-
Method Detail
-
accept
boolean accept(DHParameters dhParameters)
Check whether the given DH parameters are acceptable for use.- Parameters:
dhParameters- theDHParametersto check- Returns:
- true if (and only if) the specified parameters are acceptable
-
-