Fix possible implicit extended length usage support

This commit is contained in:
Arnaud Fontaine
2022-01-10 16:16:38 +01:00
parent c2d7070f2d
commit 4fbafe513b
3 changed files with 4 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ public final class Constants {
protected static final short INTERNAL_BUFFER_MAX_LENGTH =
(short)0x500;
protected static final short APDU_MAX_LENGTH = (short)256;
protected static final short APDU_MAX_LENGTH = (short)0x400;
protected static final byte[] KEY_DERIVATION_FUNCTION_DEFAULT = {
(byte)0x81, (byte)0x01, (byte)0x00