Overload List
| Name | Description | |
|---|---|---|
| AssignDesignatedRevoker(String, String, String, String) |
Authorizes the specified key as a designated revoker for this key.
This method writes changes in the file publicKeyFileName. Equivalent GPG command: gpg --edit-key [keyId] addrevoker [revokerKeyId] | |
| AssignDesignatedRevoker(KeyStore, Int64, String, Int64) |
Authorizes the specified key as a designated revoker for this key.
Note that the corresponding private key of the key that authorizes must also be in this KeyStore. Equivalent GPG command: gpg --edit-key [keyId] addrevoker [revokerKeyId] | |
| AssignDesignatedRevoker(KeyStore, String, String, String) |
Authorizes the specified key as a designated revoker for this key.
Note that the corresponding private key of the key that authorizes must also be in this KeyStore. Equivalent GPG command: gpg --edit-key [userId] addrevoker [revokerKeyId] |