Overload List

  NameDescription
Public methodRevokeKeyWithRevocationCertificateText(String, String)
Revokes a key or subkey from an OpenPGP key ring file (*.asc, *.pkr) using a revocation certificate supplied as text.
Public methodRevokeKeyWithRevocationCertificateText(KeyStore, String)
Revokes a key or subkey located in an OpenPGP KeyStore using a revocation certificate supplied as text.

Equivalent GPG command:
gpg --import [certificateFile]

See Also