Interface TlsDHVerifier

  • All Known Implementing Classes:
    DefaultTlsDHVerifier

    public interface TlsDHVerifier
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    Interface a class for verifying Diffie-Hellman parameters needs to conform to.
    • Method Detail

      • accept

        boolean accept​(DHParameters dhParameters)
        Deprecated.
        Check whether the given DH parameters are acceptable for use.
        Parameters:
        dhParameters - the DHParameters to check
        Returns:
        true if (and only if) the specified parameters are acceptable