ObjFW
 All Classes Functions Variables
Instance Methods | List of all members
OFString(Hashing) Category Reference

The OFString (Hashing) category provides methods to calculate hashes for strings. More...

#import <OFString+Hashing.h>

Instance Methods

(OFString *) - MD5Hash
 Returns the MD5 hash of the string as an autoreleased OFString.
 
(OFString *) - SHA1Hash
 Returns the SHA1 hash of the string as an autoreleased OFString.
 

Detailed Description

The OFString (Hashing) category provides methods to calculate hashes for strings.

Method Documentation

- (OFString *) MD5Hash

Returns the MD5 hash of the string as an autoreleased OFString.

Returns
The MD5 hash of the string as an autoreleased OFString

Extends class OFString.

- (OFString *) SHA1Hash

Returns the SHA1 hash of the string as an autoreleased OFString.

Returns
The SHA1 hash of the string as an autoreleased OFString

Extends class OFString.


The documentation for this category was generated from the following files: