Package org.bouncycastle.tls
Interface TlsSRPConfigVerifier
- All Known Implementing Classes:
DefaultTlsSRPConfigVerifier
public interface TlsSRPConfigVerifier
Interface for verifying SRP config needs to conform to.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(TlsSRPConfig srpConfig) Check whether the given SRP configuration is acceptable for use.
-
Method Details
-
accept
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.
-