C# Class Org.BouncyCastle.Crypto.Parameters.ECDomainParameters

Afficher le fichier Open project: gkardava/WinPass Class Usage Examples

Méthodes publiques

Méthode Description
ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n ) : System
ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h ) : System
ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte seed ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSeed ( ) : byte[]

Méthodes protégées

Méthode Description
Equals ( ECDomainParameters other ) : bool

Method Details

ECDomainParameters() public méthode

public ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
g Org.BouncyCastle.Math.EC.ECPoint
n Org.BouncyCastle.Math.BigInteger
Résultat System

ECDomainParameters() public méthode

public ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
g Org.BouncyCastle.Math.EC.ECPoint
n Org.BouncyCastle.Math.BigInteger
h Org.BouncyCastle.Math.BigInteger
Résultat System

ECDomainParameters() public méthode

public ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte seed ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
g Org.BouncyCastle.Math.EC.ECPoint
n Org.BouncyCastle.Math.BigInteger
h Org.BouncyCastle.Math.BigInteger
seed byte
Résultat System

Equals() protected méthode

protected Equals ( ECDomainParameters other ) : bool
other ECDomainParameters
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetSeed() public méthode

public GetSeed ( ) : byte[]
Résultat byte[]