#import <ZIMMessageDigest.h>
List of all members.
Detailed Description
- Discussion:
- This class creates a message digest algorithmically from a specified string.
- Updated:
- 2011-08-01
Member Function Documentation
- Signature:
- md2:
- Discussion:
- This method creates a message digest using the md2 algorithm.
- Parameters:
-
string | The string to be hashed. |
- Returns:
- A string representing the message digest.
- Updated:
- 2011-08-01
- See also:
- http://www.crypo.com/eng_md2.php
- Signature:
- md4:
- Discussion:
- This method creates a message digest using the md4 algorithm.
- Parameters:
-
string | The string to be hashed. |
- Returns:
- A string representing the message digest.
- Updated:
- 2011-08-01
- See also:
- http://www.crypo.com/eng_md4.php
- Signature:
- sha224:
- Discussion:
- This method creates a message digest using the sha224 algorithm.
- Parameters:
-
string | The string to be hashed. |
- Returns:
- A string representing the message digest.
- Updated:
- 2011-08-01
- See also:
- http://www.miniwebtool.com/sha224-hash-generator/
- Signature:
- sha384:
- Discussion:
- This method creates a message digest using the sha384 algorithm.
- Parameters:
-
string | The string to be hashed. |
- Returns:
- A string representing the message digest.
- Updated:
- 2011-08-01
- See also:
- http://www.miniwebtool.com/sha384-hash-generator/
The documentation for this class was generated from the following files: