- Declared in:
- NSData+Hash.h
This NSData category provides methods for base 64 encoding and decoding the value of an NSData object and computing hashes. Uses the OpenSSL base 64 encoding and decoding functionality.
Returns a string representing the base64-encoded version of the string. This operation can be reversed by sending a -base64DecodedData message to the resulting string.
- Declared in:
- NSData+Hash.h
Returns an NSData object generated by assuming that the input string is base64-encoded data and decoding it.