密钥存储flash空间80->120,写调用说明

This commit is contained in:
zcy
2025-09-09 09:49:57 +08:00
parent 2f79d18966
commit 2549f565b4
3 changed files with 146 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ public class XwSecurity extends Applet {
// TODO Auto-generated constructor stub
method = new Method(); //todo new?
// key store -> flash
key_store_byte = new byte[80];
key_store_byte = new byte[120];
register(bArray, (short)(bOffset + 1), bArray[bOffset]);
}