C# 클래스 Dmap.BrokenMD5

상속: System.Security.Cryptography.MD5
파일 보기 프로젝트 열기: gburt/dmap-sharp 1 사용 예제들

공개 메소드들

메소드 설명
BrokenMD5 ( int version ) : System
Initialize ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int start, int size ) : void
HashFinal ( ) : byte[]

비공개 메소드들

메소드 설명
AddLength ( ulong length, byte buffer, int position ) : void
ProcessBlock ( byte inputBuffer, int inputOffset ) : void
ProcessFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

메소드 상세

BrokenMD5() 공개 메소드

public BrokenMD5 ( int version ) : System
version int
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HashCore() 보호된 메소드

protected HashCore ( byte rgb, int start, int size ) : void
rgb byte
start int
size int
리턴 void

HashFinal() 보호된 메소드

protected HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void