C# Class BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Point

Inheritance: AbstractF2mPoint
Afficher le fichier Open project: yangxuan0261/UnityShaderLab Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ECPoint b ) : ECPoint
Negate ( ) : ECPoint
SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
Twice ( ) : ECPoint
TwicePlus ( ECPoint b ) : ECPoint

Méthodes protégées

Méthode Description
Detach ( ) : ECPoint

Private Methods

Méthode Description
SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, Array zs, bool withCompression ) : System

Method Details

Add() public méthode

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

Detach() protected méthode

protected Detach ( ) : ECPoint
Résultat ECPoint

Negate() public méthode

public Negate ( ) : ECPoint
Résultat ECPoint

SecT163R2Point() public méthode

public SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
Résultat System

SecT163R2Point() public méthode

public SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
withCompression bool
Résultat System

Twice() public méthode

public Twice ( ) : ECPoint
Résultat ECPoint

TwicePlus() public méthode

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