Searched refs:deleteKeyItem (Results 1 – 25 of 30) sorted by relevance
12
13 3. 调用接口[deleteKeyItem](../../reference/apis-universal-keystore-kit/js-apis-huks.md#huksdeletekeyite…32 function deleteKeyItem(keyAlias: string, huksOptions: huks.HuksOptions, throwObject: throwObject) {35 huks.deleteKeyItem(keyAlias, huksOptions, (error, data) => {51 console.info(`enter promise deleteKeyItem`);54 await deleteKeyItem(keyAlias, huksOptions, throwObject)56 console.info(`promise: deleteKeyItem key success, data = ${JSON.stringify(data)}`);62 console.error(`promise: deleteKeyItem failed, ${JSON.stringify(error)}`);66 console.error(`promise: deleteKeyItem input arg invalid, ${JSON.stringify(error)}`);
310 huks.deleteKeyItem(keyAlias, huksOptions, (error, data) => {325 console.info(`enter promise deleteKeyItem`);328 await deleteKeyItem(keyAlias, huksOptions, throwObject)330 console.info(`promise: deleteKeyItem key success, data = ${JSON.stringify(data)}`);336 console.error(`promise: deleteKeyItem failed, ${JSON.stringify(error)}`);340 console.error(`promise: deleteKeyItem input arg invalid, ${JSON.stringify(error)}`);628 huks.deleteKeyItem(keyAlias, huksOptions, (error, data) => {643 console.info(`enter promise deleteKeyItem`);646 await deleteKeyItem(keyAlias, huksOptions, throwObject)654 console.error(`promise: deleteKeyItem failed, ${JSON.stringify(error)}`);[all …]
352 huks.deleteKeyItem(keyAlias, huksOptions, (error, data) => {366 /* 调用deleteKeyItem删除密钥操作 */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)[all …]
57 当密钥废弃不用时,需要调用[deleteKeyItem](../../reference/apis-universal-keystore-kit/js-apis-huks.md#huksdelete…257 * 2. 调用deleteKeyItem删除密钥259 await huks.deleteKeyItem(aesKeyAlias, emptyOptions)475 * 2. 调用deleteKeyItem删除密钥477 await huks.deleteKeyItem(aesKeyAlias, emptyOptions)681 * 2. 调用deleteKeyItem删除密钥683 await huks.deleteKeyItem(rsaKeyAlias, emptyOptions)887 * 2. 调用deleteKeyItem删除密钥889 await huks.deleteKeyItem(rsaKeyAlias, emptyOptions)1081 * 2. 调用deleteKeyItem删除密钥[all …]
304 console.info(`enter promise deleteKeyItem`);306 await huks.deleteKeyItem(KeyAlias, HuksOptions)308 console.info(`promise: deleteKeyItem key success, data = ${JSON.stringify(data)}`);311 console.error(`promise: deleteKeyItem failed, ${JSON.stringify(err)}`);314 console.error(`promise: deleteKeyItem input arg invalid, ${JSON.stringify(err)}`);
56 当密钥废弃不用时,需要调用[deleteKeyItem](../../reference/apis-universal-keystore-kit/js-apis-huks.md#huksdelete…204 await huks.deleteKeyItem(keyAlias, emptyOptions)367 await huks.deleteKeyItem(keyAlias, emptyOptions)539 await huks.deleteKeyItem(keyAlias, emptyOptions)701 await huks.deleteKeyItem(keyAlias, emptyOptions)
26 ….md#huksdeletekeyitemasuser) | 删除密钥。 | [deleteKeyItem](huks-delete-k…
262 * 4.2. 调用deleteKeyItem删除密钥
13 3. Use [deleteKeyItem](../../reference/apis-universal-keystore-kit/js-apis-huks.md#huksdeletekeyite…32 function deleteKeyItem(keyAlias: string, huksOptions: huks.HuksOptions, throwObject: throwObject) {35 huks.deleteKeyItem(keyAlias, huksOptions, (error, data) => {51 console.info(`enter promise deleteKeyItem`);54 await deleteKeyItem(keyAlias, huksOptions, throwObject)56 console.info(`promise: deleteKeyItem key success, data = ${JSON.stringify(data)}`);62 console.error(`promise: deleteKeyItem failed, ${JSON.stringify(error)}`);66 console.error(`promise: deleteKeyItem input arg invalid, ${JSON.stringify(error)}`);
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)[all …]
257 * 2. Call deleteKeyItem to delete the key.259 await huks.deleteKeyItem(aesKeyAlias, emptyOptions)475 * 2. Call deleteKeyItem to delete the key.477 await huks.deleteKeyItem(aesKeyAlias, emptyOptions)681 * 2. Call deleteKeyItem to delete the key.683 await huks.deleteKeyItem(rsaKeyAlias, emptyOptions)887 * 2. Call deleteKeyItem to delete the key.889 await huks.deleteKeyItem(rsaKeyAlias, emptyOptions)1081 * 2. Call deleteKeyItem to delete the key.1083 await huks.deleteKeyItem(sm2KeyAlias, emptyOptions)[all …]
56 Use [deleteKeyItem](../../reference/apis-universal-keystore-kit/js-apis-huks.md#huksdeletekeyitem9)…204 await huks.deleteKeyItem(keyAlias, emptyOptions)367 await huks.deleteKeyItem(keyAlias, emptyOptions)539 await huks.deleteKeyItem(keyAlias, emptyOptions)701 await huks.deleteKeyItem(keyAlias, emptyOptions)
26 …deletekeyitemasuser) | Deletes a key. | [deleteKeyItem](huks-delete-k…
262 * 4.2. Call deleteKeyItem to delete the key.
38 JSIValue HksLiteModule::deleteKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in deleteKeyItem() function in OHOS::ACELite::HksLiteModule
290 JSI::SetModuleAPI(exports, "deleteKeyItem", HksLiteModule::deleteKeyItem); in InitHuksModule()
32 static JSIValue deleteKeyItem(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
245 ## huks.deleteKeyItem<sup>9+</sup>287 huks.deleteKeyItem(keyAlias, emptyOptions, (error, data) => {289 console.error(`callback: deleteKeyItem failed`);291 console.info(`callback: deleteKeyItem key success`);295 console.error(`callback: deleteKeyItem input arg invalid`);299 ## huks.deleteKeyItem<sup>9+</sup>301 deleteKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>346 huks.deleteKeyItem(keyAlias, emptyOptions)348 console.info(`promise: deleteKeyItem key success`);351 console.error(`promise: deleteKeyItem failed`);[all …]
49 …br>废弃版本:N/A|方法名 or 属性名:deleteKey<br>废弃版本:9<br>代替接口:ohos.security.huks.deleteKeyItem |@ohos.sec…
244 ## huks.deleteKeyItem<sup>9+</sup>286 huks.deleteKeyItem(keyAlias, emptyOptions, (error, data) => {288 console.error(`callback: deleteKeyItem failed`);290 console.info(`callback: deleteKeyItem key success`);294 console.error(`callback: deleteKeyItem input arg invalid`);298 ## huks.deleteKeyItem<sup>9+</sup>300 deleteKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>345 huks.deleteKeyItem(keyAlias, emptyOptions)347 console.info(`promise: deleteKeyItem key success`);350 console.error(`promise: deleteKeyItem failed`);[all …]
224 |新增|NA|类名:huks;<br>方法or属性:function deleteKeyItem(keyAlias: string, options: HuksOptions, callback: …225 |新增|NA|类名:huks;<br>方法or属性:function deleteKeyItem(keyAlias: string, options: HuksOptions) : Promise\…302 …Callback\<HuksResult>) : void;<br>新版本信息:9<br>代替接口: ohos.security.huks.deleteKeyItem|@ohos.security…303 …tions) : Promise\<HuksResult>;<br>新版本信息:9<br>代替接口: ohos.security.huks.deleteKeyItem|@ohos.security…
49 …eteKey<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.deleteKeyItem |@ohos.sec…
216 …ptions): Promise\<HuksResult>;<br>新版本信息:9<br>代替接口: ohos.security.huks.deleteKeyItem|@ohos.security…243 …法or属性:function deleteKeyItem(keyAlias: string, options: HuksOptions): Promise\<void>;<br>旧版本信息:|类名…