Overload List
| Name | Description | |
|---|---|---|
| RevokeKeyWithRevocationCertificateText(String, String) |
Revokes a key or subkey from an OpenPGP key ring file (*.asc, *.pkr)
using a revocation certificate supplied as text.
| |
| RevokeKeyWithRevocationCertificateText(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] |