Update Applet Class path

This commit is contained in:
2023-10-04 11:45:05 -05:00
parent c59f9618ba
commit f9593b4b41
16 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@
<target name="convert">
<javacard>
<cap output="TestApplet.cap" sources="src" aid="aaaaaaaaaaaa" version="1.0">
<applet class="fr.anssi.smartpgp.TestApplet" aid="aaaaaaaaaaaa00000000000000000000"/>
<applet class="dev.c0de.smartpgp.TestApplet" aid="aaaaaaaaaaaa00000000000000000000"/>
</cap>
</javacard>
</target>

View File

@@ -1,4 +1,4 @@
package fr.anssi.smartpgp;
package dev.c0de.smartpgp;
public final class Data {

View File

@@ -1,4 +1,4 @@
package fr.anssi.smartpgp;
package dev.c0de.smartpgp;
public final class ECConstants {

View File

@@ -1,4 +1,4 @@
package fr.anssi.smartpgp;
package dev.c0de.smartpgp;
import javacard.framework.*;