C# 클래스 BitCoinClient.Program

파일 보기 프로젝트 열기: GarageGames/Bitcoin

공개 메소드들

메소드 설명
Byteswap ( System.UInt64 inval ) : System.UInt64
Byteswap ( short inval ) : short
Byteswap ( uint inval ) : uint
GenerateHash ( byte data ) : byte[]
GenerateKey ( ) : OpenSSL.Crypto.EC.Key
GetHexVal ( char hex ) : int
HashToString ( byte hash ) : string
HexStringToByteArray ( string hex ) : byte[]
RandomSeed ( ) : void
RandomSeedReg ( ) : void
ReadString ( BinaryReader br, int len ) : string
ReadVarInt ( BinaryReader br ) : ulong
UnixTime ( ) : System.UInt64
WriteVarInt ( BinaryWriter bw, ulong val ) : void

비공개 메소드들

메소드 설명
Main ( ) : void

메소드 상세

Byteswap() 공개 정적인 메소드

public static Byteswap ( System.UInt64 inval ) : System.UInt64
inval System.UInt64
리턴 System.UInt64

Byteswap() 공개 정적인 메소드

public static Byteswap ( short inval ) : short
inval short
리턴 short

Byteswap() 공개 정적인 메소드

public static Byteswap ( uint inval ) : uint
inval uint
리턴 uint

GenerateHash() 공개 정적인 메소드

public static GenerateHash ( byte data ) : byte[]
data byte
리턴 byte[]

GenerateKey() 공개 정적인 메소드

public static GenerateKey ( ) : OpenSSL.Crypto.EC.Key
리턴 OpenSSL.Crypto.EC.Key

GetHexVal() 공개 정적인 메소드

public static GetHexVal ( char hex ) : int
hex char
리턴 int

HashToString() 공개 정적인 메소드

public static HashToString ( byte hash ) : string
hash byte
리턴 string

HexStringToByteArray() 공개 정적인 메소드

public static HexStringToByteArray ( string hex ) : byte[]
hex string
리턴 byte[]

RandomSeed() 공개 정적인 메소드

public static RandomSeed ( ) : void
리턴 void

RandomSeedReg() 공개 정적인 메소드

public static RandomSeedReg ( ) : void
리턴 void

ReadString() 공개 정적인 메소드

public static ReadString ( BinaryReader br, int len ) : string
br System.IO.BinaryReader
len int
리턴 string

ReadVarInt() 공개 정적인 메소드

public static ReadVarInt ( BinaryReader br ) : ulong
br System.IO.BinaryReader
리턴 ulong

UnixTime() 공개 정적인 메소드

public static UnixTime ( ) : System.UInt64
리턴 System.UInt64

WriteVarInt() 공개 정적인 메소드

public static WriteVarInt ( BinaryWriter bw, ulong val ) : void
bw System.IO.BinaryWriter
val ulong
리턴 void