未验证 提交 124b2aba 编写于 作者: O openharmony_ci 提交者: Gitee

!5572 【openharmony-3.2master】【安全子系统】huks加解密AES算法增加token检查

Merge pull request !5572 from yuanyuhang/master_0921_1
......@@ -51,6 +51,7 @@ async function publicInitFunc(srcKeyAlies, HuksOptions) {
console.log(`test init data: ${JSON.stringify(data)}`);
handle = data.handle;
expect(data.errorCode == 0).assertTrue();
expect(data.token == null).assertTrue();
})
.catch((err) => {
console.log('test init err information: ' + JSON.stringify(err));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册