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

Inheritance: ECPoint
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ECPoint b ) : ECPoint
FpPoint ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
FpPoint ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
Negate ( ) : ECPoint
Subtract ( ECPoint b ) : ECPoint
Twice ( ) : ECPoint

Method Details

Add() public méthode

public Add ( ECPoint b ) : ECPoint
b ECPoint
Résultat ECPoint

FpPoint() public méthode

public FpPoint ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
x ECFieldElement
y ECFieldElement
Résultat System

FpPoint() public méthode

public FpPoint ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
x ECFieldElement
y ECFieldElement
withCompression bool
Résultat System

Negate() public méthode

public Negate ( ) : ECPoint
Résultat ECPoint

Subtract() public méthode

public Subtract ( ECPoint b ) : ECPoint
b ECPoint
Résultat ECPoint

Twice() public méthode

public Twice ( ) : ECPoint
Résultat ECPoint