Package org.bouncycastle.tls
Interface TlsSRPConfigVerifier
-
- All Known Implementing Classes:
DefaultTlsSRPConfigVerifier
public interface TlsSRPConfigVerifier
Interface a class for verifying SRP config needs to conform to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(TlsSRPConfig srpConfig)
Check whether the given SRP configuration is acceptable for use.
-
-
-
Method Detail
-
accept
boolean accept(TlsSRPConfig srpConfig)
Check whether the given SRP configuration is acceptable for use.- Parameters:
srpConfig
- theTlsSRPConfig
to check- Returns:
- true if (and only if) the specified configuration is acceptable
-
-