Interface TlsDHGroupVerifier

All Known Implementing Classes:
DefaultTlsDHGroupVerifier

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

    Modifier and Type
    Method
    Description
    boolean
    accept(DHGroup dhGroup)
    Check whether the given DH group is acceptable for use.
  • Method Details

    • 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