Overload List

  NameDescription
Public methodRevokeKeyWithDesignatedRevoker(String, String, String, Byte, String)
Revokes an OpenPGP public key with a designated revoker private key file.
Public methodRevokeKeyWithDesignatedRevoker(KeyStore, Int64, Int64, String, Byte, String)
Revokes an OpenPGP public key located in a KeyStore with a designated revoker.
Note: the designated revoker private key must also exist in the same KeyStore object.

Equivalent GPG command:
gpg --desig-revoke [keyId]
Public methodRevokeKeyWithDesignatedRevoker(KeyStore, String, String, String, Byte, String)
Revokes an OpenPGP public key located in a KeyStore with a designated revoker.
Note: the designated revoker private key must also exist in the same KeyStore object.

Equivalent GPG command:
gpg --desig-revoke [userId]

See Also