Overload List

  NameDescription
Public methodRevokeKey(String, String, String, Byte, String)
Revokes a public key.
Public methodRevokeKey(KeyStore, Int64, String, Byte, String)
Revokes a public key or sub key from a KeyStore.
Note: The corresponding private key of this key must also be in the same KeyStore object.

Equivalent GPG command:
gpg --edit-key [userId]
revkey
Public methodRevokeKey(KeyStore, String, String, Byte, String)
Revokes a public key or sub key from a KeyStore.
Note: The corresponding private key of this key must also be in the same KeyStore object.

Equivalent GPG command:
gpg --edit-key [userId]
revkey

See Also