Overload List

  NameDescription
Public methodChangePrivateKeyPassword(Int64, String, String)
Changes private key password.

This method is equivalent to the GnuPG commands:
gpg --edit-key [userId]
Command>passwd
(Inherited from KeyStore.)
Public methodChangePrivateKeyPassword(String, String, String)
Changes private key password.
If more than one key pairs exist with the supplied userId, only the first one is affected.

This method is equivalent to the GnuPG commands:
gpg --edit-key [userId]
Command>passwd
(Inherited from KeyStore.)

See Also