C# Class ThirdParty.MD5.MD5Managed

Inheritance: System.Security.Cryptography.HashAlgorithm
Mostrar archivo Open project: aws/aws-sdk-net

Public Methods

Method Description
Initialize ( ) : void
MD5Managed ( ) : System
TransformBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void
TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]

Protected Methods

Method Description
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Method Details

HashCore() protected method

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

MD5Managed() public method

public MD5Managed ( ) : System
return System

TransformBlock() public method

public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void
inputBuffer byte
inputOffset int
inputCount int
return void

TransformFinalBlock() public method

public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]
inputBuffer byte
inputOffset int
inputCount int
return byte[]