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

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

Méthodes publiques

Méthode Description
GetEncoded ( ) : byte[]
Multiply ( BigInteger k ) : ECPoint

Méthodes protégées

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

Method Details

ECPointBase() protected méthode

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
Résultat System

GetEncoded() public méthode

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

Multiply() public méthode

public Multiply ( BigInteger k ) : ECPoint
k BigInteger
Résultat ECPoint