프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HashSizeValue | int | ||
HashValue | byte[] | ||
State | int |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
ComputeHash ( Stream inputStream ) : byte[] | ||
ComputeHash ( byte buffer ) : byte[] | ||
ComputeHash ( byte buffer, int offset, int count ) : byte[] | ||
Create ( ) : MD5 | ||
Create ( string hashName ) : MD5 | ||
Dispose ( ) : void | ||
GetMd5String ( string source ) : string | ||
Initialize ( ) : void | ||
TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
HashCore ( byte input, int offset, int count ) : void | ||
HashFinal ( ) : byte[] |
메소드 | 설명 | |
---|---|---|
Decode ( uint output, int outputOffset, byte input, int inputOffset, int count ) : void | ||
Encode ( byte output, int outputOffset, uint input, int inputOffset, int count ) : void | ||
F ( uint x, uint y, uint z ) : uint | ||
FF ( uint &a, uint b, uint c, uint d, uint x, byte s, uint ac ) : void | ||
G ( uint x, uint y, uint z ) : uint | ||
GG ( uint &a, uint b, uint c, uint d, uint x, byte s, uint ac ) : void | ||
H ( uint x, uint y, uint z ) : uint | ||
HH ( uint &a, uint b, uint c, uint d, uint x, byte s, uint ac ) : void | ||
I ( uint x, uint y, uint z ) : uint | ||
II ( uint &a, uint b, uint c, uint d, uint x, byte s, uint ac ) : void | ||
MD5 ( ) : System | ||
ROTATE_LEFT ( uint x, byte n ) : uint | ||
Transform ( byte block, int offset ) : void |
public ComputeHash ( Stream inputStream ) : byte[] | ||
inputStream | Stream | |
리턴 | byte[] |
public ComputeHash ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | byte[] |
static public GetMd5String ( string source ) : string | ||
source | string | |
리턴 | string |
protected HashCore ( byte input, int offset, int count ) : void | ||
input | byte | |
offset | int | |
count | int | |
리턴 | void |
public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
outputBuffer | byte | |
outputOffset | int | |
리턴 | int |
public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
리턴 | byte[] |