Overload List

  NameDescription
Public methodRevokeUserIdSignature(KeyStore, String, String, Byte, String)
Revokes a User Id signature binding from an OpenPGP public key located in a KeyStore
Note: the corresponding private key must also exist in this KeyStore in order the signature to be produced.

Equivalent GPG command:
gpg --edit-key [userId]
Public methodRevokeUserIdSignature(String, String, String, String, Byte, String)
Revokes a User Id signature binding from an OpenPGP public key file.
One reason to do this is if this User Id is no longer connected to this key, for example have left the company.
Public methodRevokeUserIdSignature(KeyStore, Int64, String, String, Byte, String)
Revokes a User Id signature binding from an OpenPGP public key located in a KeyStore
Note: the corresponding private key must also exist in this KeyStore in order the signature to be produced.

Equivalent GPG command:
gpg --edit-key [keyId]

See Also