Skip to content

Commit 1ac564a

Browse files
update the length in KmConfigurations
1 parent dd579c7 commit 1ac564a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Applet/AndroidSEProvider/src/com/android/javacard/keymaster/KMConfigurations.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ public class KMConfigurations {
2020
public static final byte LITTLE_ENDIAN = 0x00;
2121
public static final byte BIG_ENDIAN = 0x01;
2222
public static final byte TEE_MACHINE_TYPE = LITTLE_ENDIAN;
23+
public static final byte MAX_ATTESTATION_IDS_SIZE = 48;
2324
}

0 commit comments

Comments
 (0)