C# 클래스 BattleNet.Bsha1

파일 보기 프로젝트 열기: dkuwahara/AlphaBot 1 사용 예제들

공개 메소드들

메소드 설명
DoubleHash ( UInt32 client_token, UInt32 server_token, string password ) : List
GetHash ( List input ) : List

보호된 메소드들

메소드 설명
CalculateHash ( uint &buffer ) : void
getBufferByte ( uint buffer, int offset ) : byte
setBufferByte ( uint buffer, int offset, byte val ) : void

메소드 상세

CalculateHash() 보호된 정적인 메소드

protected static CalculateHash ( uint &buffer ) : void
buffer uint
리턴 void

DoubleHash() 공개 정적인 메소드

public static DoubleHash ( UInt32 client_token, UInt32 server_token, string password ) : List
client_token System.UInt32
server_token System.UInt32
password string
리턴 List

GetHash() 공개 정적인 메소드

public static GetHash ( List input ) : List
input List
리턴 List

getBufferByte() 보호된 정적인 메소드

protected static getBufferByte ( uint buffer, int offset ) : byte
buffer uint
offset int
리턴 byte

setBufferByte() 보호된 정적인 메소드

protected static setBufferByte ( uint buffer, int offset, byte val ) : void
buffer uint
offset int
val byte
리턴 void