C# Class Org.BouncyCastle.Math.EC.FpCurve

Inheritance: ECCurveBase
Afficher le fichier Open project: retroplasma/binsync Class Usage Examples

Méthodes publiques

Méthode Description
CreatePoint ( BigInteger X1, BigInteger Y1, bool withCompression ) : ECPoint
Equals ( object obj ) : bool
FpCurve ( BigInteger q, BigInteger a, BigInteger b ) : System
FromBigInteger ( BigInteger x ) : ECFieldElement
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
DecompressPoint ( int yTilde, BigInteger X1 ) : ECPoint
Equals ( FpCurve other ) : bool

Method Details

CreatePoint() public méthode

public CreatePoint ( BigInteger X1, BigInteger Y1, bool withCompression ) : ECPoint
X1 BigInteger
Y1 BigInteger
withCompression bool
Résultat ECPoint

DecompressPoint() protected méthode

protected DecompressPoint ( int yTilde, BigInteger X1 ) : ECPoint
yTilde int
X1 BigInteger
Résultat ECPoint

Equals() protected méthode

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

Equals() public méthode

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

FpCurve() public méthode

public FpCurve ( BigInteger q, BigInteger a, BigInteger b ) : System
q BigInteger
a BigInteger
b BigInteger
Résultat System

FromBigInteger() public méthode

public FromBigInteger ( BigInteger x ) : ECFieldElement
x BigInteger
Résultat ECFieldElement

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int