feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -6,21 +6,21 @@
提供对称加密和解密能力的内置对象
<!-- tags: Object TCipher 对称加密 对象 实例 -->
<!-- tags: Object TCipher 对称加密 对象 实例 创建 生成 构造函数 实例化 new -->
### `create(mode)`
声明:function
创建 TCipher 实例
构造函数。按 mode 选择加密算法并创建 TCipher 实例
<!-- tags: Object TCipher 对称加密 创建 生成 对象 实例 -->
可见性:public
| 参数 | 类型 | 说明 |
| ------ | ------- | -------------- |
| `mode` | integer | mode,取值见下 |
| 参数 | 类型 | 说明 |
| ------ | ------- | ---------------------- |
| `mode` | integer | 加密算法编号,取值见下 |
#### `mode` 取值