C# Class Org.BouncyCastle.Asn1.X9.X9ECParameters

Inheritance: Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetSeed ( ) : byte[]
ToAsn1Object ( ) : Asn1Object
X9ECParameters ( Asn1Sequence seq ) : System
X9ECParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n ) : System
X9ECParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h ) : System
X9ECParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte seed ) : System

Method Details

GetSeed() public méthode

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

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object

X9ECParameters() public méthode

public X9ECParameters ( Asn1Sequence seq ) : System
seq Asn1Sequence
Résultat System

X9ECParameters() public méthode

public X9ECParameters ( 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

X9ECParameters() public méthode

public X9ECParameters ( 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

X9ECParameters() public méthode

public X9ECParameters ( 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