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

Inheritance: ECPoint
显示文件 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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 method

public Add ( ECPoint b ) : ECPoint
b ECPoint
return ECPoint

FpPoint() public method

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

FpPoint() public method

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
return System

Negate() public method

public Negate ( ) : ECPoint
return ECPoint

Subtract() public method

public Subtract ( ECPoint b ) : ECPoint
b ECPoint
return ECPoint

Twice() public method

public Twice ( ) : ECPoint
return ECPoint