Commit 2d3bf2f6 authored by Josh Ji's avatar Josh Ji

code review

parent b11b5040
......@@ -200,11 +200,12 @@ public class IDSecret {
}
private void testSharedObjects(byte[] apduBuffer){
byte[] aid = new byte[]{(byte)0xa0,(byte)0x00,(byte)0x00,(byte)0x02,(byte)0x47,(byte)0x10,(byte)0x01};
AID passportAID = JCSystem.lookupAID(aid, (short)0,(byte)aid.length);
SharePIN sharePIN = (SharePIN) JCSystem.getAppletShareableInterfaceObject(passportAID,(byte)0x00);
SharePIN sharePIN = (SharePIN) JCSystem.getAppletShareableInterfaceObject(passportAID,(byte)0x00);
ShareName shareName = (ShareName) JCSystem.getAppletShareableInterfaceObject(passportAID,(byte)0x00);
short length = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment