doc: pkcs7 fix table display issue

This commit is contained in:
Sun Yimin 2024-06-17 17:52:37 +08:00 committed by GitHub
parent 5b3d0a424e
commit a1de6312b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@
#### 主要方法
是否国密是指OID也使用国密体系
| 是否国密 | 加密 | 解密(先调用```Parse``` |
| :--- | :--- | :--- |
| 否 | Encrypt | Decrypt |
@ -37,6 +38,7 @@
#### 创建签名数据
是否国密是指OID也使用国密体系
| 是否国密 | 方法 |
| :--- | :--- |
| 否 | ```NewSignedData``` |