getEncryptionKey: method

A static method to provide the unique 128-bit encryption key.

Syntax

+ ( NSString * ) getEncryptionKey : ( NSError ** ) error

Parameters

Returns

Returns NSString* a unique 128-bit key to be used for the subsequent operation on DB.
Usage

Remarks

This method should be called at the first invocation of the application to fetch the unique key for the newly created encrypted Database.