Retrieving a Binary Value

Retrieve a value set from the vault.

Syntax

- (NSData *) getValue: (NSString *) dataKey

Parameters

  • dataKey – The key in which the data is stored.

Returns

If successful, this returns NSData.

Examples

  • Retrieve a Binary Value
    LiteSUPDataVault* vault = [LiteSUPDataVault getVault:<vault_name>];
    NSData* dataValue = [vault getValue:<key>];