密钥存储flash空间80->120,写调用说明
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user