File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can however already test the FIDO2 applet.
1919- Repository: https://github.com/darconeous/u2f-javacard
2020- Binary name: ` U2FApplet.cap `
2121- Download: https://github.com/StarGate01/flexsecure-applets/releases
22- - AID: ` a0:00:00:06:47:2F:00:01:01:01 ` , Package: ` a0:00:00:06:47:2F:00:01 :01 `
22+ - AID: ` a0:00:00:06:47:2F:00:01:01 ` , Package: ` a0:00:00:06:47:2F:00:01 `
2323- Storage requirements:
2424 - Persistent: ` 8020 ` bytes
2525 - Transient reset: ` 865 ` bytes
@@ -30,7 +30,7 @@ You can however already test the FIDO2 applet.
3030- Repository: https://github.com/VivoKey/vk-u2f (forked from u2f-javacard)
3131- Binary name: ` CTAP2.cap `
3232- Download: https://github.com/StarGate01/flexsecure-applets/releases
33- - AID: ` a0:00:00:06:47:2F:00:01:01:02 ` , Package: ` a0:00:00:06:47:2F:00:01:02 `
33+ - AID: ` a0:00:00:06:47:2F:00:01:01 ` , Package: ` a0:00:00:06:47:2F:00:01 `
3434- Storage requirements:
3535 - Persistent: ` 13520 ` bytes
3636 - Transient reset: ` 2382 ` bytes
Original file line number Diff line number Diff line change 44 <get src =" https://github.com/martinpaljak/ant-javacard/releases/download/v1.4/ant-javacard.jar" skipexisting =" true" dest =" ." />
55 <taskdef name =" javacard" classname =" pro.javacard.ant.JavaCard" classpath =" ant-javacard.jar" />
66 <javacard >
7- <cap output =" target/U2FApplet.cap" classes =" target" sources =" src" aid =" a0:00:00:06:47:2F:00:01:02 " version =" 1.1" >
8- <applet class =" com.ledger.u2f.U2FApplet" aid =" a0:00:00:06:47:2F:00:01:02: 01" />
7+ <cap output =" target/U2FApplet.cap" classes =" target" sources =" src" aid =" a0:00:00:06:47:2F:00:01" version =" 1.1" >
8+ <applet class =" com.ledger.u2f.U2FApplet" aid =" a0:00:00:06:47:2F:00:01:01" />
99 </cap >
1010 </javacard >
1111 </target >
You can’t perform that action at this time.
0 commit comments