ChangePassphrase Method
Changes the passphrase of the current key.
Object Oriented Interface
public function doChangePassphrase($passphrase);
Procedural Interface
ipworksopenpgp_keymgr_do_changepassphrase($res, $passphrase);
Remarks
The Passphrase parameter specifies the new passphrase.
The key's passphrase is required for this operation and may be specified via KeyPassphrase or through the KeyPassphrase event.