System.Hash.THashMD5 Methods

From RAD Studio API Documentation
Jump to: navigation, search
InheritedProtected
Create public Creates an instance of THashMD5.
GetBlockSize public Returns the block size of this hash instance.
GetHashBytes public Creates a hash digest from the specified input value and returns the value of the created digest as bytes.
GetHashBytesFromFile public Creates a hash digest from the specified file and returns the value of the created digest as bytes.
GetHashSize public Returns the size of this hash instance.
GetHashString public Creates a hash digest from the provided input value and returns the value of the created digest as a hexadecimal String.
GetHashStringFromFile public Creates a hash digest from the specified file and returns the value of the created digest as a hexadecimal String.
GetHMAC public Returns the value of the HMAC-suitable hash digest as a String.
GetHMACAsBytes public Returns the value of the HMAC-suitable hash digest as bytes.
HashAsBytes public Returns the hash value of this instance of THashMD5 as bytes.
HashAsString public Returns the hash value of this instance of THashMD5 as a hexadecimal String.
Reset public Resets the state of this instance of THashMD5.
Update public Updates the hash value of this instance of THashMD5 with the provided data.


Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=API:System.Hash.THashMD5_Methods&oldid=768620"