getValue

Retrieves a binary object from the vault.

An exception is thrown if the vault is locked when this method is called.

Syntax

- (NSData*)getValue:(NSString*)name;

Parameters

Returns

Returns a binary data value, associated with the specified name, from the vault.

Examples