Declared in NSData+RKAdditions.h
NSData+RKAdditions.m

Overview

Provides extensions to NSData for various common tasks.

Tasks

  • – MD5

    Returns a string of the MD5 sum of the receiver.

Instance Methods

MD5

Returns a string of the MD5 sum of the receiver.

- (NSString *)MD5

Return Value

A new string containing the MD5 sum of the receiver.

Declared In

NSData+RKAdditions.h