Lines Matching refs:deleteKeyItem
349 …function deleteKeyItem(keyAlias: string, huksOptions: huks.HuksOptions, throwObject: throwObject) {
352 huks.deleteKeyItem(keyAlias, huksOptions, (error, data) => {
366 /* Call deleteKeyItem to delete a key. */
368 console.info(`enter promise deleteKeyItem`);
371 await deleteKeyItem(keyAlias, huksOptions, throwObject)
373 console.info(`promise: deleteKeyItem key success, data = ${JSON.stringify(data)}`);
379 console.error(`promise: deleteKeyItem failed, ${JSON.stringify(error)}`);
383 console.error(`promise: deleteKeyItem input arg invalid, ${JSON.stringify(error)}`);
544 await huks.deleteKeyItem(aliasAgreedKeyFromA, emptyOptions)
545 await huks.deleteKeyItem(aliasAgreedKeyFromB, emptyOptions)
566 await huks.deleteKeyItem(aliasAlice, emptyOptions)
567 await huks.deleteKeyItem(aliasBob, emptyOptions)