C# 클래스 AdvUtils.Security.Cryptography.MD5

파일 보기 프로젝트 열기: zhongkaifu/AdvUtils

공개 메소드들

메소드 설명
Compute64BitHash ( byte buffer ) : long
ComputeHash ( byte buffer ) : byte[]
Initialize ( ) : void
MD5 ( ) : System

비공개 메소드들

메소드 설명
AddLength ( ulong length, byte buffer, int position ) : void
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int start, int size ) : void
ProcessBlock ( byte inputBuffer, int inputOffset ) : void
ProcessFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

메소드 상세

Compute64BitHash() 공개 메소드

public Compute64BitHash ( byte buffer ) : long
buffer byte
리턴 long

ComputeHash() 공개 메소드

public ComputeHash ( byte buffer ) : byte[]
buffer byte
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

MD5() 공개 메소드

public MD5 ( ) : System
리턴 System