Skip to content

Commit

Permalink
Update jsHelp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwite authored Mar 14, 2023
1 parent 5fcb12c commit 7f68f4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/assets/help/jsHelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ deleteFile(path: String)
```
****
> 提供在JavaScript环境中快捷调用crypto算法的函数,由[hutool-crypto](https://www.hutool.cn/docs/#/crypto/概述)实现
> 其他没有添加的算法可在JavaScript中使用`JavaImporter`[调用](https://m.jb51.net/article/92138.htm)Java,例子可参考`朗读引擎-阿里云语音`
> 其他没有添加的算法可在JavaScript中使用`JavaImporter`[调用](https://m.jb51.net/article/92138.htm)Java,例子可参考`朗读引擎-阿里云语音`
> 如果输入的参数不是Utf8String 可先调用`java.hexDecodeToByteArray java.strToBytes(str: String)`转成ByteArray
* 对称加密
> 输入参数key iv 支持ByteArray|**Utf8String**
Expand Down

0 comments on commit 7f68f4c

Please sign in to comment.