Creating a Vault

Creates an instance of a vault with a set of attributes.

Syntax

public static LiteDataVault createVault(String sDataVaultID, String sPassword, String sSalt) throws LiteDataVaultException

Parameters

  • sDataVaultID – The vault name.
  • sPassword – The vault password
  • sSalt – The salt password

Returns

If successful, creates an instance of LiteDataVault.