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

A category which provides methods to calculate hashes for data arrays. More...

#import <OFDataArray+Hashing.h>

Instance Methods

(OFString *) - MD5Hash
 Returns the MD5 hash of the data array as an autoreleased OFString.
 
(OFString *) - SHA1Hash
 Returns the SHA-1 hash of the data array as an autoreleased OFString.
 

Detailed Description

A category which provides methods to calculate hashes for data arrays.

Method Documentation

- (OFString *) MD5Hash

Returns the MD5 hash of the data array as an autoreleased OFString.

Returns
The MD5 hash of the data array as an autoreleased OFString

Extends class OFDataArray.

- (OFString *) SHA1Hash

Returns the SHA-1 hash of the data array as an autoreleased OFString.

Returns
The SHA-1 hash of the data array as an autoreleased OFString

Extends class OFDataArray.


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