Table of Contents

Class DefaultTlsSrpGroupVerifier

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class DefaultTlsSrpGroupVerifier : TlsSrpGroupVerifier
Inheritance
DefaultTlsSrpGroupVerifier
Implements
Inherited Members

Constructors

DefaultTlsSrpGroupVerifier()

public DefaultTlsSrpGroupVerifier()

DefaultTlsSrpGroupVerifier(IList)

public DefaultTlsSrpGroupVerifier(IList groups)

Parameters

groups IList

Fields

DefaultGroups

protected static readonly IList DefaultGroups

Field Value

IList

mGroups

protected readonly IList mGroups

Field Value

IList

Methods

Accept(Srp6GroupParameters)

public virtual bool Accept(Srp6GroupParameters group)

Parameters

group Srp6GroupParameters

Returns

bool

AreGroupsEqual(Srp6GroupParameters, Srp6GroupParameters)

protected virtual bool AreGroupsEqual(Srp6GroupParameters a, Srp6GroupParameters b)

Parameters

a Srp6GroupParameters
b Srp6GroupParameters

Returns

bool

AreParametersEqual(BigInteger, BigInteger)

protected virtual bool AreParametersEqual(BigInteger a, BigInteger b)

Parameters

a BigInteger
b BigInteger

Returns

bool