增加init/update/digest/finish长数据操作
This commit is contained in:
parent
40bb130ffc
commit
d861855d79
@ -14,7 +14,7 @@ public class SydApiSM4 {
|
||||
private boolean is_finished = false;
|
||||
private byte[] dataResult = new byte[0];
|
||||
|
||||
ByteBuffer sourceWrap = ByteBuffer.wrap(new byte[0]);
|
||||
ByteBuffer sourceWrap = ByteBuffer.wrap(new byte[1]);
|
||||
|
||||
|
||||
public SydApiSM4(SydApi api, int iKeyIndex, int endeFlag) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user