C# 클래스 NeoGasLibrary.Cryptography.ECPoint

상속: IComparable, IEquatable
파일 보기 프로젝트 열기: cybergibbons/bitfi_09072019 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Size int

공개 메소드들

메소드 설명
CompareTo ( ECPoint other ) : int
DecodePoint ( Array encoded, NeoGasLibrary.Cryptography.ECCurve curve ) : ECPoint
DeserializeFrom ( BinaryReader reader, NeoGasLibrary.Cryptography.ECCurve curve ) : ECPoint
ECPoint ( ) : System
EncodePoint ( bool commpressed ) : byte[]
Equals ( ECPoint other ) : bool
Equals ( object obj ) : bool
FromBytes ( Array pubkey, NeoGasLibrary.Cryptography.ECCurve curve ) : ECPoint
GetHashCode ( ) : int
ReverseSecure ( Array arr ) : byte[]
operator ( ) : ECPoint

비공개 메소드들

메소드 설명
DecompressPoint ( int yTilde, BigInteger X1, NeoGasLibrary.Cryptography.ECCurve curve ) : ECPoint
ECPoint ( ECFieldElement x, ECFieldElement y, NeoGasLibrary.Cryptography.ECCurve curve ) : System
Multiply ( ECPoint p, BigInteger k ) : ECPoint

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( ECPoint other ) : int
other ECPoint
리턴 int

DecodePoint() 공개 정적인 메소드

public static DecodePoint ( Array encoded, NeoGasLibrary.Cryptography.ECCurve curve ) : ECPoint
encoded Array
curve NeoGasLibrary.Cryptography.ECCurve
리턴 ECPoint

DeserializeFrom() 공개 정적인 메소드

public static DeserializeFrom ( BinaryReader reader, NeoGasLibrary.Cryptography.ECCurve curve ) : ECPoint
reader BinaryReader
curve NeoGasLibrary.Cryptography.ECCurve
리턴 ECPoint

ECPoint() 공개 메소드

public ECPoint ( ) : System
리턴 System

EncodePoint() 공개 메소드

public EncodePoint ( bool commpressed ) : byte[]
commpressed bool
리턴 byte[]

Equals() 공개 메소드

public Equals ( ECPoint other ) : bool
other ECPoint
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromBytes() 공개 정적인 메소드

public static FromBytes ( Array pubkey, NeoGasLibrary.Cryptography.ECCurve curve ) : ECPoint
pubkey Array
curve NeoGasLibrary.Cryptography.ECCurve
리턴 ECPoint

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ReverseSecure() 공개 정적인 메소드

public static ReverseSecure ( Array arr ) : byte[]
arr Array
리턴 byte[]

operator() 공개 정적인 메소드

public static operator ( ) : ECPoint
리턴 ECPoint

프로퍼티 상세

Size 공개적으로 프로퍼티

public int Size
리턴 int