Interface TlsDHGroupVerifier

  • All Known Implementing Classes:
    DefaultTlsDHGroupVerifier

    public interface TlsDHGroupVerifier
    Interface for verifying explicit Diffie-Hellman group parameters.
    • Method Detail

      • accept

        boolean accept​(DHGroup dhGroup)
        Check whether the given DH group is acceptable for use.
        Parameters:
        dhGroup - the DHGroup to check
        Returns:
        true if (and only if) the specified group is acceptable