Table of Contents

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

srpConfig TlsSrpConfig

the TlsSrpConfig to check.

Returns

bool

true if (and only if) the specified configuration is acceptable.