changePassword

Changes the password for the vault.

Modifies all name/value pairs in the vault to be encrypted with a new password/salt. If the vault is locked or the new password is empty, an exception is thrown.

Syntax

public void changePassword(
   String newPassword,
   String newSalt
)

Parameters

Examples