mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-10 16:16:45 +00:00
Fix documentation of the HKP keyId option (#1151)
This commit is contained in:
parent
aa89893773
commit
929b016948
@ -37,7 +37,7 @@ function HKP(keyServerBaseUrl) {
|
||||
|
||||
/**
|
||||
* Search for a public key on the key server either by key ID or part of the user ID.
|
||||
* @param {String} options.keyID The long public key ID.
|
||||
* @param {String} options.keyId The long public key ID.
|
||||
* @param {String} options.query This can be any part of the key user ID such as name
|
||||
* or email address.
|
||||
* @returns {Promise<String>} The ascii armored public key.
|
||||
|
Loading…
x
Reference in New Issue
Block a user