未验证 提交 7d273fdf 编写于 作者: O openharmony_ci 提交者: Gitee

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

Merge pull request !5576 from yuanyuhang/beta3_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.
先完成此消息的编辑!
想要评论请 注册