Setting a Binary Value

Store a value in the vault. To remove a value, provide 'null' as the second parameter.

Syntax

public void setValue(String sName, byte[] abValue) throws LiteDataVaultException

Parameters

  • sName – The key in which you store the data.
  • abValue – The value you want to store.