Interface TlsSRPConfigVerifier

  • All Known Implementing Classes:
    DefaultTlsSRPConfigVerifier

    public interface TlsSRPConfigVerifier
    Interface for verifying SRP config needs to conform to.
    • Method Detail

      • accept

        boolean accept​(TlsSRPConfig srpConfig)
        Check whether the given SRP configuration is acceptable for use.
        Parameters:
        srpConfig - the TlsSRPConfig to check.
        Returns:
        true if (and only if) the specified configuration is acceptable.