Class TlsSrpLoginParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Tls
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class TlsSrpLoginParameters
- Inheritance
-
TlsSrpLoginParameters
- Inherited Members
-
Constructors
TlsSrpLoginParameters(Srp6GroupParameters, BigInteger, byte[])
public TlsSrpLoginParameters(Srp6GroupParameters group, BigInteger verifier, byte[] salt)
Parameters
group Srp6GroupParameters
verifier BigInteger
salt byte[]
Fields
mGroup
protected readonly Srp6GroupParameters mGroup
Field Value
- Srp6GroupParameters
mSalt
protected readonly byte[] mSalt
Field Value
- byte[]
mVerifier
protected readonly BigInteger mVerifier
Field Value
- BigInteger
Properties
Group
public virtual Srp6GroupParameters Group { get; }
Property Value
- Srp6GroupParameters
Salt
public virtual byte[] Salt { get; }
Property Value
- byte[]
Verifier
public virtual BigInteger Verifier { get; }
Property Value
- BigInteger