Ignore auto-generated files

This commit is contained in:
Manuel Thalmann 2023-10-12 17:37:41 +02:00
parent 6b839f84b0
commit 484a1e478b
7 changed files with 4 additions and 124 deletions

5
.gitignore vendored
View file

@ -1,4 +1,3 @@
# ---> Eclipse
.metadata
bin/
tmp/
@ -60,3 +59,7 @@ local.properties
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
# Java Card SDK
.gen/
deliverables/
apdu_scripts/digest-*.txt

View file

@ -1 +0,0 @@
/hwb1/

View file

@ -1,8 +0,0 @@
package hwb1;
final class MyAppletStrings {
static final byte[] Package = new byte[] {0x68, 0x77, 0x62, 0x31, };
static final byte[] AppletName = new byte[] {0x4d, 0x79, 0x41, 0x70, 0x70, 0x6c, 0x65, 0x74, };
}

View file

@ -1,12 +0,0 @@
Digest for hwb1/javacard/ConstantPool.cap [SHA-256: 6c5bf615cd3746d52c815e8264b910a41a94217161862a7520087799fd03098b]
Digest for hwb1/javacard/Debug.cap [SHA-256: 0247d72e4a6b685f23bc380c218522f6e8906d38158579ad5c57177ae67f18cc]
Digest for hwb1/javacard/Directory.cap [SHA-256: a38a6a20b2537681a3697a2d003fbc480d4b529618a7dfae8eeeff8fd952514e]
Digest for hwb1/javacard/RefLocation.cap [SHA-256: b2b3f5e23eee662b8c406212d5cb291959a8eeddb92e58b9a45941c0b91388be]
Digest for hwb1/javacard/Applet.cap [SHA-256: 0aefcbcd7c0a951f88b522d9a840fb851c15c1f92cf8cd2ac55ec1d188e9687b]
Digest for hwb1/javacard/Descriptor.cap [SHA-256: ae5b4ee1c0c7b98f7916a7a75e0521e7ae1450d1a13897f8f92764503edc8db9]
Digest for hwb1/javacard/Class.cap [SHA-256: af7f91359fc2e4feefa1653905001e7589a5cb1d241c960b99d749f3e828f366]
Digest for hwb1/javacard/Import.cap [SHA-256: 8cc3642a6d49023dc39aece31584cf15757e6bbcbc1e299514366eae84efce86]
Digest for hwb1/javacard/Method.cap [SHA-256: 651231359c6bb65fbcb0e3a49f52cee1a682ed7e97610365b374583638757365]
Digest for hwb1/javacard/Header.cap [SHA-256: 30bc8192745192eecda697856d62c5d7734b17897944959c6c8876caf6949e41]
Digest for hwb1/javacard/StaticField.cap [SHA-256: 983c0b9dbdc069d517cb18c91ff8d9816b50f1f949ca135f828fcaa4faca3b2e]
Verification completed with 0 warnings and 0 errors.

View file

@ -1,102 +0,0 @@
// converted by version [v3.1.0]
// on Thu Oct 12 17:03:33 CEST 2023
.package hwb1 {
.aid 0x52:0xC4:0xC7:0xC9:0x5C:0x13:0x37;
.version 1.0;
.imports {
0xA0:0x0:0x0:0x0:0x62:0x1:0x1 1.8; //javacard/framework
0xA0:0x0:0x0:0x0:0x62:0x0:0x1 1.0; //java/lang
}
.applet {
0x52:0xC4:0xC7:0xC9:0x5C:0x4:0x20 MyApplet;
}
.constantPool {
// 0
staticMethodRef MyApplet/<init>()V;
// 1
.classRef MyApplet;
// 2
staticMethodRef 0.3.0()V; // javacard/framework/Applet.<init>()V
// 3
virtualMethodRef 0.3.1()V; // register()V
// 4
staticMethodRef 1.0.0()V; // java/lang/Object.<init>()V
}
.class public MyApplet 0 extends 0.3 { // extends javacard/framework/Applet
.publicMethodTable 7 8 {
equals(Ljava/lang/Object;)Z 0;
register()V 1;
register([BSB)V 2;
selectingApplet()Z 3;
deselect()V 4;
getShareableInterfaceObject(Ljavacard/framework/AID;B)Ljavacard/framework/Shareable; 5;
select()Z 6;
process(Ljavacard/framework/APDU;)V 7;
}
.packageMethodTable 0 {
}
.method public static install([BSB)V 0 {
.stack 1;
.locals 0;
L0: new 1; // hwb1/MyApplet
invokespecial 0; // hwb1/MyApplet.<init>()V
return;
}
.method protected <init>()V 1 {
.stack 1;
.locals 0;
L0: aload_0;
invokespecial 2; // javacard/framework/Applet.<init>()V
aload_0;
invokevirtual 3; // register()V
return;
}
.method public process(Ljavacard/framework/APDU;)V 7 {
.stack 0;
.locals 0;
.descriptor Ljavacard/framework/APDU; 0.10;
L0: return;
}
}
.class final MyAppletStrings extends 1.0 { // extends java/lang/Object
.fields {
static final byte[] Package = {104,119,98,49}; // [B
static final byte[] AppletName = {77,121,65,112,112,108,101,116}; // [B
}
.publicMethodTable 1 1 {
equals(Ljava/lang/Object;)Z 0;
}
.packageMethodTable 0 {
}
.method <init>()V {
.stack 1;
.locals 0;
L0: aload_0;
invokespecial 4; // java/lang/Object.<init>()V
return;
}
}
}