C# 클래스 TLSharp.Core.MTProto.Crypto.MD5

파일 보기 프로젝트 열기: sochix/TLSharp

공개 메소드들

메소드 설명
FinalString ( ) : string
GetMd5Bytes ( byte data ) : byte[]
GetMd5String ( string data ) : string
Update ( byte chunk ) : void
Update ( byte chunk, int offset, int limit ) : void

메소드 상세

FinalString() 공개 메소드

public FinalString ( ) : string
리턴 string

GetMd5Bytes() 공개 정적인 메소드

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

GetMd5String() 공개 정적인 메소드

public static GetMd5String ( string data ) : string
data string
리턴 string

Update() 공개 메소드

public Update ( byte chunk ) : void
chunk byte
리턴 void

Update() 공개 메소드

public Update ( byte chunk, int offset, int limit ) : void
chunk byte
offset int
limit int
리턴 void