Opening an Existing Vault

Returns the LiteDataVault singleton instance, tied to a particular vault. If the vault does not exist or has been deleted, this method throws an exception.

There is a singleton instance per data vault ID.

Syntax

public static LiteDataVault getVault(String sDataVaultID) throws LiteDataVaultException

Parameters

Returns

If successful, returns a singleton instance of the vault..