File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ public static function SW_blocksEncrypt(
79
79
$dataArray);
80
80
```
81
81
- 参数说明
82
+
82
83
数据类型|参数名|说明
83
84
---|---|---
84
85
socket|$socket|与密码机建立的连接句柄
@@ -91,8 +92,10 @@ string|$sessionKeyFactor|会话密钥因子
91
92
int|$paddingFlag|填充算法标识
92
93
string|$iv|初始向量
93
94
array|$dataArray|多个明文数据段组成的数组
95
+
94
96
- 返回值
95
97
多个密文数据段组成的数据,成员为string类型的array
98
+
96
99
- 异常信息
97
100
Exception: 执行失败时抛出异常
98
101
@@ -110,7 +113,9 @@ public static function SW_blocksDecrypt(
110
113
$iv,
111
114
$dataArray){
112
115
```
116
+
113
117
- 参数说明
118
+
114
119
数据类型|参数名|说明
115
120
---|---|---
116
121
socket|$socket|与密码机建立的连接句柄
@@ -123,8 +128,10 @@ string|$sessionKeyFactor|会话密钥因子
123
128
int|$paddingFlag|填充算法标识
124
129
string|$iv|初始向量
125
130
array|$dataArray|多个密文数据段组成的数组
131
+
126
132
- 返回值
127
133
多个数据段组成的数据,成员为string类型的array
134
+
128
135
- 异常信息
129
136
Exception: 执行失败时抛出异常
130
137
You can’t perform that action at this time.
0 commit comments