Overload List

  NameDescription
Public methodAssignDesignatedRevoker(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]
Public methodAssignDesignatedRevoker(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]
Public methodAssignDesignatedRevoker(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]

See Also