Retrieving a Binary Value

Retrieve a value set from the vault.

Syntax

public byte[] getValue (String sName) throws SUPDataVaultException

Parameters

  • sName – The key that contains the data you want to retrieve

Returns

If successful, returns the value stored in the key.