We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd579c7 commit 1ac564aCopy full SHA for 1ac564a
Applet/AndroidSEProvider/src/com/android/javacard/keymaster/KMConfigurations.java
@@ -20,4 +20,5 @@ public class KMConfigurations {
20
public static final byte LITTLE_ENDIAN = 0x00;
21
public static final byte BIG_ENDIAN = 0x01;
22
public static final byte TEE_MACHINE_TYPE = LITTLE_ENDIAN;
23
+ public static final byte MAX_ATTESTATION_IDS_SIZE = 48;
24
}
0 commit comments