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.
19
19
- Repository: https://github.com/darconeous/u2f-javacard
20
20
- Binary name: ` U2FApplet.cap `
21
21
- 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 `
23
23
- Storage requirements:
24
24
- Persistent: ` 8020 ` bytes
25
25
- Transient reset: ` 865 ` bytes
@@ -30,7 +30,7 @@ You can however already test the FIDO2 applet.
30
30
- Repository: https://github.com/VivoKey/vk-u2f (forked from u2f-javacard)
31
31
- Binary name: ` CTAP2.cap `
32
32
- 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 `
34
34
- Storage requirements:
35
35
- Persistent: ` 13520 ` bytes
36
36
- Transient reset: ` 2382 ` bytes
Original file line number Diff line number Diff line change 4
4
<get src =" https://github.com/martinpaljak/ant-javacard/releases/download/v1.4/ant-javacard.jar" skipexisting =" true" dest =" ." />
5
5
<taskdef name =" javacard" classname =" pro.javacard.ant.JavaCard" classpath =" ant-javacard.jar" />
6
6
<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" />
9
9
</cap >
10
10
</javacard >
11
11
</target >
You can’t perform that action at this time.
0 commit comments