Package org.bouncycastle.tls
Interface TlsSRPConfigVerifier
-
- All Known Implementing Classes:
DefaultTlsSRPConfigVerifier
public interface TlsSRPConfigVerifierInterface for verifying SRP config needs to conform to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(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- theTlsSRPConfigto check.- Returns:
- true if (and only if) the specified configuration is acceptable.
-
-