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

Inheritance: ECPoint
Show file Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
GetEncoded ( ) : byte[]
Multiply ( BigInteger k ) : ECPoint

Protected Methods

Method Description
ECPointBase ( Org.BouncyCastle.Math.EC.ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System

Method Details

ECPointBase() protected method

protected ECPointBase ( 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

GetEncoded() public method

public GetEncoded ( ) : byte[]
return byte[]

Multiply() public method

public Multiply ( BigInteger k ) : ECPoint
k BigInteger
return ECPoint