Table of Contents

Class Srp6GroupParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.dll
public sealed class Srp6GroupParameters
Inheritance
Srp6GroupParameters
Inherited Members

Constructors

Srp6GroupParameters(BigInteger, BigInteger)

public Srp6GroupParameters(BigInteger N, BigInteger g)

Parameters

N BigInteger
g BigInteger

Properties

G

public BigInteger G { get; }

Property Value

BigInteger

N

public BigInteger N { get; }

Property Value

BigInteger