Interface TlsSRPGroupVerifier

  • All Known Implementing Classes:
    DefaultTlsSRPGroupVerifier

    public interface TlsSRPGroupVerifier
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • Method Detail

      • accept

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