Exemplo n.º 1
0
 /**
  * Sets the passphrase for the users key.
  *
  * @param passphrase The new passphrase value
  */
 public void setPassphrase(String passphrase) {
   userInfo.setPassphrase(passphrase);
 }