getString

Retrieves a string value from the vault.

An exception is thrown if the vault is locked when this method is called.

Syntax

public String getString(String name)

Parameters

Returns

Returns a string data value, associated with the specified name, from the vault.

Examples