Interface TlsSrpConfigVerifier
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
Interface for verifying SRP config needs to conform to.
public interface TlsSrpConfigVerifier
Methods
Accept(TlsSrpConfig)
Check whether the given SRP configuration is acceptable for use.
bool Accept(TlsSrpConfig srpConfig)
Parameters
srpConfigTlsSrpConfigthe TlsSrpConfig to check.
Returns
- bool
true if (and only if) the specified configuration is acceptable.