Interface TlsSRPConfigVerifier

All Known Implementing Classes:
DefaultTlsSRPConfigVerifier

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

    Modifier and Type
    Method
    Description
    boolean
    accept(TlsSRPConfig srpConfig)
    Check whether the given SRP configuration is acceptable for use.
  • Method Details

    • 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.