getVault

Retrieves a vault.

Syntax

+ (SUPDataVault*)getVault:(NSString*)name;

Parameters

  • name – The vault name.

Returns

getVault returns a SUPDataVault instance.

If the vault does not exist, a SUPDataVaultException is thrown.