js: small documentation fix
--
This commit is contained in:
parent
ad39d54d19
commit
3fb094a9b8
@ -179,12 +179,13 @@ class GPGME_Key {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find out if the Key includes a secret part. Note that this is a
|
* Find out if the Key is part of a Key pair including public and
|
||||||
* rather nonperformant operation.
|
* private key(s). If you want this information about more than a few
|
||||||
* If you want this inforrmation about more than a few Keys, it may be
|
* Keys in synchronous mode, it may be advisable to run
|
||||||
* advisable to run {@link Keyring.getKeys} instead.
|
* {@link Keyring.getKeys} instead, as it performs faster in bulk
|
||||||
* @returns {Promise<Boolean|GPGME_Error>} True if a secret/private Key
|
* querying this state.
|
||||||
* is available in the gnupg Keyring
|
* @returns {Promise<Boolean|GPGME_Error>} True if a private Key is
|
||||||
|
* available in the gnupg Keyring.
|
||||||
* @async
|
* @async
|
||||||
*/
|
*/
|
||||||
this.getGnupgSecretState = function (){
|
this.getGnupgSecretState = function (){
|
||||||
|
Loading…
Reference in New Issue
Block a user