C# 클래스 NeoGasLibrary.KeyPair

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

공개 프로퍼티들

프로퍼티 타입 설명
CompressedPublicKey byte[]
PrivateKey byte[]
PublicKey byte[]
PublicKeyHash UInt160
address string
signatureHash UInt160
signatureScript string

공개 메소드들

메소드 설명
CreateSignatureScript ( Array bytes ) : string
Dispose ( ) : void
KeyPair ( Array privateKey ) : NeoGasLibrary.Cryptography

비공개 메소드들

메소드 설명
GetWIF ( ) : string
XOR ( Array x, Array y ) : byte[]

메소드 상세

CreateSignatureScript() 공개 정적인 메소드

public static CreateSignatureScript ( Array bytes ) : string
bytes Array
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

KeyPair() 공개 메소드

public KeyPair ( Array privateKey ) : NeoGasLibrary.Cryptography
privateKey Array
리턴 NeoGasLibrary.Cryptography

프로퍼티 상세

CompressedPublicKey 공개적으로 프로퍼티

public byte[] CompressedPublicKey
리턴 byte[]

PrivateKey 공개적으로 프로퍼티

public byte[] PrivateKey
리턴 byte[]

PublicKey 공개적으로 프로퍼티

public byte[] PublicKey
리턴 byte[]

PublicKeyHash 공개적으로 프로퍼티

public UInt160 PublicKeyHash
리턴 UInt160

address 공개적으로 프로퍼티

public string address
리턴 string

signatureHash 공개적으로 프로퍼티

public UInt160 signatureHash
리턴 UInt160

signatureScript 공개적으로 프로퍼티

public string signatureScript
리턴 string