From 7664658b2da48c8fbd67ca0b0faf4767979287e6 Mon Sep 17 00:00:00 2001 From: petrs Date: Thu, 21 Jun 2018 13:49:26 +0200 Subject: [PATCH 1/8] modified to run with custom build jcardsim --- AlgTest_JClient/nbproject/project.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AlgTest_JClient/nbproject/project.properties b/AlgTest_JClient/nbproject/project.properties index 48afd339..29d55f2b 100644 --- a/AlgTest_JClient/nbproject/project.properties +++ b/AlgTest_JClient/nbproject/project.properties @@ -29,6 +29,7 @@ endorsed.classpath= excludes= file.reference.AlgTest-AlgTest_JavaCard=../AlgTest_JavaCard file.reference.AlgTest_JavaCard-src=../AlgTest_JavaCard/src +file.reference.AlgTest_JClient-libs=libs\\ file.reference.is-native-c.jar=libs/JNA/is-native-c.jar file.reference.is-runtime.jar=libs/JNA/is-runtime.jar file.reference.jcardsim-2.2.2-all.jar=test/jcardsim-2.2.2-all.jar @@ -51,7 +52,8 @@ javac.classpath=\ ${file.reference.jna-4.1.0.jar}:\ ${file.reference.jna-platform-4.1.0.jar}:\ ${file.reference.jna.jar}:\ - ${libs.testng.classpath} + ${libs.testng.classpath}:\ + ${file.reference.AlgTest_JClient-libs} ${libs.JCardSim2.2.2.classpath}:/ ${libs.JavaCard3.0.4.classpath}:/ ${file.reference.jcardsim-2.2.2-all.jar}:/ @@ -111,7 +113,7 @@ run.classpath= # Space-separated list of JVM arguments used when running the project. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. # To set system properties for unit tests define test-sys-prop.name=value: -run.jvmargs= +run.jvmargs=-enableassertions -noverify run.test.classpath= ${javac.test.classpath}:/ ${build.test.classes.dir} From ede23d6377ce81b3564095932e939f5f280e25ea Mon Sep 17 00:00:00 2001 From: petrs Date: Thu, 21 Jun 2018 13:49:48 +0200 Subject: [PATCH 2/8] provider identification added --- AlgTest_JClient/src/algtestjclient/CardMngr.java | 2 ++ .../src/algtestjclient/SingleModeTest.java | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/AlgTest_JClient/src/algtestjclient/CardMngr.java b/AlgTest_JClient/src/algtestjclient/CardMngr.java index d4db7a23..7174985a 100644 --- a/AlgTest_JClient/src/algtestjclient/CardMngr.java +++ b/AlgTest_JClient/src/algtestjclient/CardMngr.java @@ -314,6 +314,8 @@ public FileOutputStream establishConnection(Class ClassToTest, String cardName, m_SystemOutLogger.println(message); file.write(message.getBytes()); message = "Card name; " + cardName + "\r\n"; m_SystemOutLogger.println(message); file.write(message.getBytes()); + message = "Card provider; please insert link/description of shop where card was bought\r\n"; + m_SystemOutLogger.println(message); file.write(message.getBytes()); message = "Used protocol; " + protocol + "\r\n"; m_SystemOutLogger.println(message); file.write(message.getBytes()); diff --git a/AlgTest_JClient/src/algtestjclient/SingleModeTest.java b/AlgTest_JClient/src/algtestjclient/SingleModeTest.java index 2ed2c560..cdf0f49a 100644 --- a/AlgTest_JClient/src/algtestjclient/SingleModeTest.java +++ b/AlgTest_JClient/src/algtestjclient/SingleModeTest.java @@ -952,12 +952,12 @@ public static void TestClassChecksum (FileOutputStream file) throws IOException, public static void TestClassKeyPair_ALG_RSA (FileOutputStream file) throws IOException, Exception{ long elapsedCard = 0; byte[] apdu = new byte[8]; - apdu[OFFSET_CLA] = Consts.CLA_CARD_ALGTEST; // for AlgTest applet - apdu[OFFSET_INS] = Consts.INS_CARD_TESTSUPPORTEDMODES_SINGLE; // for AlgTest applet switch to 'TestSupportedModeSingle' - apdu[OFFSET_P1] = Consts.CLASS_KEYPAIR; // 0x19 - apdu[OFFSET_P2] = (byte)0x00; - apdu[OFFSET_LC] = (byte)0x03; - apdu[OFFSET_DATA] = ALG_RSA; // 1 + apdu[OFFSET_CLA] = Consts.CLA_CARD_ALGTEST; // for AlgTest applet + apdu[OFFSET_INS] = Consts.INS_CARD_TESTSUPPORTEDMODES_SINGLE; // for AlgTest applet switch to 'TestSupportedModeSingle' + apdu[OFFSET_P1] = Consts.CLASS_KEYPAIR; // 0x19 + apdu[OFFSET_P2] = (byte)0x00; + apdu[OFFSET_LC] = (byte)0x03; + apdu[OFFSET_DATA] = ALG_RSA; // 1 /* Creates message with class name and writes it in the output file and on the screen. */ String message = "\n" + cardManager.GetAlgorithmName(SingleModeTest.KEYPAIR_RSA_STR[0]) + "\r\n"; From dff475e8a4aee5497122ee6b4f42091fe2df8263 Mon Sep 17 00:00:00 2001 From: petrs Date: Tue, 26 Jun 2018 13:08:09 +0200 Subject: [PATCH 3/8] readable error names --- .../src/algtestjclient/SingleModeTest.java | 92 ++++++++++++++++++- AlgTest_JavaCard/src/AlgTest/JCConsts.java | 41 +++++++++ 2 files changed, 132 insertions(+), 1 deletion(-) diff --git a/AlgTest_JClient/src/algtestjclient/SingleModeTest.java b/AlgTest_JClient/src/algtestjclient/SingleModeTest.java index cdf0f49a..ca0c0d59 100644 --- a/AlgTest_JClient/src/algtestjclient/SingleModeTest.java +++ b/AlgTest_JClient/src/algtestjclient/SingleModeTest.java @@ -603,6 +603,96 @@ public void ClassSkipped(FileOutputStream file, String className) throws IOExcep m_SystemOutLogger.println(message); file.write(message.getBytes()); } + + /** + * Convert error from card to text string + * @param swStatus + * @return + */ + public static String ErrorToString(int swStatus) { + // lower byte of exception is value as defined in JCSDK/api_classic/constant-values.htm + //https://docs.oracle.com/javacard/3.0.5/api/constant-values.html + + short sw1 = (short) (swStatus & 0xff00); + short sw2 = (short) (swStatus & 0x00ff); + switch (sw1) { + case JCConsts.SW_Exception_prefix: + switch (sw2) { + case JCConsts.SW_Exception: + return "Exception"; + case JCConsts.SW_ArrayIndexOutOfBoundsException: + return "ArrayIndexOutOfBoundsException"; + case JCConsts.SW_ArithmeticException: + return "ArithmeticException"; + case JCConsts.SW_ArrayStoreException: + return "ArrayStoreException"; + case JCConsts.SW_NullPointerException: + return "NullPointerException"; + case JCConsts.SW_NegativeArraySizeException: + return "NegativeArraySizeException"; + } + case JCConsts.SW_CryptoException_prefix: + switch (sw2) { + case JCConsts.CryptoException_ILLEGAL_VALUE: + return "CryptoException_ILLEGAL_VALUE"; + case JCConsts.CryptoException_UNINITIALIZED_KEY: + return "CryptoException_UNINITIALIZED_KEY"; + case JCConsts.CryptoException_NO_SUCH_ALGORITHM: + return "CryptoException_NO_SUCH_ALGORITHM"; + case JCConsts.CryptoException_INVALID_INIT: + return "CryptoException_INVALID_INIT"; + case JCConsts.CryptoException_ILLEGAL_USE: + return "CryptoException_ILLEGAL_USE"; + default: return "CryptoException_" + Integer.toHexString(sw2); + } + case JCConsts.SW_SystemException_prefix: + switch (sw2) { + case JCConsts.SystemException_ILLEGAL_VALUE: + return "SystemException_ILLEGAL_VALUE"; + case JCConsts.SystemException_NO_TRANSIENT_SPACE: + return "SystemException_NO_TRANSIENT_SPACE"; + case JCConsts.SystemException_ILLEGAL_TRANSIENT: + return "SystemException_ILLEGAL_TRANSIENT"; + case JCConsts.SystemException_ILLEGAL_AID: + return "SystemException_ILLEGAL_AID"; + case JCConsts.SystemException_NO_RESOURCE: + return "SystemException_NO_RESOURCE"; + case JCConsts.SystemException_ILLEGAL_USE: + return "SystemException_ILLEGAL_USE"; + default: + return "SystemException_" + Integer.toHexString(sw2); + } + case JCConsts.SW_PINException_prefix: + switch (sw2) { + case JCConsts.PINException_ILLEGAL_VALUE: + return "PINException_ILLEGAL_VALUE"; + case JCConsts.PINException_ILLEGAL_STATE: + return "PINException_ILLEGAL_STATE"; + default: + return "PINException_" + Integer.toHexString(sw2); + } + case JCConsts.SW_TransactionException_prefix: + switch (sw2) { + case JCConsts.TransactionException_IN_PROGRESS: + return "TransactionException_IN_PROGRESS"; + case JCConsts.TransactionException_NOT_IN_PROGRESS: + return "TransactionException_NOT_IN_PROGRESS"; + case JCConsts.TransactionException_BUFFER_FULL: + return "TransactionException_BUFFER_FULL"; + case JCConsts.TransactionException_INTERNAL_FAILURE: + return "TransactionException_INTERNAL_FAILURE"; + case JCConsts.TransactionException_ILLEGAL_USE: + return "TransactionException_ILLEGAL_USE"; + default: + return "TransactionException_" + Integer.toHexString(sw2); + } + case JCConsts.SW_CardRuntimeException_prefix: + return "CardRuntimeException_" + Integer.toHexString(sw2); + + default: + return Integer.toHexString(swStatus); + } + } /** * Checks result of algorithm testing on smart card. @@ -673,7 +763,7 @@ public static void CheckResult (FileOutputStream file, String name, byte[] respo } } else { - message += name + ";" + "error(0x" + Integer.toHexString(swStatus) + ");" + "\r\n"; + message += name + ";" + ErrorToString(swStatus) + ";" + "\r\n"; } m_SystemOutLogger.println(message); file.write(message.getBytes()); diff --git a/AlgTest_JavaCard/src/AlgTest/JCConsts.java b/AlgTest_JavaCard/src/AlgTest/JCConsts.java index e8c593e3..3cb73545 100644 --- a/AlgTest_JavaCard/src/AlgTest/JCConsts.java +++ b/AlgTest_JavaCard/src/AlgTest/JCConsts.java @@ -515,4 +515,45 @@ public class JCConsts { public static final short SWAlgs_xor = 1; public static final short SWAlgs_AES = 2; + + // javacard.framework.SystemException + public final static short SW_SystemException_prefix = (short) 0xf200; + public static final short SystemException_ILLEGAL_VALUE = 1; + public static final short SystemException_NO_TRANSIENT_SPACE = 2; + public static final short SystemException_ILLEGAL_TRANSIENT = 3; + public static final short SystemException_ILLEGAL_AID = 4; + public static final short SystemException_NO_RESOURCE = 5; + public static final short SystemException_ILLEGAL_USE = 6; + + // javacard.security.CryptoException + public static final short SW_CryptoException_prefix = (short) 0xf100; + public static final short CryptoException_ILLEGAL_VALUE = 1; + public static final short CryptoException_UNINITIALIZED_KEY = 2; + public static final short CryptoException_NO_SUCH_ALGORITHM = 3; + public static final short CryptoException_INVALID_INIT = 4; + public static final short CryptoException_ILLEGAL_USE = 5; + + // javacard.framework.PINException + public static final short SW_PINException_prefix = (short) 0xf300; + public static final short PINException_ILLEGAL_VALUE = 1; + public static final short PINException_ILLEGAL_STATE = 2; + + // javacard.framework.TransactionException + public static final short SW_TransactionException_prefix = (short) 0xf400; + public static final short TransactionException_IN_PROGRESS = 1; + public static final short TransactionException_NOT_IN_PROGRESS = 2; + public static final short TransactionException_BUFFER_FULL = 3; + public static final short TransactionException_INTERNAL_FAILURE = 4; + public static final short TransactionException_ILLEGAL_USE = 5; + + // Named exceptions + public final static short SW_Exception_prefix = (short) 0xff00; + public final static short SW_Exception = (short) 0x0001; + public final static short SW_ArrayIndexOutOfBoundsException = (short) 0x0002; + public final static short SW_ArithmeticException = (short) 0x0003; + public final static short SW_ArrayStoreException = (short) 0x0004; + public final static short SW_NullPointerException = (short) 0x0005; + public final static short SW_NegativeArraySizeException = (short) 0x0006; + + public final static short SW_CardRuntimeException_prefix = (short) 0xf500; } From ecc03a109b87a4a35119c9bc6f4e1b73d7d5149a Mon Sep 17 00:00:00 2001 From: petrs Date: Tue, 26 Jun 2018 13:08:25 +0200 Subject: [PATCH 4/8] new card profiles --- Profiles/AlgTest_html_table.html | 18023 ++++++++++++++++ ...00_90_00_44_(provided_by_Kevin_Osborn).csv | 288 + ...vided_by_Adam_Zhang_and_Richard_Mitev).csv | 290 + 3 files changed, 18601 insertions(+) create mode 100644 Profiles/AlgTest_html_table.html create mode 100644 Profiles/results/COSMO_FLY_v5.8_ICFabDate_2006_253_ALGSUPPORT__3b_8b_80_01_00_31_c0_64_08_44_03_04_00_90_00_44_(provided_by_Kevin_Osborn).csv create mode 100644 Profiles/results/NXP_J3H081_EMV_ICFabDate_2016_355_ALGSUPPORT__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80_(provided_by_Adam_Zhang_and_Richard_Mitev).csv diff --git a/Profiles/AlgTest_html_table.html b/Profiles/AlgTest_html_table.html new file mode 100644 index 00000000..6fbadbe9 --- /dev/null +++ b/Profiles/AlgTest_html_table.html @@ -0,0 +1,18023 @@ + + + + + +JavaCard support test + + +\n\n"; + +
+

Tested cards abbreviations

+c0 ACS ACOSJ (Combi) , ATR=3b 69 00 02 41 43 4f 53 4a 76 31 30 31 (provided by Alexandre Bouvier),
+c1 Athena IDprotect , ATR=3B D5 18 FF 80 91 FE 1F C3 80 73 C8 21 13 08 (provided by Cosmo),
+c2 Athena IDProtect ICFabDate 2015 , ATR=3b d5 18 ff 81 91 fe 1f c3 80 73 c8 21 13 09 (provided by PetrS),
+c3 Axalto Cyberflex32 , ATR=3B 75 94 00 00 62 02 02 02 01 (provided by PetrS),
+c4 Axalto Cyberflex PalmeraV5 , ATR=3B E6 00 00 81 21 45 32 4B 01 01 01 01 7A (provided by PetrS),
+c5 COSMO FLY v5.8 ICFabDate 2006 253 , ATR=3b 8b 80 01 00 31 c0 64 08 44 03 04 00 90 00 44 (provided by Kevin Osborn),
+c6 Feitian C21C Samsung S3FS91J , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 00 05 24 c0 72 7e 00 86 (provided by Thotheolh Tay),
+c7 Feitian eJava Token , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 64 2f 70 c1 72 fe e0 fd (provided by Razvan Dragomirescu),
+c8 Feitian JavaCOS A22CR-ECC-SHA-2 ICFabDate 2015 , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 00 10 04 f2 72 fe 00 01 (provided by Kenneth Benson),
+c9 Feitian JavaCOS A22CR ICFabDate 2016 084 , ATR=3b 8c 80 01 90 67 46 4a 01 00 25 04 00 00 00 00 d6 (provided by Josh Harvey),
+c10 Feitian JavaCOS A22CR ICFabDate 2016 257 , ATR=3b 9c 95 80 81 1f 03 90 67 46 4a 01 00 35 04 f2 72 fe 00 a1 (provided by PetrS),
+c11 Feitian JavaCOS A22 , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 00 68 08 04 00 00 00 00 0e (provided by Ivo Kubjas and PetrS),
+c12 Feitian JavaCOS A22 ICFabDate 2015 , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 00 68 08 04 00 00 00 00 0e (provided by Ivo Kubjas and PetrS),
+c13 Feitian JavaCOS A40 ICFabDate 2016 201 , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 00 20 05 00 00 00 00 4e (provided by PetrS and Keneth Benson),
+c14 Feitian Java Card D11CR , ATR=3b 6a 00 00 09 44 31 31 43 52 02 00 25 c3 (provided by PetrS),
+c15 Feitian K9 NXPJ3E081 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 33 a2 (provided by Thotheolh Tay),
+c16 G+D Smartcafe 6.0 80K ICFabDate 2015 024 , ATR=3b fe 18 00 00 80 31 fe 45 53 43 45 36 30 2d 43 44 30 38 31 2d 6e 46 a9 (provided by PetrS),
+c17 G+D SmartCafe Expert 144k Dual , ATR=3b fd 18 00 00 80 31 fe 45 73 66 74 65 20 63 64 31 34 34 2d 6e 66 d8 (provided by Diego NdK),
+c18 G+D Smartcafe Expert 3.2 72K ICFabDate 2003 126 , ATR=3b f7 18 00 00 80 31 fe 45 73 66 74 65 2d 6e 66 c4 (provided by Cosmo and PetrS),
+c19 G+D Smart Cafe Expert 4.x V2 ICFabDate 2007 079 , ATR=3b f8 18 00 00 80 31 fe 45 00 73 c8 40 13 00 90 00 92 (provided by PetrS), PerformanceGraphs
+c20 Gemalto IDCore 10 , ATR=3b 7d 96 00 00 80 31 80 65 b0 83 11 d0 a9 83 00 90 00 (provided by Martin Paljak),
+c21 Gemalto IDCore 3010 CC , ATR=3b 7d 96 00 00 80 31 80 65 b0 85 02 00 cf 83 01 90 00 (provided by Martin Paljak),
+c22 Gemalto TOP IM GXP4 , ATR=3b 7d 94 00 00 80 31 80 65 b0 83 11 d0 a9 83 00 90 00 (provided by PetrS),
+c23 Gemalto TwinGCX4 72k PK , ATR=3B 7A 94 00 00 80 65 A2 01 01 01 3D 72 D6 43 (provided by PetrS),
+c24 Gemplus GXPE64PK , ATR=3B 7E 94 00 00 80 25 A0 00 00 00 28 56 80 10 21 00 01 08 (provided by PetrS),
+c25 Gemplus GXPLiteGeneric , ATR=3B 7D 94 00 00 80 31 80 65 B0 83 01 02 90 83 00 90 00 (provided by PetrS),
+c26 Gemplus GXPR3r32 , ATR=3B 7D 94 00 00 80 31 80 65 B0 83 01 02 90 83 00 90 00 (provided by PetrS),
+c27 Gemplus GXPR3 , ATR=3B 7B 94 00 00 80 65 B0 83 01 01 74 83 00 90 00 (provided by PetrS),
+c28 Gemplus GXP R4 72K ICFabDate 2007 291 , ATR=3b 7d 94 00 00 80 31 80 65 b0 83 11 c0 a9 83 00 90 00 (provided by PetrS), PerformanceGraphs
+c29 Gemplus unknown jc2.1.2 ICFabDate 2006 005 , ATR=3b 7d 94 00 00 80 31 80 65 b0 83 11 11 ac 83 00 90 00 (provided by PetrS),
+c30 Infineon CJTOP 80K INF SLJ 52GLA080AL M8.4 ICFabDate 2012 001 , ATR=3b fe 18 00 00 80 31 fe 45 80 31 80 66 40 90 a5 10 2e 10 83 01 90 00 f2 (provided by PetrS), PerformanceGraphs
+c31 Infineon JTOPV2 16K , ATR=3B 6D 00 00 80 31 80 65 40 90 86 01 51 83 07 90 00 (provided by PetrS),
+c32 Infineon SLE78 Universal JCard , ATR=3b fd 96 00 00 81 31 fe 45 53 4c 4a 35 32 47 44 4c 31 32 38 43 52 57 (provided by Till Maas RedTeamPentesting),
+c33 JavaCardOS Infineon JC30M48CR , ATR=3b 80 80 01 01 (provided by JavaCardOS and Thotheolh Tay),
+c34 JavaCardOS JC10M24R , ATR=3b 80 80 01 01 (provided by JavaCardOS),
+c35 Nokia 6131 , ATR=3B 88 80 01 00 73 C8 40 13 00 90 00 71 (provided by Hakan Karahan),
+c36 NXP JCOP J2A080 80K ICFabDate 2011 070 , ATR=3b f8 18 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 bc (provided by PetrS),
+c37 NXP J2E145G ICFabDate 2013 025 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 33 a2 (provided by PetrS and Lukas Malina),
+c38 NXP J3H081 EMV ICFabDate 2016 355 , ATR=3b f8 18 00 00 81 31 fe 45 00 73 c8 40 00 00 90 00 80 (provided by Adam Zhang and Richard Mitev),
+c39 NXP JCOP10 (DES only version) , ATR=3b e9 00 00 81 31 fe 45 4a 43 4f 50 31 30 56 32 32 a3 (provided by Henrik),
+c40 NXP JCOP31 , ATR=3B EB 00 00 81 31 20 45 4A 43 4F 50 33 31 33 36 47 44 54 78 (provided by PetrS),
+c41 NXP JCOP41 v221 , ATR=3b fa 18 00 00 81 31 fe 45 4a 43 4f 50 34 31 56 32 32 31 9d (provided by PetrS), PerformanceGraphs
+c42 NXP JCOP 10.18 v2.3.1 ICFabDate 2008 163 , ATR=3b fa 13 00 00 81 31 fe 45 4a 43 4f 50 31 30 56 32 33 31 93 (provided by PetrS),
+c43 NXP JCOP 21 v2.4.2R3 ICFabDate 2013 025 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 33 a2 (provided by PetrS), PerformanceGraphs
+c44 NXP JCOP 21 V2.2 36K ICFabDate 2008 015 , ATR=3b f9 18 00 00 81 31 fe 45 4a 43 4f 50 32 31 56 32 32 a9 (provided by PetrS), PerformanceGraphs
+c45 NXP JCOP 31 V2.2 36K ICFabDate 2006 306 , ATR=3b eb 00 00 81 31 20 45 4a 43 4f 50 33 31 33 36 47 44 54 78 (provided by PetrS), PerformanceGraphs
+c46 NXP JCOP 31 V2.3.2 ICFabDate 2011 016 , ATR=3b 8a 80 01 4a 43 4f 50 33 31 56 32 33 32 7a (provided by Martin Omacka),
+c47 NXP JCOP 31 V2.4.1 72K ICFabDate 2012 240 , ATR=3b f8 13 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 b7 (provided by PetrS), PerformanceGraphs
+c48 NXP JCOP CJ2A081 JC222 ICFabDate 2012 240 , ATR=3b f8 13 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 b7 (provided by PetrS), PerformanceGraphs
+c49 NXP JCOP CJ3A080v241 , ATR=3B F8 13 00 00 81 31 FE 45 4A 43 4F 50 76 32 34 31 B7 (provided by Lazuardi Nasution), PerformanceGraphs
+c50 NXP JCOP CJ3A081 JC222 , ATR=3b f8 13 00 00 81 31 fe 45 4a 33 41 30 38 31 56 32 34 31 89 (provided by PetrS), PerformanceGraphs
+c51 NXP JCOP J2A080 , ATR=3b f6 18 00 ff 81 31 fe 45 4a 32 41 30 38 30 1b (provided by Pierre-d), PerformanceGraphs
+c52 NXP JCOP J2A080 80K ICFabDate 2011 070 , ATR=3b f8 18 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 bc (provided by PetrS),
+c53 NXP JCOP J2D081 80K ICFabDate 2014 126 , ATR=3b f9 18 00 00 81 31 fe 45 4a 32 44 30 38 31 5f 50 56 b6 (provided by PetrS and Paul Crocker), PerformanceGraphs
+c54 NXP JCOP J3A040 ICFabDate 2010 071 , ATR=3b 88 80 01 4a 43 4f 50 76 32 34 31 5e (provided by Lukas Malina),
+c55 NXP JCOP J3D081 v242r2 ICFabDate 2012 334 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 32 a3 (provided by Martin Paljak and Arnis UT),
+c56 NXP JCOP NXP250A v242r3 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 33 a2 (provided by Amir Digar Nemikhandad),
+c57 Oberthur CosmoDual72K , ATR=3B 7B 18 00 00 00 31 C0 64 77 E3 03 00 82 90 00 (provided by PetrS),
+c58 Oberthur Cosmo V7 64K Dual 128K , ATR=3B DB 18 00 80 B1 FE 45 1F 83 00 31 C0 64 C7 FC 10 00 01 90 00 FA (provided by Cosmo),
+c59 Oberthur ID-ONE Cosmo 64 RSA v5.4 ICFabDate 2007 031 , ATR=3b 7b 18 00 00 00 31 c0 64 77 e9 10 00 01 90 00 (provided by PetrS), PerformanceGraphs
+c60 Softlock SLCOS InfineonSLE78 , ATR=3b 8a 80 01 53 4c 43 4f 53 20 54 3d 43 4c 0d (provided by Ahmed Mamdouh),
+c61 Unknown , ATR=3b 68 00 00 00 73 c8 40 12 00 90 00 (provided by Amir Digar Nemikhandad),
+c62 Yubikey Neo (Warning not open JavaCard) , ATR=3b fa 13 00 00 81 31 fe 15 59 75 62 69 6b 65 79 4e 45 4f a6 (provided by Pierre-d and Cosmo),
+c63 [undisclosed1] , ATR=3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx (provided by Cosmo),
+c64 [undisclosed2] , ATR=3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx (provided by Cosmo),
+c65 [undisclosed3] , ATR=3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx (provided by Cosmo),
+c66 [undisclosed4] , ATR=3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx (provided by Cosmo),
+c67 [undisclosed5] , ATR=3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (provided by Metro),
+c68 [undisclosed6] , ATR=3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (provided by Metro),
+
+Note: Some cards in the table come without full identification and ATR ('undisclosed') as submitters prefered not to disclose it at the momment. I'm publishing it anyway as the information that some card supporting particular algorithm exists is still interesting. Full identification might be added in future.

+ +Note: If you have card of unknown type, try to obtain ATR and take a look at smartcard list available here: http://smartcard-atr.appspot.com/

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SymbolMeaning
yesThis particular algorithm was tested and IS supported by given card.
noThis particular algorithm was tested and is NOT supported by given card.
suspicious yesThis particular algorithm was tested and is REPORTED as supported by given card. However, given algorithm was introduced in later version of JavaCard specification than version declared by the card as supported one. Mostly, algorithm is really supported. But it might be possible, that given algorithm is NOT actually supported by card as some cards may create object for requested algorithm and fail only later when object is actually used. Future version of the JCAlgTest will make more thorough tests regarding this behaviour.
error(ERROR_CODE)Card returned specific error other then raising CryptoException.NO_SUCH_ALGORITHM. Most probably, algorithm is NOT supported by given card.
?Card returned unspecific error. Most probably, algorithm is NOT supported by given card.
-This particular algorithm was NOT tested. Usually, this equals to unsupported algorithm. Typical example is the addition of new constants introduced by the newer version of JavaCard standard, which are not supported by cards tested before apperance of of new version of specification. The exceptions to this rule are classes that have to be tested manually (at the moment, following information: JavaCard support version, javacardx.apdu.ExtendedLength Extended APDU) where not tested doesn't automatically means not supported. Automated upload and testing of these features will solve this in future.
+

+

Click on each checkbox to show/hide corresponding column (card)

+
+
+

c0 - ACS ACOSJ (Combi)

+

c1 - Athena IDprotect

+

c2 - Athena IDProtect ICFabDate 2015

+

c3 - Axalto Cyberflex32

+

c4 - Axalto Cyberflex PalmeraV5

+

c5 - COSMO FLY v5.8 ICFabDate 2006 253

+

c6 - Feitian C21C Samsung S3FS91J

+

c7 - Feitian eJava Token

+

c8 - Feitian JavaCOS A22CR-ECC-SHA-2 ICFabDate 2015

+

c9 - Feitian JavaCOS A22CR ICFabDate 2016 084

+

c10 - Feitian JavaCOS A22CR ICFabDate 2016 257

+

c11 - Feitian JavaCOS A22

+

c12 - Feitian JavaCOS A22 ICFabDate 2015

+

c13 - Feitian JavaCOS A40 ICFabDate 2016 201

+

c14 - Feitian Java Card D11CR

+

c15 - Feitian K9 NXPJ3E081

+

c16 - G+D Smartcafe 6.0 80K ICFabDate 2015 024

+

c17 - G+D SmartCafe Expert 144k Dual

+

c18 - G+D Smartcafe Expert 3.2 72K ICFabDate 2003 126

+

c19 - G+D Smart Cafe Expert 4.x V2 ICFabDate 2007 079

+

c20 - Gemalto IDCore 10

+

c21 - Gemalto IDCore 3010 CC

+

c22 - Gemalto TOP IM GXP4

+

c23 - Gemalto TwinGCX4 72k PK

+
+
+

c24 - Gemplus GXPE64PK

+

c25 - Gemplus GXPLiteGeneric

+

c26 - Gemplus GXPR3r32

+

c27 - Gemplus GXPR3

+

c28 - Gemplus GXP R4 72K ICFabDate 2007 291

+

c29 - Gemplus unknown jc2.1.2 ICFabDate 2006 005

+

c30 - Infineon CJTOP 80K INF SLJ 52GLA080AL M8.4 ICFabDate 2012 001

+

c31 - Infineon JTOPV2 16K

+

c32 - Infineon SLE78 Universal JCard

+

c33 - JavaCardOS Infineon JC30M48CR

+

c34 - JavaCardOS JC10M24R

+

c35 - Nokia 6131

+

c36 - NXP JCOP J2A080 80K ICFabDate 2011 070

+

c37 - NXP J2E145G ICFabDate 2013 025

+

c38 - NXP J3H081 EMV ICFabDate 2016 355

+

c39 - NXP JCOP10 (DES only version)

+

c40 - NXP JCOP31

+

c41 - NXP JCOP41 v221

+

c42 - NXP JCOP 10.18 v2.3.1 ICFabDate 2008 163

+

c43 - NXP JCOP 21 v2.4.2R3 ICFabDate 2013 025

+

c44 - NXP JCOP 21 V2.2 36K ICFabDate 2008 015

+

c45 - NXP JCOP 31 V2.2 36K ICFabDate 2006 306

+

c46 - NXP JCOP 31 V2.3.2 ICFabDate 2011 016

+

c47 - NXP JCOP 31 V2.4.1 72K ICFabDate 2012 240

+
+
+

c48 - NXP JCOP CJ2A081 JC222 ICFabDate 2012 240

+

c49 - NXP JCOP CJ3A080v241

+

c50 - NXP JCOP CJ3A081 JC222

+

c51 - NXP JCOP J2A080

+

c52 - NXP JCOP J2A080 80K ICFabDate 2011 070

+

c53 - NXP JCOP J2D081 80K ICFabDate 2014 126

+

c54 - NXP JCOP J3A040 ICFabDate 2010 071

+

c55 - NXP JCOP J3D081 v242r2 ICFabDate 2012 334

+

c56 - NXP JCOP NXP250A v242r3

+

c57 - Oberthur CosmoDual72K

+

c58 - Oberthur Cosmo V7 64K Dual 128K

+

c59 - Oberthur ID-ONE Cosmo 64 RSA v5.4 ICFabDate 2007 031

+

c60 - Softlock SLCOS InfineonSLE78

+

c61 - Unknown

+

c62 - Yubikey Neo (Warning not open JavaCard)

+

c63 - [undisclosed1]

+

c64 - [undisclosed2]

+

c65 - [undisclosed3]

+

c66 - [undisclosed4]

+

c67 - [undisclosed5]

+

c68 - [undisclosed6]

+
+
+
+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Basic infointroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
AlgTest applet version1.7.11.21.7.30.10.11.7.01.6.01.6.01.6.01.6.01.7.11.6.01.6.01.7.01.6.01.7.01.7.00.11.6.01.6.01.21.21.11.10.11.11.11.1errorerror1.7.01.11.7.11.6.01.6.00.11.6.01.7.11.7.41.11.21.11.7.01.7.01.6.01.6.01.6.01.7.01.7.01.21.7.31.11.7.01.7.01.7.11.6.01.31.11.21.7.01.6.0error1.11.21.21.21.21.6.0error
JavaCard support version-2.2.22.2.22.1.22.1.2------------2.2.1-2.2.12.2.12.2.22.2.12.2.12.1.22.1.22.1.22.1.22.2.12.1.22.2.22.1.2---2.2.02.2.2---2.2.12.2.1-3.0.?2.2.12.2.1-2.2.22.2.22.2.12.2.2-----3.0.22.2.0-2.2.1---?????????-2.2.22.2.1
javacard.framework.JCSystemintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
JCSystem.getVersion()[Major.Minor]≤2.13.02.22.2--2.23.02.23.03.03.03.03.03.02.23.03.02.22.22.22.22.2--------3.0-3.03.03.0-2.23.03.02. 2-2.22.23.02.22.22.22.22.22.22.22.22.23.02.23.03.0-2.22.23.42.23.02.23.02.22.23.03.0
JCSystem.isObjectDeletionSupported2.2.0yesyesyes--yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes--------yes-yesyesyes-noyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyes
JCSystem.MEMORY_TYPE_PERSISTENT2.2.120340B>32767B>32767B--10336B>32767B>32767B>32767B>32767B>32767B>32767B>32767B>32767B16406B>32767B>32767B>32767B>32767B>32767B>32767B>32767B-------->32767B->32767B>32767B6380B--1B23776B32140B5752B->32767B11168B>32767B23432B30224B29480B>32767B>32767B>32767B>32767B>32767B>32767B>32767B4064B>32767B>32767B->32767B>32767B>32767B>32767B>32767B>32767B>32767B>32767B>32767B>32767B>32767B
JCSystem.MEMORY_TYPE_TRANSIENT_RESET2.2.11154B4878B4157B--1818B3940B1337B1051B1071B1373B2795B2795B1765B1236B3107B2808B2040B2040B2728B5098B1799B--------2119B-2228B997B2471B--1B2573B1462B1087B-1975B1062B3277B1982B1983B1974B3480B3480B2208B3477B2336B2336B3279B2267B1875B3069B-1458B758B13347B1679B2915B1454B1903B1724B3480B12891B9390B
JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT2.2.13624B4878B32767B--767B1024B512B2795B512B512B512B512B384B9984B512B755B2335B819B819B5098B2023B--------1152B-1022B384B512B--1B512B1960B1087B-1975B512B512B512B512B512B512B512B2208B3477B2336B512B512B512B512B3069B-1458B511B2037B800B2915B1750B1903B1724B3480B32767B29440B
JCSystem.getMaxCommitCapacity()2.1---------------------------------------------------------------------
javacardx.apdu.ExtendedLengthintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
Extended APDU2.2.2---nono------------no----nononononono---no---no---nonono-------noyes------no-----------
javacardx.crypto.Cipherintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_DES_CBC_NOPAD≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_CBC_ISO9797_M1≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_CBC_ISO9797_M2≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_CBC_PKCS5≤2.1yesnononononoyesyesyesyesyesyesyesyesnonoyesyesyesyesnoyesnonononononononononoyesyesyesyesyesnonononononononononoyesyesyesyesyesyesnoyesnononononoyesnonoyesnonoyesyesyes
ALG_DES_ECB_NOPAD≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_ECB_ISO9797_M1≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_ECB_ISO9797_M2≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_ECB_PKCS5≤2.1yesnononononoyesyesyesyesyesyesyesyesnonoyesyesyesyesnoyesnonononononononononoyesyesyesyesnonononononononononononononononononononononononoyesnonoyesnononoyesyes
ALG_RSA_ISO14888≤2.1nonononononononononononononononoyesyesyesyesnononononononononononononononoyesnononononononononononononononononononononononononononoyesnonononoyes
ALG_RSA_PKCS1≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_RSA_ISO9796≤2.1nonononononononononononononononononononononononononononononoyesyesnononoyesnonononononononononononononononononononononononononononoyesyesnonono
ALG_RSA_NOPAD2.1.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_AES_BLOCK_128_CBC_NOPAD2.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyesnoyesyesyesnoyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
ALG_AES_BLOCK_128_ECB_NOPAD2.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyesnoyesyesyesnoyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
ALG_RSA_PKCS1_OAEP2.2.0nononononoyesnonononononononononoyesyesyesyesnoyesnonononononononononononononononoyesnonononononononononononononononononoyesyesyesyesnonoyesnononoyesno
ALG_KOREAN_SEED_ECB_NOPAD2.2.2yesyesyesnononoyesyesyesyesyesyesyesnonoyesyesnononononononononononononononononononoyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
ALG_KOREAN_SEED_CBC_NOPAD2.2.2yesyesyesnononoyesyesyesyesyesyesyesnonoyesyesnononononononononononononononononononoyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
ALG_AES_BLOCK_192_CBC_NOPAD3.0.1nonono--nononononononononononono-nononono------nonono-nonono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_BLOCK_192_ECB_NOPAD3.0.1nonono--nononononononononononono-nononono------nonono-nonono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_BLOCK_256_CBC_NOPAD3.0.1nonono--nononononononononononono-nononono------nonono-nonono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_BLOCK_256_ECB_NOPAD3.0.1nonono--nononononononononononono-nononono------nonono-nonono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_CBC_ISO9797_M13.0.1yesnono--noyesnoyesyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nonoyes---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_CBC_ISO9797_M23.0.1yesnono--noyesnoyesyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nonoyes---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_CBC_PKCS53.0.1yesnono--noyesnoyesyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nonono---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_ECB_ISO9797_M13.0.1yesnono--noyesnoyesyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nonoyes---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_ECB_ISO9797_M23.0.1yesnono--noyesnoyesyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nonoyes---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_ECB_PKCS53.0.1yesnono--noyesnoyesyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nonono---nonononononono-no-nonononono-nonoyesnonononononoyesyes
javacard.crypto.Signatureintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_DES_MAC4_NOPAD≤2.1yesnononoyesyesyesyesyesyesyesyesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnononononononononononononononononononononoyesyesyesyesnonoyesyesyesnoyesyes
ALG_DES_MAC8_NOPAD≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_MAC4_ISO9797_M1≤2.1yesnononoyesyesyesyesyesyesyesyesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesnoyesyesyesyesnononononononononononononononononononononoyesyesyesyesnonoyesyesyesnoyesyes
ALG_DES_MAC8_ISO9797_M1≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_MAC4_ISO9797_M2≤2.1yesnononoyesyesyesyesyesyesyesyesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesnoyesyesyesyesnonoyesnonononononononononononononononononoyesyesyesyesnonoyesyesyesnoyesyes
ALG_DES_MAC8_ISO9797_M2≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_MAC4_PKCS5≤2.1yesnononononoyesyesyesyesyesyesyesyesnonoyesyesyesyesnoyesnononononononononononoyesyesyesnonononononononononononononononononononononononoyesnonoyesnononoyesyes
ALG_DES_MAC8_PKCS5≤2.1yesnononononoyesyesyesyesyesyesyesyesnonoyesyesyesyesnoyesnonononononononononoyesyesyesyesnonononononononononononononononononononononononoyesnonoyesnononoyesyes
ALG_RSA_SHA_ISO9796≤2.1noyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesSystemException(NO_TRANSIENT_SPACE)noyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyes
ALG_RSA_SHA_PKCS1≤2.1noyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesSystemException(NO_TRANSIENT_SPACE)noyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_RSA_MD5_PKCS1≤2.1nononoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesnoyesyesyesyesnoyesnoyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyesyesyesyesyesyesyes
ALG_RSA_RIPEMD160_ISO9796≤2.1nonononononononononononononononoyesyesyesyesnononononononononononononononoyesnononononononononononononononononononononononononononoyesnoyesnonono
ALG_RSA_RIPEMD160_PKCS1≤2.1nonononononononononononononononoyesyesyesyesnononononononononononononononoyesnononononononononononononononononononononononononononoyesnoyesnonono
ALG_DSA_SHA≤2.1nonononononononononononononononoyesyesyesnononononononononononononononononononononononononononononononononononononononononoyesnonoyesnonononono
ALG_RSA_SHA_RFC2409≤2.1nonononononononononononononononoyesyesyesyesnononononononononononononononoyesnononononononononononononononononononononononononononoyesnononoyesyes
ALG_RSA_MD5_RFC2409≤2.1nonononononononononononononononoyesyesyesyesnononononononononononononononoyesnononononononononononononononononononononononononononoyesnononoyesyes
ALG_ECDSA_SHA2.2.0yesnoyesnonononoyesyesyesyesnononoyesyesyesnonononoyesnonononononononoyesnoyesyesnonoyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesnoyesyesyesyesyesyesno
ALG_AES_MAC_128_NOPAD2.2.0noyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyesnoyesyesyesnoyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
ALG_DES_MAC4_ISO9797_1_M2_ALG32.2.0yesnonononoyesyesyesyesyesyesyesyesyesnonoyesyesyesyesyesyesyesyesnonononoyessuspicious yesyesnonoyesyesyesnonoyesnonononononononononononononononononoyesyesyesyesnonoyesyesyesnoyesyes
ALG_DES_MAC8_ISO9797_1_M2_ALG32.2.0yesnoyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_RSA_SHA_PKCS1_PSS2.2.0nonoyesnonononononononononononoyesnononononoyesnonononononononononoyesnonononoyesSystemException(NO_TRANSIENT_SPACE)nonononoyesnononononononononoyesnoyesyesyesyesyesyesnoyesnonononoyesyes
ALG_RSA_MD5_PKCS1_PSS2.2.0nononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnononononononononoyesyes
ALG_RSA_RIPEMD160_PKCS1_PSS2.2.0nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononono
ALG_HMAC_SHA12.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnonononononoyesyes
ALG_HMAC_SHA_2562.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnonononononoyesyes
ALG_HMAC_SHA_3842.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnonononononoyesyes
ALG_HMAC_SHA_5122.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnonononononoyesyes
ALG_HMAC_MD52.2.2nononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesyes
ALG_HMAC_RIPEMD1602.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononono
ALG_RSA_SHA_ISO9796_MR2.2.2nonononononoyesyesyesyesyesyesyesyesnonononononononononononononononononoyesyesyesnononoSystemException(NO_TRANSIENT_SPACE)nonononononononononononononononononononononononononononoyesno
ALG_RSA_RIPEMD160_ISO9796_MR2.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononono
ALG_SEED_MAC_NOPAD2.2.2noyesyesnononoyesyesyesyesyesyesyesnonoyesyesnononononononononononononononononononoyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesyesnononononoyesyesnoyesyesnono
ALG_ECDSA_SHA_2563.0.1yesnosuspicious yes--nononoyesyesyesnonononoyesyes-nononosuspicious yes------nonosuspicious yes-yesyesno-noyesno---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnoyesnonoyesyes
ALG_ECDSA_SHA_3843.0.1yesnono--nononoyesyesyesnononononoyes-nononosuspicious yes------nonosuspicious yes-yesyesno-nonono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
ALG_AES_MAC_192_NOPAD3.0.1nonono--nononononononononononono-nononosuspicious yes------nonono-nonono-nonono---nonononononono-no-nonononono-nononononononononoyesno
ALG_AES_MAC_256_NOPAD3.0.1nonono--nononononononononononono-nononosuspicious yes------nonono-nonono-nonono---nonononononono-no-nonononono-nononononononononoyesno
ALG_ECDSA_SHA_2243.0.1yesnosuspicious yes--nonononoyesyesnonononoyesyes-nononono------nonosuspicious yes-yesyesno-noyesno---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnoyesnonoyesyes
ALG_ECDSA_SHA_5123.0.1yesnono--nononoyesyesyesnononononoyes-nononosuspicious yes------nonosuspicious yes-yesyesno-nonono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
ALG_RSA_SHA_224_PKCS13.0.1nonono--nononononoyesnononononoyes-nononono------nonono-yesyesno-nonoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_RSA_SHA_256_PKCS13.0.1nonosuspicious yes--nononononoyesnonononoyesyes-nononono------nonono-yesyesno-noyesSystemException(NO_TRANSIENT_SPACE)---noyesnonononono-no-noyesnoyesyes-nonoyesnonononononoyesyes
ALG_RSA_SHA_384_PKCS13.0.1nonono--nononononoyesnononononoyes-nononono------nonono-yesyesno-nonoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_RSA_SHA_512_PKCS13.0.1nonono--nononononoyesnononononoyes-nononono------nonono-yesyesno-nonoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_RSA_SHA_224_PKCS1_PSS3.0.1nonono--nonononononononononoyesno-nononono------nonono-nonono-noyesSystemException(NO_TRANSIENT_SPACE)---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnonononoyesyes
ALG_RSA_SHA_256_PKCS1_PSS3.0.1nonosuspicious yes--nonononononononononoyesno-nononono------nonono-yesnono-noyesSystemException(NO_TRANSIENT_SPACE)---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnonononoyesyes
ALG_RSA_SHA_384_PKCS1_PSS3.0.1nonono--nononononononononononono-nononono------nonono-nonono-nonoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_RSA_SHA_512_PKCS1_PSS3.0.1nonono--nononononononononononono-nononono------nonono-nonono-nonoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_DES_MAC4_ISO9797_1_M1_ALG33.0.4yesnono--nononononoyesnononononono-nononono------nonono-nonono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_DES_MAC8_ISO9797_1_M1_ALG33.0.4yesnono--nononononoyesnononononono-nononono------nonono-nonono-nonoyes---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_CMAC_1283.0.5--no--no--------------------------------yes-----------no------------------
javacard.security.MessageDigestintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_SHA≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_MD5≤2.1yesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnononoyesyesyesyesyesyesyesyes
ALG_RIPEMD160≤2.1nonononononononononononononononoyesyesyesyesnononononononononononononononoyesnononononononononononononononononononononononononononoyesnoyesnonono
ALG_SHA_2562.2.2yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyessuspicious yesyesnonoyesnonononononononoyesnoyesyesnonoyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesyesnoyesnoyesnoyesyesyesyesyesyesyes
ALG_SHA_3842.2.2yesnoyesnononoyesyesyesyesyesyesyesyesnonoyesnonononoyesnonononononononoyesnoyesyesnonononoSystemException(NO_TRANSIENT_SPACE)nononononononononononononononononononoyesnoyesnononoyesnonoyesyes
ALG_SHA_5122.2.2yesnoyesnononoyesyesyesyesyesyesyesyesnonoyesnonononoyesnonononononononoyesnoyesyesnonononoSystemException(NO_TRANSIENT_SPACE)nononononononononononononononononononoyesnoyesnononoyesnonoyesyes
ALG_SHA_2243.0.1yesnosuspicious yes--nonoyesnoyesyesnonoyesyesyesyes-nononono------nonosuspicious yes-yesyesno-noyesyes---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnoyesnonoyesyes
ALG_SHA3_2243.0.5--no--no--------------------------------no-----------no------------------
ALG_SHA3_2563.0.5--no--no--------------------------------no-----------no------------------
ALG_SHA3_3843.0.5--no--no--------------------------------no-----------no------------------
ALG_SHA3_5123.0.5--no--no--------------------------------no-----------no------------------
javacard.security.RandomDataintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_PSEUDO_RANDOM≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_SECURE_RANDOM≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_TRNG3.0.5--no--no--------------------------------no-----------no------------------
ALG_ALG_PRESEEDED_DRBG3.0.5--no--no--------------------------------no-----------no------------------
ALG_FAST3.0.5--no--no--------------------------------no-----------no------------------
ALG_KEYGENERATION3.0.5--no--no--------------------------------no-----------no------------------
javacard.security.KeyBuilderintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
TYPE_DES_TRANSIENT_RESET≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_DES_TRANSIENT_DESELECT≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_DES LENGTH_DES≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_DES LENGTH_DES3_2KEY≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_DES LENGTH_DES3_3KEY≤2.1yesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_AES_TRANSIENT_RESET2.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
TYPE_AES_TRANSIENT_DESELECT2.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
TYPE_AES LENGTH_AES_1282.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
TYPE_AES LENGTH_AES_1922.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesnoyesyesyes
TYPE_AES LENGTH_AES_2562.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesnoyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_512≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_7362.2.0yesyesyesnosuspicious yesyesnonononononononoyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesnonoyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_7682.2.0yesyesyessuspicious yessuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yessuspicious yessuspicious yessuspicious yesyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_8962.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_1024≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_12802.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_15362.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_19842.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_2048≤2.1yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_40963.0.1nonononononononononononononononononononononononononononononono-yesnononononono-nonononononononononononononononononononoyesnononononononono
TYPE_RSA_PRIVATE LENGTH_RSA_512≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_7362.2.0yesyesyesnosuspicious yesyesnonononononononoyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesnonoyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_7682.2.0yesyesyessuspicious yessuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yessuspicious yessuspicious yessuspicious yesyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_8962.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_1024≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_12802.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_15362.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_19842.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_2048≤2.1yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesnonononoyesyesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_40963.0.1nonononononononononononononononononononononononononononononono-yesnononononono-nonononononononononononononononononononononononononononono
TYPE_RSA_PRIVATE_TRANSIENT_RESET3.0.1yesnono--noyesnoyesyesyesyesyesyesnonono-nononono------nonosuspicious yes-yesyesyes-nonono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
TYPE_RSA_PRIVATE_TRANSIENT_DESELECT3.0.1yesnono--noyesnoyesyesyesyesyesyesnonono-nononono------nonosuspicious yes-yesyesyes-nonono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_7362.2.0yesyesyesnosuspicious yesyesnonononononononoyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesnonoyesnoyesyesnonononoyesnononononononononoyesnoyesyesyesyesnoyesyesyesyesyesyesnoyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_7682.2.0yesyesyessuspicious yessuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yessuspicious yessuspicious yessuspicious yesyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_8962.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_12802.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_15362.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_19842.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048≤2.1yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyes-yesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_40963.0.1nonononononononononononononononononononononononononononononono-yesnononononono-nonononononononononononononononononononoyesnononononononono
TYPE_RSA_CRT_PRIVATE_TRANSIENT_RESET3.0.1yesnono--noyesnoyesyesyesyesyesyesnonono-nononono------nonosuspicious yes-yesyesyes-nonono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
TYPE_RSA_CRT_PRIVATE_TRANSIENT_DESELECT3.0.1yesnono--noyesnoerror(0x6f00)error(0x6f00)yesyesyesyesnonono-nononono------nonosuspicious yes-yesyesyes-nonono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
TYPE_DSA_PRIVATE LENGTH_DSA_512≤2.1nonononononononononononononononoyesyesyesnononononononononononono-nonononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PRIVATE LENGTH_DSA_768≤2.1nonononononononononononononononoyesyesyesnononononononononononono-nonononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PRIVATE LENGTH_DSA_1024≤2.1nonononononononononononononononoyesyesyesnononononononononononono-nonononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PRIVATE_TRANSIENT_RESET3.0.1nonono--nononononononononononono-nononono------nonono-nonono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_DSA_PRIVATE_TRANSIENT_DESELECT3.0.1nonono--nononononononononononono-nononono------nonono-nonono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_DSA_PUBLIC LENGTH_DSA_512≤2.1nonononononononononononononononoyesyesyesnononononononononononono-nonononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PUBLIC LENGTH_DSA_768≤2.1nonononononononononononononononoyesyesyesnononononononononononono-nonononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PUBLIC LENGTH_DSA_1024≤2.1nonononononononononononononononoyesyesyesnononononononononononono-nonononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_1132.2.0nonononononononoyesyesyesnononononononononononononononononononono-yesnononononononoyesyesnonoyesyesyesnononononononononononononoyesnononononononono
TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_1312.2.0nonononononononoyesyesyesnononononononononononononononononononono-yesnononononononoyesyesnonoyesyesyesnononononononononononononoyesnononononononono
TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_1632.2.0nonononononononoyesyesyesnononononononononononononononononononono-yesnononononononoyesyesnonoyesyesyesnononononononononononononoyesnononononononono
TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_1932.2.0nonononononononoyesyesyesnononononononononononononononononononono-yesnononononononoyesyesnonoyesyesyesnononononononononononononoyesnononononononono
TYPE_EC_F2M_PRIVATE_TRANSIENT_RESET3.0.1nonono--nononoyesyesyesnononononono-nononono------nonono-yesnono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_EC_F2M_PRIVATE_TRANSIENT_DESELECT3.0.1nonono--nononoyesyesyesnononononono-nononono------nonono-yesnono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_1122.2.0yesnononononononoyesyesyesnononononoyesnononononononononononononono-yesnononononononononononononononononononononononononononoyesnonoyesnonononoyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_1282.2.0yesnononononononoyesyesyesnononoyesyesyesnononononononononononononono-yesnononoyesyesnononononoyesnononoyesyesyesyesyesyesyesyesyesyesnononoyesnoyesyesnonoyesnoyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_1602.2.0yesnoyesnononononoyesyesyesnononoyesyesyesnonononoyesnonononononononoyes-yesnononoyesyesnononononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesnoyesyesyesyesyesyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_1922.2.0yesnoyesnonononoyesyesyesyesnononoyesyesyesnonononoyesnonononononononoyes-yesyesnonoyesyesnononononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesyesyesnoyesyesyesyesyesyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_2243.0.1yesnosuspicious yes--nononoyesyesyesnonononoyesyes-nononosuspicious yes------nonosuspicious yes-yesnono-suspicious yesyesno---noyesnononosuspicious yessuspicious yes-suspicious yes-yesyesyesyesyes-yesnoyesnoyesyesyesyesyesyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_2563.0.1yesnosuspicious yes--nonoyesyesyesyesnononoyesyesyes-nononosuspicious yes------nonosuspicious yes-yesyesno-suspicious yesyesno---noyesnononosuspicious yessuspicious yes-suspicious yes-yesyesyesyesyes-yesnoyesnoyesyesyesyesyesyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_3843.0.1yesnosuspicious yes--nonoyesyesyesyesnononononono-nononosuspicious yes------nonosuspicious yes-yesyesno-nonono---nonononononono-no-nonononono-yesnoyesnononoyesnonoyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_5213.0.4nonosuspicious yes--nononoyesyesyesnononononono-nononosuspicious yes------nonono-yesnono-nonono---nonononononono-no-nonononono-yesnoyesnononononononoyes
TYPE_EC_FP_PRIVATE_TRANSIENT_RESET3.0.1nonono--nononoyesyesyesnononononono-nononono------nonono-yesnono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_EC_FP_PRIVATE_TRANSIENT_DESELECT3.0.1nonono--nonononoyesyesnononononono-nononono------nonono-yesnono-nonono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_KOREAN_SEED_TRANSIENT_RESET2.2.2yesyesyesnononoyesyesyesyesyesyesyesnonoyesyesnononononononononononononono-nonononoyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
TYPE_KOREAN_SEED_TRANSIENT_DESELECT2.2.2yesyesyesnononoyesyesyesyesyesyesyesnonoyesyesnononononononononononononono-nonononoyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_1282.2.2yesyesyesnononoyesyesyesyesyesyesyesnonoyesyesnononononononononononononono-nonononoyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
TYPE_HMAC_TRANSIENT_RESET2.2.2nonononononononononononononononononononononononononononononono-nonononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC_TRANSIENT_DESELECT2.2.2nonononononononononononononononononononononononononononononono-nonononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC LENGTH_HMAC_SHA_1_BLOCK_642.2.2nonononononononononononononononononononononononononononononono-nonononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC LENGTH_HMAC_SHA_256_BLOCK_642.2.2nonononononononononononononononononononononononononononononono-nonononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC LENGTH_HMAC_SHA_384_BLOCK_642.2.2nonononononononononononononononononononononononononononononono-nonononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC LENGTH_HMAC_SHA_512_BLOCK_642.2.2nonononononononononononononononononononononononononononononono-nonononononononononononononononononononononononononononoyesnonononononoyesyes
javacard.security.KeyPair ALG_RSA on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_RSA LENGTH_RSA_5122.1.1yesyesyes?yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyes-yesyesyesyesyesnoyesyesyesyesnoyesnononononoyesnononononononononoyesnoyesyesnononoyes-yesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_7362.2.0yesyesyesnosuspicious yesnononononononononoyesyesyesyesyesnoyesyesyesnono-nonoyesnoyesnoyesnonoyesnoyesnononononoyesnononononononononoyesnoyesyesnononoyesnoyesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_7682.1.1yesyesyes?yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyes-yesnoyesyesyesnoyesyesyesyesnoyesnononononoyesnononononononononoyesnoyesyesnononoyes-yesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_8962.2.0yesyesyesnosuspicious yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesno-nonoyessuspicious yesyesnoyesyesyesyesnoyesnononononoyesnononononononononoyesnoyesyesnononoyesnoyesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_10242.1.1yesyesyes?yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyes-yesyesyesyesyesnoyesyesyesyesnoyesnononononoyesnononononononononoyesnoyesyesnoyesyesyes-yesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_12802.2.0yesyesyesnosuspicious yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyessuspicious yes-nonoyessuspicious yesyesnoyesyesyesyesnoyesnononononoyesnononononononononoyesnoyesyesnoyesyesyes-yesnoyesnonoyesyes
ALG_RSA LENGTH_RSA_15362.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyessuspicious yes-nonoyessuspicious yesyesnoyesyesyesyesnoyesnononononoyesnononononononononoyesnoyesyesnoyesyesyes-yesnoyesnonoyesyes
ALG_RSA LENGTH_RSA_19842.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesno-nonoyessuspicious yesyesnoyesyesyesyesnoyesnononononoyesnononononononononoyesnoyesyesnononoyes-yesnoyesnonoyesyes
ALG_RSA LENGTH_RSA_20482.1.1yesyesyesnononoyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyes-yesnoyesyesyesnoyesyesyesyesnoyesnononononoyesnononononononononoyesnoyesyesnoyesyesyes-yesnoyesnonoyesyes
ALG_RSA LENGTH_RSA_40963.0.1nonononononononononononononononononononononononono-nonononononononononononono-nonononononononononononononononononononononononononononono
javacard.security.KeyPair ALG_RSA_CRT on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_RSA_CRT LENGTH_RSA_5122.1.1yesyesyes?yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesnoyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonoyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_7362.2.0yesyesyesnoerrornononononononononoyesyesyesyesyesyesyesyesyesnono-nonoyesnoyesnoyesnonoyesnoyesnononononoyesnononononononononoyesnoyesyesyesnonoyesnoyesyesyesyesnoyesyes
ALG_RSA_CRT LENGTH_RSA_7682.1.1yesyesyes?yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesnoyesyesyesnoyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonoyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_8962.2.0yesyesyesnoerrornoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesno-nonoyessuspicious yesyesnoyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonoyesnoyesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_10242.1.1yesyesyes?yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesnoyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_12802.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yes-nonoyessuspicious yesyesnoyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_15362.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yes-nonoyessuspicious yesyesnoyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyeserror(0x6300)yesyesyesyesyesyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_19842.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesno-nonoyessuspicious yesyesnoyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonoyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_20482.1.1yesyesyesnononoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesnoyesyesyesnoyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyeserror(ILLEGAL_VALUE)yes
ALG_RSA_CRT LENGTH_RSA_40963.0.1nonononononononononononononononononononononononono-nonononononononononononono-nonononononononononononononononononononononononononononono
javacard.security.KeyPair ALG_DSA on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_DSA LENGTH_DSA_5122.1.1nonononononononononononononononoyesyesyesnononononononononononononononononononononononononononononononononononononononononoyesnonoyesnonononono
ALG_DSA LENGTH_DSA_7682.1.1nonononononononononononononononoyesyesyesnononononononononononononononononononononononononononononononononononononononononoyesnonoyesnonononono
ALG_DSA LENGTH_DSA_10242.1.1nonononononononononononononononoyesyesyesnononononononononononononononononononononononononononononononononononononononononoyesnonoyesnonononono
javacard.security.KeyPair ALG_EC_F2M on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_EC_F2M LENGTH_EC_F2M_1132.2.1nonononononononoyesyesyesnononononononononononononononononononononoerror(ILLEGAL_VALUE)nononononononoyesyesnonoyesyesyesnononononononononononononononononononononono
ALG_EC_F2M LENGTH_EC_F2M_1312.2.1nonononononononoyesyesyesnononononononononononononononononononononoerror(ILLEGAL_VALUE)nononononononoyesyesnonoyesyesyesnononononononononononononononononononononono
ALG_EC_F2M LENGTH_EC_F2M_1632.2.1nonononononononononononononononononononononononononononononononononononononononoyesyesnonononononononononononononononononononononononononono
ALG_EC_F2M LENGTH_EC_F2M_1932.2.1nonononononononononononononononononononononononononononononononononononononononoyesyesnonononononononononononononononononononononononononono
javacard.security.KeyPair ALG_EC_FP on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_EC_FP LENGTH_EC_FP_1122.2.1yesnononononononoyesyesyesnononononoerror(0x6a81)nononononononononononononononoerror(ILLEGAL_VALUE)nononononononononononononononononononononononononononoerror(ILLEGAL_VALUE)nonoerror(ILLEGAL_VALUE)nonononoerror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_1282.2.1yesnononononononoyesyesyesnononoyesyesyesnononononononononononononononoyesnononoyesyesnononononoyesnononoyesyesyesyesyesyesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)nononoyesnoyeserror(ILLEGAL_VALUE)nonoyesnoerror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_1602.2.1yesnoyesnononononoyesyesyesnononoyesyesyesnonononoerror(ILLEGAL_VALUE)nonononononononoyesnoyesnononoyesyesnononononoyesnononoyesyesyesyesyesyesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)nononoyesnoyeserror(ILLEGAL_VALUE)yesyesyesyeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_1922.2.1yesnoyesnonononoyesyesyesyesnononoyesyesyesnonononoerror(ILLEGAL_VALUE)nonononononononoyesnoyeserror(ILLEGAL_VALUE)nonoyesyesnononononoyesnononoyesyesyesyesyesyesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)nononoyesnoyeserror(ILLEGAL_VALUE)yesyesyesyeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_2243.0.1yesnosuspicious yes--nononoyesyesyesnonononoyesyes-nononoerror(ILLEGAL_VALUE)------nonosuspicious yes-yesnono-error(ILLEGAL_VALUE)yesno---noyesnononosuspicious yessuspicious yes-suspicious yes-yesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)-nonoyesno-error(ILLEGAL_VALUE)yesyeserror(ILLEGAL_VALUE)yeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_2563.0.1yesnosuspicious yes--nonoyesyesyesyesnononoyesyesyes-nononoerror(ILLEGAL_VALUE)------nonosuspicious yes-yeserror(ILLEGAL_VALUE)no-error(ILLEGAL_VALUE)yesno---noyesnononosuspicious yessuspicious yes-suspicious yes-yesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)-nonoyesno-error(ILLEGAL_VALUE)yesyeserror(ILLEGAL_VALUE)yeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_3843.0.1yesnosuspicious yes--nonoyesyesyesyesnononononono-nononoerror(ILLEGAL_VALUE)------nonosuspicious yes-yeserror(ILLEGAL_VALUE)no-nonono---nonononononono-no-nonononono-nonoyesno-noyesnonoyeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_5213.0.4nonosuspicious yes--nononoyesyesyesnononononono-nononoerror(ILLEGAL_VALUE)------nonono-yesnono-nonono---nonononononono-no-nonononono-nonoyesno-nononononoerror(ILLEGAL_VALUE)
javacard.security.KeyAgreementintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF2.2.1yesyesyesnonononoyesyesyesyesnononoyesyesyesnononoyesyesnonononononoyessuspicious yesyesnoyesyesnonoyesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
ALG_EC_SVDP_DHC/ALG_EC_SVDP_DHC_KDF2.2.1-noyesnonono--------------nonononononononoyessuspicious yes-no------yesnonoyes-------yesyesyes----nonoyes--nononoyesyesyes-yes
ALG_EC_SVDP_DH_PLAIN3.0.1-nosuspicious yes--no--------------nono------suspicious yessuspicious yes--------yes-----------suspicious yes-----yes-no--noyesnoyesnono-yes
ALG_EC_SVDP_DHC_PLAIN3.0.1-nosuspicious yes--no--------------nono------suspicious yessuspicious yes--------yes-----------suspicious yes-----no-no--nononoyesnono-yes
ALG_EC_PACE_GM3.0.5--suspicious yes--no--------------------------------yes-----------suspicious yes------------------
ALG_EC_SVDP_DH_PLAIN_XY3.0.5--suspicious yes--no--------------------------------yes-----------suspicious yes------------------
ALG_DH_PLAIN3.0.5--suspicious yes--no--------------------------------yes-----------suspicious yes------------------
javacard.security.Checksumintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_ISO3309_CRC162.2.1yesnoyesnonoyesyesyesyesyesyesyesyesyesnoyesnonononoyesyes??nonononoyessuspicious yesyesnoyesnononoyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnononoyesyesyesnoyesyesyesyesyes
ALG_ISO3309_CRC322.2.1yesnoyesnonoyesyesyesyesyesyesyesyesyesnonoyesnonononono??nononononosuspicious yesyesnoyesnononoyesnoyesnononononononononononononononononononononoyesnononoyesyesnoyesyes
Variable RSA 1024 - support for variable public exponent. If supported, user-defined fast modular exponentiation can be executed on the smart card via cryptographic coprocessor. This is very specific feature and you will probably not need itintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
Allocate RSA 1024 objectsyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yes---yesyesyes-yesyesyes-yesyesyesno-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyes
Set random modulusyesyesyesno-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-no---yesyesyes-yesyesyes-yesyesyesno-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-noyesyesyesyesyesnonoyesyesyes
Set random public exponentyesyesyesno-nonononononononononoyesyesyesyesyesnonono-no---nonono-yesnono-yesyesnono-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-noyesyesnoyesyesnonoyesnoyes
Initialize cipher with public key with random exponentyesyesyesno-nonononononononononoyesyesyesyesyesnonono-no---nonono-yesnono-yesyesnono-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-noyesyesnoyesyesnonoyesnoyes
Use random public exponentnoyesyesno-nonononononononononoyesyesyesyesyesnonono-no---nonono-yesnono-yesyesnono-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-nonoyesnoyesyesnonoyesnono
+
+ + + + + + \ No newline at end of file diff --git a/Profiles/results/COSMO_FLY_v5.8_ICFabDate_2006_253_ALGSUPPORT__3b_8b_80_01_00_31_c0_64_08_44_03_04_00_90_00_44_(provided_by_Kevin_Osborn).csv b/Profiles/results/COSMO_FLY_v5.8_ICFabDate_2006_253_ALGSUPPORT__3b_8b_80_01_00_31_c0_64_08_44_03_04_00_90_00_44_(provided_by_Kevin_Osborn).csv new file mode 100644 index 00000000..99048a7f --- /dev/null +++ b/Profiles/results/COSMO_FLY_v5.8_ICFabDate_2006_253_ALGSUPPORT__3b_8b_80_01_00_31_c0_64_08_44_03_04_00_90_00_44_(provided_by_Kevin_Osborn).csv @@ -0,0 +1,288 @@ +INFO: This file was generated by AlgTest utility. See http://www.fi.muni.cz/~xsvenda/jcsupport.html for more results, source codes and other details.; +Tested and provided by; insert your name please.; +Execution date/time; 2018/04/23 17:45:16 +AlgTestJClient version; 1.7.4 +AlgTest applet version; 1.7.0 +Used reader; PC/SC terminal ACS ACR122U +Card ATR; 3b 8b 80 01 00 31 c0 64 08 44 03 04 00 90 00 44 +Card name; COSMO FLY v5.8 +Used protocol; T=1 + +JCSystem.getVersion()[Major.Minor];2.2; +JCSystem.isObjectDeletionSupported;yes; +JCSystem.MEMORY_TYPE_PERSISTENT;10336B; +JCSystem.MEMORY_TYPE_TRANSIENT_RESET;1818B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;767B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;767B; + +CPLC; 9f 7f 2a 48 30 77 32 82 31 53 43 00 03 62 53 01 49 58 00 04 94 11 42 80 82 11 43 80 82 11 44 80 82 03 00 00 00 00 00 00 00 00 00 00 00 +CPLC.ICFabricator;4830;unknown +CPLC.ICType;7732 +CPLC.OperatingSystemID;8231 +CPLC.OperatingSystemReleaseDate;5343 +CPLC.OperatingSystemReleaseLevel;0003 +CPLC.ICFabricationDate;6253;(Y DDD) date in that year +CPLC.ICSerialNumber;01495800 +CPLC.ICBatchIdentifier;0494 +CPLC.ICModuleFabricator;1142 +CPLC.ICModulePackagingDate;8082 +CPLC.ICCManufacturer;1143 +CPLC.ICEmbeddingDate;8082 +CPLC.ICPrePersonalizer;1144 +CPLC.ICPrePersonalizationEquipmentDate;8082 +CPLC.ICPrePersonalizationEquipmentID;03000000 +CPLC.ICPersonalizer;0000 +CPLC.ICPersonalizationDate;0000 +CPLC.ICPersonalizationEquipmentID;00000000 +CPLC.ICPersonalizationEquipmentID;00000000 + +javacardx.crypto.Cipher +ALG_DES_CBC_NOPAD;yes;0.034000 +ALG_DES_CBC_ISO9797_M1;yes;0.034000 +ALG_DES_CBC_ISO9797_M2;yes;0.034000 +ALG_DES_CBC_PKCS5;no; +ALG_DES_ECB_NOPAD;yes;0.034000 +ALG_DES_ECB_ISO9797_M1;yes;0.034000 +ALG_DES_ECB_ISO9797_M2;yes;0.034000 +ALG_DES_ECB_PKCS5;no; +ALG_RSA_ISO14888;no; +ALG_RSA_PKCS1;yes;0.034000 +ALG_RSA_ISO9796;no; +ALG_RSA_NOPAD;yes;0.034000 +ALG_AES_BLOCK_128_CBC_NOPAD;yes;0.035000 +ALG_AES_BLOCK_128_ECB_NOPAD;yes;0.034000 +ALG_RSA_PKCS1_OAEP;yes;0.035000 +ALG_KOREAN_SEED_ECB_NOPAD;no; +ALG_KOREAN_SEED_CBC_NOPAD;no; +ALG_AES_BLOCK_192_CBC_NOPAD;no; +ALG_AES_BLOCK_192_ECB_NOPAD;no; +ALG_AES_BLOCK_256_CBC_NOPAD;no; +ALG_AES_BLOCK_256_ECB_NOPAD;no; +ALG_AES_CBC_ISO9797_M1;no; +ALG_AES_CBC_ISO9797_M2;no; +ALG_AES_CBC_PKCS5;no; +ALG_AES_ECB_ISO9797_M1;no; +ALG_AES_ECB_ISO9797_M2;no; +ALG_AES_ECB_PKCS5;no; + +javacard.crypto.Signature +ALG_DES_MAC4_NOPAD;yes;0.035000 +ALG_DES_MAC8_NOPAD;yes;0.034000 +ALG_DES_MAC4_ISO9797_M1;yes;0.035000 +ALG_DES_MAC8_ISO9797_M1;yes;0.034000 +ALG_DES_MAC4_ISO9797_M2;yes;0.034000 +ALG_DES_MAC8_ISO9797_M2;yes;0.035000 +ALG_DES_MAC4_PKCS5;no; +ALG_DES_MAC8_PKCS5;no; +ALG_RSA_SHA_ISO9796;yes;0.034000 +ALG_RSA_SHA_PKCS1;yes;0.035000 +ALG_RSA_MD5_PKCS1;no; +ALG_RSA_RIPEMD160_ISO9796;no; +ALG_RSA_RIPEMD160_PKCS1;no; +ALG_DSA_SHA;no; +ALG_RSA_SHA_RFC2409;no; +ALG_RSA_MD5_RFC2409;no; +ALG_ECDSA_SHA;no; +ALG_AES_MAC_128_NOPAD;yes;0.034000 +ALG_DES_MAC4_ISO9797_1_M2_ALG3;yes;0.034000 +ALG_DES_MAC8_ISO9797_1_M2_ALG3;yes;0.034000 +ALG_RSA_SHA_PKCS1_PSS;no; +ALG_RSA_MD5_PKCS1_PSS;no; +ALG_RSA_RIPEMD160_PKCS1_PSS;no; +ALG_HMAC_SHA1;no; +ALG_HMAC_SHA_256;no; +ALG_HMAC_SHA_384;no; +ALG_HMAC_SHA_512;no; +ALG_HMAC_MD5;no; +ALG_HMAC_RIPEMD160;no; +ALG_RSA_SHA_ISO9796_MR;no; +ALG_RSA_RIPEMD160_ISO9796_MR;no; +ALG_SEED_MAC_NOPAD;no; +ALG_ECDSA_SHA_256;no; +ALG_ECDSA_SHA_384;no; +ALG_AES_MAC_192_NOPAD;no; +ALG_AES_MAC_256_NOPAD;no; +ALG_ECDSA_SHA_224;no; +ALG_ECDSA_SHA_512;no; +ALG_RSA_SHA_224_PKCS1;no; +ALG_RSA_SHA_256_PKCS1;no; +ALG_RSA_SHA_384_PKCS1;no; +ALG_RSA_SHA_512_PKCS1;no; +ALG_RSA_SHA_224_PKCS1_PSS;no; +ALG_RSA_SHA_256_PKCS1_PSS;no; +ALG_RSA_SHA_384_PKCS1_PSS;no; +ALG_RSA_SHA_512_PKCS1_PSS;no; +ALG_DES_MAC4_ISO9797_1_M1_ALG3;no; +ALG_DES_MAC8_ISO9797_1_M1_ALG3;no; +ALG_AES_CMAC_128;no; + +javacard.security.MessageDigest +ALG_SHA;yes;0.034000 +ALG_MD5;no; +ALG_RIPEMD160;no; +ALG_SHA_256;yes;0.034000 +ALG_SHA_384;no; +ALG_SHA_512;no; +ALG_SHA_224;no; +ALG_SHA3_224;no; +ALG_SHA3_256;no; +ALG_SHA3_384;no; +ALG_SHA3_512;no; + +javacard.security.RandomData +ALG_PSEUDO_RANDOM;yes;0.034000 +ALG_SECURE_RANDOM;yes;0.034000 +ALG_TRNG;no; +ALG_ALG_PRESEEDED_DRBG;no; +ALG_FAST;no; +ALG_KEYGENERATION;no; + +javacard.security.KeyBuilder +TYPE_DES_TRANSIENT_RESET;yes;0.094000 +TYPE_DES_TRANSIENT_DESELECT;yes;0.079000 +TYPE_DES LENGTH_DES;yes;0.051000 +TYPE_DES LENGTH_DES3_2KEY;yes;0.051000 +TYPE_DES LENGTH_DES3_3KEY;yes;0.055000 +TYPE_AES_TRANSIENT_RESET;yes;0.091000 +TYPE_AES_TRANSIENT_DESELECT;yes;0.078000 +TYPE_AES LENGTH_AES_128;yes;0.051000 +TYPE_AES LENGTH_AES_192;yes;0.054000 +TYPE_AES LENGTH_AES_256;yes;0.054000 +TYPE_RSA_PUBLIC LENGTH_RSA_512;yes;0.068000 +TYPE_RSA_PUBLIC LENGTH_RSA_736;yes;0.068000 +TYPE_RSA_PUBLIC LENGTH_RSA_768;yes;0.067000 +TYPE_RSA_PUBLIC LENGTH_RSA_896;yes;0.068000 +TYPE_RSA_PUBLIC LENGTH_RSA_1024;yes;0.068000 +TYPE_RSA_PUBLIC LENGTH_RSA_1280;yes;0.067000 +TYPE_RSA_PUBLIC LENGTH_RSA_1536;yes;0.068000 +TYPE_RSA_PUBLIC LENGTH_RSA_1984;yes;0.068000 +TYPE_RSA_PUBLIC LENGTH_RSA_2048;yes;0.068000 +TYPE_RSA_PUBLIC LENGTH_RSA_3072;no; +TYPE_RSA_PUBLIC LENGTH_RSA_4096;no; +TYPE_RSA_PRIVATE LENGTH_RSA_512;yes;0.071000 +TYPE_RSA_PRIVATE LENGTH_RSA_736;yes;0.071000 +TYPE_RSA_PRIVATE LENGTH_RSA_768;yes;0.071000 +TYPE_RSA_PRIVATE LENGTH_RSA_896;yes;0.071000 +TYPE_RSA_PRIVATE LENGTH_RSA_1024;yes;0.071000 +TYPE_RSA_PRIVATE LENGTH_RSA_1280;yes;0.071000 +TYPE_RSA_PRIVATE LENGTH_RSA_1536;yes;0.071000 +TYPE_RSA_PRIVATE LENGTH_RSA_1984;yes;0.072000 +TYPE_RSA_PRIVATE LENGTH_RSA_2048;yes;0.071000 +TYPE_RSA_PRIVATE LENGTH_RSA_3072;no; +TYPE_RSA_PRIVATE LENGTH_RSA_4096;no; +TYPE_RSA_PRIVATE_TRANSIENT_RESET;no; +TYPE_RSA_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512;yes;0.126000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736;yes;0.126000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768;yes;0.126000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896;yes;0.126000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024;yes;0.126000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280;yes;0.126000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536;yes;0.126000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984;yes;0.142000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048;yes;0.127000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072;no; +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096;no; +TYPE_RSA_CRT_PRIVATE_TRANSIENT_RESET;no; +TYPE_RSA_CRT_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_DSA_PRIVATE LENGTH_DSA_512;no; +TYPE_DSA_PRIVATE LENGTH_DSA_768;no; +TYPE_DSA_PRIVATE LENGTH_DSA_1024;no; +TYPE_DSA_PRIVATE_TRANSIENT_RESET;no; +TYPE_DSA_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_DSA_PUBLIC LENGTH_DSA_512;no; +TYPE_DSA_PUBLIC LENGTH_DSA_768;no; +TYPE_DSA_PUBLIC LENGTH_DSA_1024;no; +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113;no; +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131;no; +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163;no; +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193;no; +TYPE_EC_F2M_PRIVATE_TRANSIENT_RESET;no; +TYPE_EC_F2M_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_112;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_128;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_160;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_192;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_224;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_256;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_384;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_521;no; +TYPE_EC_FP_PRIVATE_TRANSIENT_RESET;no; +TYPE_EC_FP_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_KOREAN_SEED_TRANSIENT_RESET;no; +TYPE_KOREAN_SEED_TRANSIENT_DESELECT;no; +TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128;no; +TYPE_HMAC_TRANSIENT_RESET;no; +TYPE_HMAC_TRANSIENT_DESELECT;no; +TYPE_HMAC LENGTH_HMAC_SHA_1_BLOCK_64;no; +TYPE_HMAC LENGTH_HMAC_SHA_256_BLOCK_64;no; +TYPE_HMAC LENGTH_HMAC_SHA_384_BLOCK_64;no; +TYPE_HMAC LENGTH_HMAC_SHA_512_BLOCK_64;no; + +javacard.security.KeyAgreement +ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF;no; +ALG_EC_SVDP_DHC/ALG_EC_SVDP_DHC_KDF;no; +ALG_EC_SVDP_DH_PLAIN;no; +ALG_EC_SVDP_DHC_PLAIN;no; +ALG_EC_PACE_GM;no; +ALG_EC_SVDP_DH_PLAIN_XY;no; +ALG_DH_PLAIN;no; +javacard.security.Checksum +ALG_ISO3309_CRC16;yes;0.034000 +ALG_ISO3309_CRC32;yes;0.034000 + +javacard.security.KeyPair ALG_RSA on-card generation +ALG_RSA LENGTH_RSA_512;no; +ALG_RSA LENGTH_RSA_736;no; +ALG_RSA LENGTH_RSA_768;no; +ALG_RSA LENGTH_RSA_896;no; +ALG_RSA LENGTH_RSA_1024;no; +ALG_RSA LENGTH_RSA_1280;no; +ALG_RSA LENGTH_RSA_1536;no; +ALG_RSA LENGTH_RSA_1984;no; +ALG_RSA LENGTH_RSA_2048;no; +ALG_RSA LENGTH_RSA_3072;no; +ALG_RSA LENGTH_RSA_4096;no; + +javacard.security.KeyPair ALG_RSA_CRT on-card generation +ALG_RSA_CRT LENGTH_RSA_512;no; +ALG_RSA_CRT LENGTH_RSA_736;no; +ALG_RSA_CRT LENGTH_RSA_768;no; +ALG_RSA_CRT LENGTH_RSA_896;no; +ALG_RSA_CRT LENGTH_RSA_1024;no; +ALG_RSA_CRT LENGTH_RSA_1280;no; +ALG_RSA_CRT LENGTH_RSA_1536;no; +ALG_RSA_CRT LENGTH_RSA_1984;no; +ALG_RSA_CRT LENGTH_RSA_2048;no; +ALG_RSA_CRT LENGTH_RSA_3072;no; +ALG_RSA_CRT LENGTH_RSA_4096;no; + +javacard.security.KeyPair ALG_DSA on-card generation +ALG_DSA LENGTH_DSA_512;no; +ALG_DSA LENGTH_DSA_768;no; +ALG_DSA LENGTH_DSA_1024;no; + +javacard.security.KeyPair ALG_EC_F2M on-card generation +ALG_EC_F2M LENGTH_EC_F2M_113;no; +ALG_EC_F2M LENGTH_EC_F2M_131;no; +ALG_EC_F2M LENGTH_EC_F2M_163;no; +ALG_EC_F2M LENGTH_EC_F2M_193;no; + +javacard.security.KeyPair ALG_EC_FP on-card generation +ALG_EC_FP LENGTH_EC_FP_112;no; +ALG_EC_FP LENGTH_EC_FP_128;no; +ALG_EC_FP LENGTH_EC_FP_160;no; +ALG_EC_FP LENGTH_EC_FP_192;no; +ALG_EC_FP LENGTH_EC_FP_224;no; +ALG_EC_FP LENGTH_EC_FP_256;no; +ALG_EC_FP LENGTH_EC_FP_384;no; +ALG_EC_FP LENGTH_EC_FP_521;no; + +Support for variable public exponent for RSA 1024. If supported, user-defined fast modular exponentiation can be executed on the smart card via cryptographic coprocessor. This is very specific feature and you will probably not need it; +Allocate RSA 1024 objects;yes;0.084000 sec; +Set random modulus;yes;0.044000 sec; +Set random public exponent;no; +Initialize cipher with public key with random exponent;no; +Use random public exponent;no; + +Total test time:; 22 seconds. \ No newline at end of file diff --git a/Profiles/results/NXP_J3H081_EMV_ICFabDate_2016_355_ALGSUPPORT__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80_(provided_by_Adam_Zhang_and_Richard_Mitev).csv b/Profiles/results/NXP_J3H081_EMV_ICFabDate_2016_355_ALGSUPPORT__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80_(provided_by_Adam_Zhang_and_Richard_Mitev).csv new file mode 100644 index 00000000..e3170136 --- /dev/null +++ b/Profiles/results/NXP_J3H081_EMV_ICFabDate_2016_355_ALGSUPPORT__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80_(provided_by_Adam_Zhang_and_Richard_Mitev).csv @@ -0,0 +1,290 @@ +INFO: This file was generated by AlgTest utility. See http://www.fi.muni.cz/~xsvenda/jcsupport.html for more results, source codes and other details.; +Tested and provided by; insert your name please.;, +Execution date/time; 2018/06/20 12:00:23, +AlgTestJClient version; 1.7.4, +AlgTest applet version; 1.7.4, +Used reader; PC/SC terminal Gemplus USB SmartCard Reader 0, +Card ATR; 3b f8 18 00 00 81 31 fe 45 00 73 c8 40 00 00 90 00 80, +Card name; J3H081 EMV, +Card provider; +Used protocol; T=1, +, +JCSystem.getVersion()[Major.Minor];3.0;, +JCSystem.isObjectDeletionSupported;yes;, +JCSystem.MEMORY_TYPE_PERSISTENT;32140B;, +JCSystem.MEMORY_TYPE_TRANSIENT_RESET;1462B;, +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1960B;, +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1960B;, +, +CPLC; 9f 7f 2a 47 90 6b 64 47 00 e4 d8 03 00 63 55 02 22 23 98 58 13 00 00 00 00 00 00 00 00 02 26 5b 32 32 32 32 33 00 00 00 00 00 00 00 00, +CPLC.ICFabricator;4790;NXP, +CPLC.ICType;6b64, +CPLC.OperatingSystemID;4700, +CPLC.OperatingSystemReleaseDate;e4d8, +CPLC.OperatingSystemReleaseLevel;0300, +CPLC.ICFabricationDate;6355;(Y DDD) date in that year, +CPLC.ICSerialNumber;02222398, +CPLC.ICBatchIdentifier;5813, +CPLC.ICModuleFabricator;0000, +CPLC.ICModulePackagingDate;0000, +CPLC.ICCManufacturer;0000, +CPLC.ICEmbeddingDate;0000, +CPLC.ICPrePersonalizer;0226, +CPLC.ICPrePersonalizationEquipmentDate;5b32, +CPLC.ICPrePersonalizationEquipmentID;32323233, +CPLC.ICPersonalizer;0000, +CPLC.ICPersonalizationDate;0000, +CPLC.ICPersonalizationEquipmentID;00000000, +CPLC.ICPersonalizationEquipmentID;00000000, +, +javacardx.crypto.Cipher, +ALG_DES_CBC_NOPAD;yes;0.184000, +ALG_DES_CBC_ISO9797_M1;yes;0.184000, +ALG_DES_CBC_ISO9797_M2;yes;0.186000, +ALG_DES_CBC_PKCS5;no;, +ALG_DES_ECB_NOPAD;yes;0.178000, +ALG_DES_ECB_ISO9797_M1;yes;0.174000, +ALG_DES_ECB_ISO9797_M2;yes;0.175000, +ALG_DES_ECB_PKCS5;no;, +ALG_RSA_ISO14888;no;, +ALG_RSA_PKCS1;yes;0.110000, +ALG_RSA_ISO9796;no;, +ALG_RSA_NOPAD;yes;0.110000, +ALG_AES_BLOCK_128_CBC_NOPAD;yes;0.189000, +ALG_AES_BLOCK_128_ECB_NOPAD;yes;0.176000, +ALG_RSA_PKCS1_OAEP;yes;0.109000, +ALG_KOREAN_SEED_ECB_NOPAD;yes;0.175000, +ALG_KOREAN_SEED_CBC_NOPAD;yes;0.185000, +ALG_AES_BLOCK_192_CBC_NOPAD;no;, +ALG_AES_BLOCK_192_ECB_NOPAD;no;, +ALG_AES_BLOCK_256_CBC_NOPAD;no;, +ALG_AES_BLOCK_256_ECB_NOPAD;no;, +ALG_AES_CBC_ISO9797_M1;yes;0.184000, +ALG_AES_CBC_ISO9797_M2;yes;0.185000, +ALG_AES_CBC_PKCS5;no;, +ALG_AES_ECB_ISO9797_M1;yes;0.175000, +ALG_AES_ECB_ISO9797_M2;yes;0.176000, +ALG_AES_ECB_PKCS5;no;, +, +javacard.crypto.Signature, +ALG_DES_MAC4_NOPAD;no;, +ALG_DES_MAC8_NOPAD;yes;0.185000, +ALG_DES_MAC4_ISO9797_M1;no;, +ALG_DES_MAC8_ISO9797_M1;yes;0.183000, +ALG_DES_MAC4_ISO9797_M2;yes;0.186000, +ALG_DES_MAC8_ISO9797_M2;yes;0.187000, +ALG_DES_MAC4_PKCS5;no;, +ALG_DES_MAC8_PKCS5;no;, +ALG_RSA_SHA_ISO9796;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_SHA_PKCS1;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_MD5_PKCS1;no;, +ALG_RSA_RIPEMD160_ISO9796;no;, +ALG_RSA_RIPEMD160_PKCS1;no;, +ALG_DSA_SHA;no;, +ALG_RSA_SHA_RFC2409;no;, +ALG_RSA_MD5_RFC2409;no;, +ALG_ECDSA_SHA;no;, +ALG_AES_MAC_128_NOPAD;yes;0.187000, +ALG_DES_MAC4_ISO9797_1_M2_ALG3;yes;0.185000, +ALG_DES_MAC8_ISO9797_1_M2_ALG3;yes;0.188000, +ALG_RSA_SHA_PKCS1_PSS;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_MD5_PKCS1_PSS;no;, +ALG_RSA_RIPEMD160_PKCS1_PSS;no;, +ALG_HMAC_SHA1;no;, +ALG_HMAC_SHA_256;no;, +ALG_HMAC_SHA_384;no;, +ALG_HMAC_SHA_512;no;, +ALG_HMAC_MD5;no;, +ALG_HMAC_RIPEMD160;no;, +ALG_RSA_SHA_ISO9796_MR;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_RIPEMD160_ISO9796_MR;no;, +ALG_SEED_MAC_NOPAD;yes;0.185000, +ALG_ECDSA_SHA_256;no;, +ALG_ECDSA_SHA_384;no;, +ALG_AES_MAC_192_NOPAD;no;, +ALG_AES_MAC_256_NOPAD;no;, +ALG_ECDSA_SHA_224;no;, +ALG_ECDSA_SHA_512;no;, +ALG_RSA_SHA_224_PKCS1;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_SHA_256_PKCS1;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_SHA_384_PKCS1;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_SHA_512_PKCS1;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_SHA_224_PKCS1_PSS;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_SHA_256_PKCS1_PSS;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_SHA_384_PKCS1_PSS;SystemException(NO_TRANSIENT_SPACE);, +ALG_RSA_SHA_512_PKCS1_PSS;SystemException(NO_TRANSIENT_SPACE);, +ALG_DES_MAC4_ISO9797_1_M1_ALG3;no;, +ALG_DES_MAC8_ISO9797_1_M1_ALG3;yes;0.188000, +ALG_AES_CMAC_128;yes;0.185000, +, +javacard.security.MessageDigest, +ALG_SHA;yes;0.187000, +ALG_MD5;yes;0.185000, +ALG_RIPEMD160;no;, +ALG_SHA_256;yes;0.194000, +ALG_SHA_384;SystemException(NO_TRANSIENT_SPACE);, +ALG_SHA_512;SystemException(NO_TRANSIENT_SPACE);, +ALG_SHA_224;yes;0.195000, +ALG_SHA3_224;no;, +ALG_SHA3_256;no;, +ALG_SHA3_384;no;, +ALG_SHA3_512;no;, +, +javacard.security.RandomData, +ALG_PSEUDO_RANDOM;yes;0.022000, +ALG_SECURE_RANDOM;yes;0.014000, +ALG_TRNG;no;, +ALG_ALG_PRESEEDED_DRBG;no;, +ALG_FAST;no;, +ALG_KEYGENERATION;no;, +, +javacard.security.KeyBuilder, +TYPE_DES_TRANSIENT_RESET;yes;0.085000, +TYPE_DES_TRANSIENT_DESELECT;yes;0.094000, +TYPE_DES LENGTH_DES;yes;0.081000, +TYPE_DES LENGTH_DES3_2KEY;yes;0.083000, +TYPE_DES LENGTH_DES3_3KEY;yes;0.082000, +TYPE_AES_TRANSIENT_RESET;yes;0.087000, +TYPE_AES_TRANSIENT_DESELECT;yes;0.093000, +TYPE_AES LENGTH_AES_128;yes;0.081000, +TYPE_AES LENGTH_AES_192;yes;0.083000, +TYPE_AES LENGTH_AES_256;yes;0.083000, +TYPE_RSA_PUBLIC LENGTH_RSA_512;yes;0.081000, +TYPE_RSA_PUBLIC LENGTH_RSA_736;yes;0.081000, +TYPE_RSA_PUBLIC LENGTH_RSA_768;yes;0.080000, +TYPE_RSA_PUBLIC LENGTH_RSA_896;yes;0.084000, +TYPE_RSA_PUBLIC LENGTH_RSA_1024;yes;0.081000, +TYPE_RSA_PUBLIC LENGTH_RSA_1280;yes;0.082000, +TYPE_RSA_PUBLIC LENGTH_RSA_1536;yes;0.081000, +TYPE_RSA_PUBLIC LENGTH_RSA_1984;yes;0.086000, +TYPE_RSA_PUBLIC LENGTH_RSA_2048;yes;0.084000, +TYPE_RSA_PUBLIC LENGTH_RSA_3072;no;, +TYPE_RSA_PUBLIC LENGTH_RSA_4096;no;, +TYPE_RSA_PRIVATE LENGTH_RSA_512;yes;0.084000, +TYPE_RSA_PRIVATE LENGTH_RSA_736;yes;0.081000, +TYPE_RSA_PRIVATE LENGTH_RSA_768;yes;0.082000, +TYPE_RSA_PRIVATE LENGTH_RSA_896;yes;0.084000, +TYPE_RSA_PRIVATE LENGTH_RSA_1024;yes;0.081000, +TYPE_RSA_PRIVATE LENGTH_RSA_1280;yes;0.080000, +TYPE_RSA_PRIVATE LENGTH_RSA_1536;yes;0.082000, +TYPE_RSA_PRIVATE LENGTH_RSA_1984;yes;0.081000, +TYPE_RSA_PRIVATE LENGTH_RSA_2048;yes;0.082000, +TYPE_RSA_PRIVATE LENGTH_RSA_3072;no;, +TYPE_RSA_PRIVATE LENGTH_RSA_4096;no;, +TYPE_RSA_PRIVATE_TRANSIENT_RESET;no;, +TYPE_RSA_PRIVATE_TRANSIENT_DESELECT;no;, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512;yes;0.081000, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736;yes;0.079000, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768;yes;0.081000, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896;yes;0.080000, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024;yes;0.080000, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280;yes;0.083000, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536;yes;0.083000, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984;yes;0.082000, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048;yes;0.081000, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072;no;, +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096;no;, +TYPE_RSA_CRT_PRIVATE_TRANSIENT_RESET;no;, +TYPE_RSA_CRT_PRIVATE_TRANSIENT_DESELECT;no;, +TYPE_DSA_PRIVATE LENGTH_DSA_512;no;, +TYPE_DSA_PRIVATE LENGTH_DSA_768;no;, +TYPE_DSA_PRIVATE LENGTH_DSA_1024;no;, +TYPE_DSA_PRIVATE_TRANSIENT_RESET;no;, +TYPE_DSA_PRIVATE_TRANSIENT_DESELECT;no;, +TYPE_DSA_PUBLIC LENGTH_DSA_512;no;, +TYPE_DSA_PUBLIC LENGTH_DSA_768;no;, +TYPE_DSA_PUBLIC LENGTH_DSA_1024;no;, +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113;no;, +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131;no;, +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163;no;, +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193;no;, +TYPE_EC_F2M_PRIVATE_TRANSIENT_RESET;no;, +TYPE_EC_F2M_PRIVATE_TRANSIENT_DESELECT;no;, +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_112;no;, +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_128;no;, +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_160;no;, +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_192;no;, +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_224;no;, +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_256;no;, +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_384;no;, +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_521;no;, +TYPE_EC_FP_PRIVATE_TRANSIENT_RESET;no;, +TYPE_EC_FP_PRIVATE_TRANSIENT_DESELECT;no;, +TYPE_KOREAN_SEED_TRANSIENT_RESET;yes;0.088000, +TYPE_KOREAN_SEED_TRANSIENT_DESELECT;yes;0.091000, +TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128;yes;0.080000, +TYPE_HMAC_TRANSIENT_RESET;no;, +TYPE_HMAC_TRANSIENT_DESELECT;no;, +TYPE_HMAC LENGTH_HMAC_SHA_1_BLOCK_64;no;, +TYPE_HMAC LENGTH_HMAC_SHA_256_BLOCK_64;no;, +TYPE_HMAC LENGTH_HMAC_SHA_384_BLOCK_64;no;, +TYPE_HMAC LENGTH_HMAC_SHA_512_BLOCK_64;no;, +, +javacard.security.KeyAgreement, +ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF;yes;0.012000, +ALG_EC_SVDP_DHC/ALG_EC_SVDP_DHC_KDF;yes;0.011000, +ALG_EC_SVDP_DH_PLAIN;yes;0.011000, +ALG_EC_SVDP_DHC_PLAIN;yes;0.011000, +ALG_EC_PACE_GM;yes;0.012000, +ALG_EC_SVDP_DH_PLAIN_XY;yes;0.012000, +ALG_DH_PLAIN;yes;0.012000, +, +javacard.security.Checksum, +ALG_ISO3309_CRC16;yes;0.094000, +ALG_ISO3309_CRC32;yes;0.084000, +, +javacard.security.KeyPair ALG_RSA on-card generation, +ALG_RSA LENGTH_RSA_512;no;, +ALG_RSA LENGTH_RSA_736;no;, +ALG_RSA LENGTH_RSA_768;no;, +ALG_RSA LENGTH_RSA_896;no;, +ALG_RSA LENGTH_RSA_1024;no;, +ALG_RSA LENGTH_RSA_1280;no;, +ALG_RSA LENGTH_RSA_1536;no;, +ALG_RSA LENGTH_RSA_1984;no;, +ALG_RSA LENGTH_RSA_2048;no;, +ALG_RSA LENGTH_RSA_3072;no;, +ALG_RSA LENGTH_RSA_4096;no;, +, +javacard.security.KeyPair ALG_RSA_CRT on-card generation, +ALG_RSA_CRT LENGTH_RSA_512;no;, +ALG_RSA_CRT LENGTH_RSA_736;no;, +ALG_RSA_CRT LENGTH_RSA_768;no;, +ALG_RSA_CRT LENGTH_RSA_896;no;, +ALG_RSA_CRT LENGTH_RSA_1024;no;, +ALG_RSA_CRT LENGTH_RSA_1280;no;, +ALG_RSA_CRT LENGTH_RSA_1536;no;, +ALG_RSA_CRT LENGTH_RSA_1984;no;, +ALG_RSA_CRT LENGTH_RSA_2048;no;, +ALG_RSA_CRT LENGTH_RSA_3072;no;, +ALG_RSA_CRT LENGTH_RSA_4096;no;, +, +javacard.security.KeyPair ALG_DSA on-card generation, +ALG_DSA LENGTH_DSA_512;no;, +ALG_DSA LENGTH_DSA_768;no;, +ALG_DSA LENGTH_DSA_1024;no;, +, +javacard.security.KeyPair ALG_EC_F2M on-card generation, +ALG_EC_F2M LENGTH_EC_F2M_113;no;, +ALG_EC_F2M LENGTH_EC_F2M_131;no;, +ALG_EC_F2M LENGTH_EC_F2M_163;no;, +ALG_EC_F2M LENGTH_EC_F2M_193;no;, +, +javacard.security.KeyPair ALG_EC_FP on-card generation, +ALG_EC_FP LENGTH_EC_FP_112;no;, +ALG_EC_FP LENGTH_EC_FP_128;no;, +ALG_EC_FP LENGTH_EC_FP_160;no;, +ALG_EC_FP LENGTH_EC_FP_192;no;, +ALG_EC_FP LENGTH_EC_FP_224;no;, +ALG_EC_FP LENGTH_EC_FP_256;no;, +ALG_EC_FP LENGTH_EC_FP_384;no;, +ALG_EC_FP LENGTH_EC_FP_521;no;, +, +Support for variable public exponent for RSA 1024. If supported, user-defined fast modular exponentiation can be executed on the smart card via cryptographic coprocessor. This is very specific feature and you will probably not need it; +Allocate RSA 1024 objects;yes;0.177000 sec;, +Set random modulus;yes;0.044000 sec;, +Set random public exponent;no;, +Initialize cipher with public key with random exponent;no;, +Use random public exponent;no;, +, +Total test time:; 50 seconds., From 822f3e56927972350283d00602ba07407c7598f5 Mon Sep 17 00:00:00 2001 From: petrs Date: Thu, 19 Jul 2018 15:39:06 +0200 Subject: [PATCH 5/8] added generation of supported packages into support table --- AlgTest_JClient/dist/AlgTestJClient.jar | Bin 390393 -> 398742 bytes .../src/algtestjclient/SingleModeTest.java | 91 +++++++++++++++++- AlgTest_Process/dist/AlgTestProcess.jar | Bin 116576 -> 117924 bytes AlgTest_Process/dist/lib/AlgTestJClient.jar | Bin 384610 -> 398742 bytes .../src/algtestprocess/SupportTable.java | 89 ++++++++++++++++- 5 files changed, 174 insertions(+), 6 deletions(-) diff --git a/AlgTest_JClient/dist/AlgTestJClient.jar b/AlgTest_JClient/dist/AlgTestJClient.jar index 93125bae9dd2c03806e33d86aa31a8b41a768f00..b459a8225ab9d7051d3b8c9f9a7910f0ca4059c0 100644 GIT binary patch delta 44030 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�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 W*KF=}6vBTr)?epokZ)9vVgC&xi6OE8 delta 36140 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 PACKAGE_AID_NAMES_STR; + static { + PACKAGE_AID_NAMES_STR = new HashMap<>(); + PACKAGE_AID_NAMES_STR.put("000107A0000000620001", "java.lang v1.0"); + PACKAGE_AID_NAMES_STR.put("000107A0000000620002", "java.io v1.0"); + PACKAGE_AID_NAMES_STR.put("000107A0000000620003", "java.rmi v1.0"); + // javacard.framework + PACKAGE_AID_NAMES_STR.put("000107A0000000620101", "javacard.framework v1.0"); + PACKAGE_AID_NAMES_STR.put("010107A0000000620101", "javacard.framework v1.1"); + PACKAGE_AID_NAMES_STR.put("020107A0000000620101", "javacard.framework v1.2"); + PACKAGE_AID_NAMES_STR.put("030107A0000000620101", "javacard.framework v1.3"); + PACKAGE_AID_NAMES_STR.put("040107A0000000620101", "javacard.framework v1.4"); + PACKAGE_AID_NAMES_STR.put("050107A0000000620101", "javacard.framework v1.5"); + PACKAGE_AID_NAMES_STR.put("060107A0000000620101", "javacard.framework v1.6"); + // javacard.framework.service + PACKAGE_AID_NAMES_STR.put("000108A000000062010101", "javacard.framework.service v1.0"); + // javacard.security + PACKAGE_AID_NAMES_STR.put("000107A0000000620102", "javacard.security v1.0"); + PACKAGE_AID_NAMES_STR.put("010107A0000000620102", "javacard.security v1.1"); + PACKAGE_AID_NAMES_STR.put("020107A0000000620102", "javacard.security v1.2"); + PACKAGE_AID_NAMES_STR.put("030107A0000000620102", "javacard.security v1.3"); + PACKAGE_AID_NAMES_STR.put("040107A0000000620102", "javacard.security v1.4"); + PACKAGE_AID_NAMES_STR.put("050107A0000000620102", "javacard.security v1.5"); + PACKAGE_AID_NAMES_STR.put("060107A0000000620102", "javacard.security v1.6"); + // javacardx.crypto + PACKAGE_AID_NAMES_STR.put("000107A0000000620201", "javacardx.crypto v1.0"); + PACKAGE_AID_NAMES_STR.put("010107A0000000620201", "javacardx.crypto v1.1"); + PACKAGE_AID_NAMES_STR.put("020107A0000000620201", "javacardx.crypto v1.2"); + PACKAGE_AID_NAMES_STR.put("030107A0000000620201", "javacardx.crypto v1.3"); + PACKAGE_AID_NAMES_STR.put("040107A0000000620201", "javacardx.crypto v1.4"); + PACKAGE_AID_NAMES_STR.put("050107A0000000620201", "javacardx.crypto v1.5"); + PACKAGE_AID_NAMES_STR.put("060107A0000000620201", "javacardx.crypto v1.6"); + // javacardx.biometry (starting directly from version 1.2 - previous versions all from 2.2.2) + PACKAGE_AID_NAMES_STR.put("000107A0000000620202", "javacardx.biometry v1.0"); + PACKAGE_AID_NAMES_STR.put("010107A0000000620202", "javacardx.biometry v1.1"); + PACKAGE_AID_NAMES_STR.put("020107A0000000620202", "javacardx.biometry v1.2"); + PACKAGE_AID_NAMES_STR.put("030107A0000000620202", "javacardx.biometry v1.3"); + + PACKAGE_AID_NAMES_STR.put("000107A0000000620203", "javacardx.external v1.0"); + PACKAGE_AID_NAMES_STR.put("000107A0000000620204", "javacardx.biometry1toN v1.0"); + PACKAGE_AID_NAMES_STR.put("000107A0000000620205", "javacardx.security v1.0"); + // javacardx.framework.util + PACKAGE_AID_NAMES_STR.put("000108A000000062020801", "javacardx.framework.util v1.0"); + PACKAGE_AID_NAMES_STR.put("010108A000000062020801", "javacardx.framework.util v1.1"); + PACKAGE_AID_NAMES_STR.put("000109A00000006202080101", "javacardx.framework.util.intx v1.0"); + PACKAGE_AID_NAMES_STR.put("000108A000000062020802", "javacardx.framework.math v1.0"); + PACKAGE_AID_NAMES_STR.put("000108A000000062020803", "javacardx.framework.tlv v1.0"); + PACKAGE_AID_NAMES_STR.put("000108A000000062020804", "javacardx.framework.string v1.0"); + PACKAGE_AID_NAMES_STR.put("000107A0000000620209", "javacardx.apdu v1.0"); + PACKAGE_AID_NAMES_STR.put("000108A000000062020901", "javacardx.apdu.util v1.0"); + } + public static final String EXTENDEDAPDU_STR[] = {"javacardx.apdu.ExtendedLength", "Extended APDU#2.2.2"}; public static final String BASIC_INFO[] = {"Basic info", "JavaCard support version"}; @@ -246,7 +334,7 @@ public class SingleModeTest { public static final String[] ALL_CLASSES_STR[] = { BASIC_INFO, JCSYSTEM_STR, EXTENDEDAPDU_STR, CIPHER_STR, SIGNATURE_STR, MESSAGEDIGEST_STR, RANDOMDATA_STR, KEYBUILDER_STR, KEYPAIR_RSA_STR, KEYPAIR_RSACRT_STR, KEYPAIR_DSA_STR, KEYPAIR_EC_F2M_STR, - KEYPAIR_EC_FP_STR, KEYAGREEMENT_STR, CHECKSUM_STR, RAWRSA_1024_STR + KEYPAIR_EC_FP_STR, KEYAGREEMENT_STR, CHECKSUM_STR, RAWRSA_1024_STR, PACKAGE_AID_STR }; @@ -407,6 +495,7 @@ public class SingleModeTest { public final static byte[] RESET_APDU = {(byte) 0xb0, (byte) 0xe2, (byte) 0x00, (byte) 0x00, (byte) 0x00}; static DirtyLogger m_SystemOutLogger = null; + private Object ImmutableMap; public SingleModeTest(DirtyLogger logger) { m_SystemOutLogger = logger; cardManager = new CardMngr(m_SystemOutLogger); diff --git a/AlgTest_Process/dist/AlgTestProcess.jar b/AlgTest_Process/dist/AlgTestProcess.jar index a05e799d365cf8c9baa00de92016480129af844e..dc8681ef3bfceb71e9a92cf9a8b356d0bf19cc55 100644 GIT binary patch delta 9746 zcmai42|$%q7Cz_PpZ8xLKM3#f(C3PpsUT9Qq?jhI;hva@R)mO(;s&^s*0Unha@;Uq znyG0;+hl41W|>*pGS#%qG*h#*?>VLIhBDv%A7E57q1^x6d(S=px#xc8+;i{GJ8SJb zx7cyxM=8roq>1uwI5B!dTvux{o_qTR*)k24leoJ}?7yBzCPt`N0~OH`DzC$*%OlkA zZS%TDsM@DK=^LT$tUKP%rE0ch^5M7$dD$?&y=#IIoinU<)@M_R%x}lay>T z>G{GG$4v1bo4@o@B7dd%xaJdv{Mr=Xn9gr){?1En_!G_Fo5ml!6l%jinx>Pc_(^kJ zG@Zq#Y(DM9^Al6lqY$!%z0}Pp_^5~$r3I!;lqfA8Ew&-GmS`(~D$&~ZVoBC?$rzJ~Ee=X;0 z8K7mLmJ6a~kYsBatYwH-hRQH4!?ldia-o(SEhEjqQCdc88KY&amT^Xn@mem@GQsra zYMH3zVl9)jToR3j$uW}0$56-=n=`e9rfRv=47$wpUalqImMd&2@Y0Pk%}Xn#&=k|P z6xlMv=sGh-W=U%^qS*AzHpLt*C0gccnWtsGmIYcCYAMx%^-h#>EsM-^v6dxTmTI|D z%T-#InYQIRBv)&>26|{&q2*dF*J-(4ONEvjw5-%}qb;kntoG7_a+4`;HpLn<_7A35 zYwWttmi1aT7|UX}P_PmhD=0XxXXd z4lTR1?ACIpmb<)icjduO?V#6QE&H_W*YdEIN3>LHsnJra<$#t)wH(y)n3l)295UXp}|%j>56iziIiqmN&J$rR5)*`=cY=ej)dOs-J7YWRGe2kCrdB ze5K{MmJ?dO*7A*(Z?$}<<$EnZX!%jgNi9EVsnc>w%V{n3T9H<)m1w23vb2iQ%A=L7 zmDVa+D=%!QVoc#MC5+6Tl$}2$d&1ECNy8@O=8PN5;o^mSx8Jv*pm0vX%%bd^p%aVB z%EuR!&kDzu@{o2d$7c^2l|5ouK6>)UXHUE^f86llxx*$ZB1))yTMe&#D=DFJkK@$r zE#-xr{3Rj*f&ly`9ohsH7x2 z{QP3>*UL9;e3Kfvixw=HUs}$@Q<(JZ!o}I8r3F{IFlQ$Jf`ZaAqir~83HJ>bEaB0e zW6I~xDVjHS(cEc8rA&#_8YJYF7nGJyC@LtNRWv>P;S%mOeie|%6z_^?U>aUrQiP`2 zg$?ydMWtm>n#osCJpE@p#xP8FNkLip`1xg+UrF)2qVVA*+_|RxQht(?j@YUN&;+-0 zG4q10;%$`>{`N|)7Uc{7@hZMhjo=F_AIfOcS@~5WQ_Jj5e)_og1FFoRif3yshTO<=jL0GE^@nt7l=^VkUA_hUy)D zCd7SObXI-Pe*Uz9g$|~e8IE4TS0Q zBzJYVA7|NWh@*z8VG$Xnt_(G3&>%+*SA!iMzyrhK^*kYagc{-S2n7S?nAh4}%96Wv zDeG=9WNcSbFmGo1xM{PC3d0QbkzKyqqGb(v#xVn$0qJAF!>l&82)@Sw{1OLVIgOzBp|LQlP4KJ z7_4SunL37fW6Ug-WUFFF%~o^5PldTpd!Tx*n&+tbY619%7Z;UG$IBk!YDXm0wf34`(`j9`~(0=iN><3%2nGDn7nw;i7_)vYeUo=9d-?DJZL4_);sL zQkig%KU}nv2Zx{7$&>m9ejc>OW{(+`o1Z&z0#l38?&2&eFD^+RQ?Q^vQ*5(_$~`ki zgadc*W#N17;O*hkJ2*2b#`t>9yy-XKNk=KIUwDCLDn!e4nn5$EjAl^<71OO4`54Wi zSEz*ELi;;ZN}o|VeNT&6(P9n~LL)8ZZdA@a=_>9;%Uq4tVgip*dmhgNL*#{^C43R) z7mYz(Oe4k6G0Jw^kPmZjp5R(3k&`(W6eH1dcp@mFRF3A0K`Bb-D4qn$g4%U_2~Vad zD1Uc~+UCOM z|EJqrWb+I(5(VmD&7Ww&Ns2l}j?FXqBn{$O816wwG0%qhIT4cs8ZpqX1(9|CL6W>0 zQZ?UI@x7K=1)f9~W6%n$#kJI#uER=HP;XjE{b>~qqt$c~-9+<1m(zOGHqa*8h!wbv zw&CC1bUQsj+o^_j&=J~6FVP+JciKho)17pJ?gBdQ=3#UX;BqhCa~~Jc{k)7G;M?er ze315p_*L4*f1|y8jP~>Q^sq2JA|9#{FV#vSvY1wMP&(1$ayI=_&Y^dtH@zzZ={*@r z@5?y)K&H@#QiQx|0evjX=o48(pUJKCxjab6F&VecaK-Tpa~zAZ5Csio(pha0x(w436IB zxgn4-Fw(0$50nElt>XEhVrd8WjbIZqebF5fi@8!@3RTtmfLn%YGu z>TiwZ1-uX|zS<%##fT`{q`u`cK+Z$AVp`>BvuT?O9pgnHaXgU_F9sDYXGi3B=n^(c(z;M=Ef=?HW|!ZD-Zd7(Ck6BRE-&1B@)fQW!^s_2Gt^ zkvBv_Cih00g`Q1Ok5l4kU%1snT=VA#mXc|P#;XVj(nRFA@e=YZ;jhy8|E+z5`cjXbCX&qk=F66T~QCDE01n|4b z#hJT2A@WhwX-ak%#TXt$IzQrg4o@(mnTLLO2;K`_^rKaP`rjDyXRg)*ns_<}C z{o_?M-iTdRO@S@su`;8YB=>D5IkfzL2`p_U@Y#KIHU1xsv=){md0;1e!css!k2y*h5Wu7vNS4L-k{EkuA(^s zdnkPwk^W1oZ)0E0mjO z1$AyMtuvBrBd~GIddP1WzQM?sHzSINRK&s?8#Qk>pGvd_qfz*ptPwPt-%TBx@oj1x z?MvTJ6;;%^S??`Iino~*l^GL=!8%K5Kr`0Oje>dvVluLvpcB;9G-wO|6rlzmro^n+ zh7rCnm{Y)4OSwk)ttcYOx>T%b+k(QNA}$!4)j~4kgDt9Q>-|7JAvrNFe>ufI2_lvF zwU6=aANBNWxLKo7p0qCv!_;64-)+^jZ3|_p%=jug2ld2H zEe#bL{`?Vc7kZ$Py&{IIP914BqRBfdY_6(Xm1dCFzM4Ahg`t%jpFX23#HSI|7FlZs zqD3FH4nkyEgQPUfV`(dor#Cs5jw7$Lk;f$WX*<{>?$+bu-WAb=ai0Vtc+9TkjJHe{W-x{TRFJDPAm5e5G{Z<&w@< z%P_u1MsWyx>k290YvmTcPIcq!)hNC}P2!bmIr2=Vpb!Z524|1F5p3Wc7BB7sWg^v;+rW3 zul$HwWyCZg*S5;o6~W%oo~emkDDp% zp-!i1h}mATu?~~iIz&ZK{ZG+3*q-<_Wj5}!g?1ff+q^}cq~K39wS&oq>uEP7m~G5W zFOU)&L1tXjAW&P+RES!%XyLT))ZgiZpL*(!oZy$EL%$r3o$n+CkO%zWmd!SLoL?h* zlGvCU&Jgs#L5f4rb@EbbD7J=Lj8T~uHmDxe6rVTtD3zx9{^)Kf(b!O`>OV&muK(yD zJ(!o~+fzdiWqEv|^eo#%`5-o{y;~@?!eT@2Lm);N-Jca5u;Af#FgnW)SWyv5SJl5B zw5#dit>mNz5w)x7kxTI6s`{I&sNI--G_%2rd^K<`=u(S_R!y__B1s@xiyXhY!F@_8 z)E55p0LAlz;p`Khzz4%eOfFGkF{5Xx^Lo|+`pb31K^7u)* zf{)M)eu`%EGqiw@B42q9r>^HI#4jM%eVK0NKO=W}oi^Yku#sQG@!&5miWlH4mWQkN z+YSDr=>jA^+j$2z`XO{7??jtTBWS1#V@>hcL+`*LOQIC8>^5^(^th~6bTZsnSd|$8`L~xN6fry$4#uym)>hRK9P7bjz&3C}XLP}bE zFs+&nTGOlPF|$9}W-$+LrvwD}pnU+xA-crM^rZQ2aQS^{@huzq&%l6Fv3E-uX05pcC#9vxXhfQ7~J84=>N_=`_bq94zQ31U4Jfs&-MsfnA0eKdL zM3RAEbZRXf0T_Ph$LU&sOU3 zGgLkWRHoq9_jDxo1Dcq*@2<$qe;>jK)6<$DTuo^(@|!^LKY-wWh5+Gz0SE6;Cw>nQ zejfqy10d-`!1g1+_EVb5p8>94P#F%TEBHUOn!f@xPhhL~ns)LxIL&@X58|*|!#~hV z{3E^2r|1oYx%WhH5LGyUTDYH&qHl4KtpgHpNzSnn%`L^tttAx0oy6f(iRYe@z~_pe zGbNEHN`UjFHBUnvE|efPi#Dzw>;kyYhsqDQkgvf$X6__34%#06BdBQFO8xjj0NtiK z<1c9Q(t8c=V$(+r?qY5oTz3g!NIZ{g@Rts_0BZ0T+|%rd_zU(o<2g~V(r|tVp5wux zs>yTs>PF82b;fh9ptyP*b?pf9jpuO0bD&vM8;FqG+_H`aAg-sJrljBUp&ux!9?SNB z+-NWMb2s~!ZkRc~3-EouXGZysj`lq}rXjew2zoAppwu3|=Y22u{^WZxR7)@YHp9yi zhF|pmxkZm?;pN@{-XcP z_`m<%m) zf^<*5(w>xbAde&?gm$Lx(uH!QD-}z3S}i^3Ug=5C3<|!`-Dn=g2@VMy|42 zhVs2gtIX*$8Awoo=RSA=4u%N(`$6Fg0O0;GDB)TC&|v|avys8z2Dl*>o1G;NAX*zN;$9Dgy;K|rJ`AsUoZE*!+CnRW(TC|H6V#Ayer!V9C*~;C1F`lTL-;=R z4ULdqyx_Ae$4L9!a!*#l7$XXCFE$Vxu!1oN&(n9Az&_JAq?*2{h{aL!6H`0Z!0)*H zRiv{V45|vzo?!Ho^yL<6Z@9i{;DSP5R@3nY-Zh5h#1^WkKmbP9iAVtc`nR?8eG{2z znmOxXGT*upzM0YyC5+M`qqXyUS_h(P={r}M3e8og52YO1N{L3_?<4xU_PoS2{GebK zV-b^k6ww~qNB?QaJ=Wqjk|c*L8A-N`qP8-c`h;W*4Un-k6t{mPy zDdvtcn|sL|zDP=VhK%MCna>Ml0beHzd7YHH2n(5jd>sO(sxLRBE21H7#{+kgX77$I6WLjj0P6* zW$y^kYN)5six8@O#=&Ci;^?WQtNrJlN)d$8x+_-k%< z82RsWk+3|)T&Vr3$L8m4e!=Dc6W(`{TG!)t9=FSloS`NmO{@f=FaC&SLIyqge@lHS zqQx1hzpWWUf1v3W`(l$-LEgCC?#@ zgf-|m=Hkb#bAuzeHEyi=83}@_Wy{Y|e)iOc3}yRSyG_x4_PRujpBds{wD5Dh zOCa6u=YX delta 8265 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 delta 109349 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 pLtuCREuU6 java_card_version_array = new ArrayList(); private static String appletVersion = ""; + private static String packageAIDTestPath = ""; private static final int JC_SUPPORT_OFFSET = 25; private static final int AT_APPLET_OFFSET = 23; + private static final int PACKAGE_AID_PATH_OFFSET = 17; + /** @@ -323,10 +326,15 @@ static void formatTableAlgorithm_HTML(String[] filesArray, String[] classInfo, H // class (e.g., javacardx.crypto.Cipher) String algorithm = "\r\n" + "" + classInfo[0] + "\r\n"; algorithm += " introduced in JC ver.\r\n"; - if(classInfo[0] == "Basic info") + boolean bPackageAIDSupport = false; // detect specific subsection with AID support + if (classInfo[0].equalsIgnoreCase("Basic info")) { for (int i = 0; i < filesSupport.length; i++) { algorithm += " c" + i + "\r\n"; } - else + } else { + if (classInfo[0].contains("Package AID support test")) { + bPackageAIDSupport = true; + } for (int i = 0; i < filesSupport.length; i++) { algorithm += " c" + i + "\r\n"; } + } String[] jcvArray = java_card_version_array.toArray(new String[java_card_version_array.size()]); algorithm += "\r\n"; @@ -334,24 +342,32 @@ static void formatTableAlgorithm_HTML(String[] filesArray, String[] classInfo, H for (int i = 0; i < classInfo.length; i++) { if (!classInfo[i].startsWith("@@@")) { // ignore special informative types String algorithmName = ""; + String fullAlgorithmName = ""; String algorithmVersion = ""; if (appletVersion != ""){ algorithmName = "AlgTest applet version"; algorithmVersion = appletVersion; + fullAlgorithmName = algorithmName; } else{ // Parse algorithm name and version of JC which introduced it if (i == 0){continue;} CardMngr cman = new CardMngr(new DirtyLogger(null, true)); algorithmName = cman.GetAlgorithmName(classInfo[i]); + if (bPackageAIDSupport) { + fullAlgorithmName = String.format("%s (%s)", SingleModeTest.PACKAGE_AID_NAMES_STR.get(algorithmName), algorithmName); + } + else { + fullAlgorithmName = algorithmName; + } algorithmVersion = cman.GetAlgorithmIntroductionVersion(classInfo[i]); if (!cman.ShouldBeIncludedInOutput(classInfo[i])) continue; // ignore types with ignore flag set (algorith#version#include 1/0) } algorithm += "\r\n"; // Add algorithm name - algorithm += " " + algorithmName + "\r\n"; + algorithm += " " + fullAlgorithmName + "\r\n"; // Add version of JavaCard standard that introduced given algorithm if (algorithmVersion == appletVersion){ algorithm += " " + "\r\n"; @@ -366,7 +382,7 @@ static void formatTableAlgorithm_HTML(String[] filesArray, String[] classInfo, H HashMap fileSuppMap = filesSupport[fileIndex]; if (fileSuppMap.containsKey(algorithmName)) { String secondToken = (String) fileSuppMap.get(algorithmName); - String title = "title='" + getShortCardName(filesArray[fileIndex]) + " : " + algorithmName + " : " + secondToken + "'"; + String title = "title='" + getShortCardName(filesArray[fileIndex]) + " : " + fullAlgorithmName + " : " + secondToken + "'"; switch (secondToken) { case "no": algorithm += "no\r\n"; break; case "yes": @@ -406,6 +422,51 @@ static void formatTableAlgorithm_HTML(String[] filesArray, String[] classInfo, H file.write(algorithm.getBytes()); } + static void parseAIDSupportFile(String filePath, HashMap suppMap) throws IOException { + try { + //create BufferedReader to read csv file + BufferedReader br = new BufferedReader(new FileReader(filePath)); + String strLine; + int tokenNumber = 0; + boolean bSupportStartReached = false; + + //read comma separated file line by line + while ((strLine = br.readLine()) != null) { + if (strLine.contains("FULL PACKAGE AID;")) { + bSupportStartReached = true; + continue; + } + + if (bSupportStartReached) { // parse all lines till the end of file + //break comma separated line using ";" + StringTokenizer st = new StringTokenizer(strLine, ";,"); + + String firstToken = ""; + String secondToken = ""; + while (st.hasMoreTokens()) { + tokenNumber++; + String tokenValue = st.nextToken(); + tokenValue = tokenValue.trim(); + if (tokenNumber == 1) { + firstToken = tokenValue; + } + if (tokenNumber == 2) { + secondToken = tokenValue; + } + } + if (!firstToken.isEmpty()) { + suppMap.put(firstToken, secondToken); + } + + //reset token number + tokenNumber = 0; + } + } + } catch (Exception e) { + System.out.println("Exception while reading csv file: " + e); + } + } + static void parseSupportFile(String filePath, HashMap suppMap) throws IOException { try { //create BufferedReader to read csv file @@ -419,7 +480,8 @@ static void parseSupportFile(String filePath, HashMap suppMap) throws IOExceptio while ((strLine = br.readLine()) != null) { // in case valid JavaCard support version is present if (strLine.contains("JavaCard support version")){ - String jcSupportVersion = (String)strLine.subSequence(JC_SUPPORT_OFFSET, strLine.length()-1); + String jcSupportVersion = (String)strLine.subSequence(JC_SUPPORT_OFFSET, strLine.length()); + jcSupportVersion = jcSupportVersion.replace(";", ""); if (jcSupportVersion.length() > 0) { java_card_version_array.add(jcSupportVersion); bJCSupportVersionPresent = true; @@ -428,6 +490,23 @@ static void parseSupportFile(String filePath, HashMap suppMap) throws IOExceptio if (strLine.contains("AlgTest applet version")){ appletVersion = strLine.substring(AT_APPLET_OFFSET, strLine.length() - 1); } + if (strLine.contains("Package_AID_test")) { + packageAIDTestPath = strLine.substring(PACKAGE_AID_PATH_OFFSET, strLine.length()); + packageAIDTestPath = packageAIDTestPath.trim(); + + if (!packageAIDTestPath.isEmpty()) { + // Open target path and load additional info from here + int lastPos = filePath.lastIndexOf('\\'); + if (lastPos == -1) { + lastPos = filePath.lastIndexOf('/'); + } + if (lastPos != -1) { + String basePath = filePath.substring(0, lastPos); + String aidSupportFilePath = String.format("%s/../aid/%s", basePath, packageAIDTestPath); + parseAIDSupportFile(aidSupportFilePath, suppMap); + } + } + } lineNumber++; //break comma separated line using ";" From a9a93f6546db9ac8b29001649f3981d460fa3782 Mon Sep 17 00:00:00 2001 From: petrs Date: Thu, 19 Jul 2018 15:41:28 +0200 Subject: [PATCH 6/8] ignored directory --- .gitignore | 1 + Profiles/AlgTest_html_table_20180719.html | 21016 ++++++++++++++++++++ 2 files changed, 21017 insertions(+) create mode 100644 Profiles/AlgTest_html_table_20180719.html diff --git a/.gitignore b/.gitignore index dc34063a..84c27912 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/!!!temp/ /AlgTest_JavaCard/nbproject/private/ /AlgTest_JClient/nbproject/private/ /AlgTest_Process/nbproject/private/ diff --git a/Profiles/AlgTest_html_table_20180719.html b/Profiles/AlgTest_html_table_20180719.html new file mode 100644 index 00000000..1a19b697 --- /dev/null +++ b/Profiles/AlgTest_html_table_20180719.html @@ -0,0 +1,21016 @@ + + + + + +JavaCard support test + + +\n\n"; + + + + + + + + \ No newline at end of file From 121a654610bfdc8123e560fbc9f5979aad5d2a93 Mon Sep 17 00:00:00 2001 From: petrs Date: Thu, 19 Jul 2018 16:02:00 +0200 Subject: [PATCH 7/8] results from supported packages testing (jcAIDScan) --- ...SUPPORT_3BD518FF8191FE1FC38073C8211309.csv | 113 +++++++++++++++ ...9C9580811F039067464A01003504F272FE00A1.csv | 129 ++++++++++++++++++ ...0000813180459067464A00680804000000000E.csv | 112 +++++++++++++++ ...0000813180459067464A01002005000000004E.csv | 119 ++++++++++++++++ ...0000813180459067464A006A0424C0727E00EC.csv | 112 +++++++++++++++ ...T_3BF81800008031FE450073C8401300900092.csv | 109 +++++++++++++++ ...8031FE4553434536302D43443038312D6E46A9.csv | 119 ++++++++++++++++ ...ORT_3BF71800008031FE45736674652D6E66C4.csv | 109 +++++++++++++++ ...8031FE45803180664090A5102E1083019000F2.csv | 119 ++++++++++++++++ ...008131FE45534C4A353247444C313238435257.csv | 119 ++++++++++++++++ ...OS_JC30M48CR_AIDSUPPORT_3B90958011FE6A.csv | 103 ++++++++++++++ ...FA1800008131FE454A33413038315632343189.csv | 115 ++++++++++++++++ ...T_3BF81800008131FE454A434F5076323431BC.csv | 114 ++++++++++++++++ ...T_3BF81300008131FE454A434F5076323431B7.csv | 115 ++++++++++++++++ ...FA1300008131FE454A434F5031305632333193.csv | 110 +++++++++++++++ ...3BF91800008131FE454A434F503231563232A9.csv | 110 +++++++++++++++ ...T_3BF81300008131FE454A434F5076323431B7.csv | 115 ++++++++++++++++ ...FA1800008131FE454A434F503431563232319D.csv | 110 +++++++++++++++ ...T_3BF81300008131FE454A434F5076323431B7.csv | 115 ++++++++++++++++ ...3BF91300008131FE454A434F503234325233A2.csv | 118 ++++++++++++++++ ...PPORT_3B7B1800000031C06477E30300829000.csv | 105 ++++++++++++++ ...PPORT_3B7B1800000031C06477E91000019000.csv | 104 ++++++++++++++ 22 files changed, 2494 insertions(+) create mode 100644 Profiles/aid/Athena_IDProtect_AIDSUPPORT_3BD518FF8191FE1FC38073C8211309.csv create mode 100644 Profiles/aid/Feitian_A22CR_AIDSUPPORT_3B9C9580811F039067464A01003504F272FE00A1.csv create mode 100644 Profiles/aid/Feitian_A22_AIDSUPPORT_3BFC180000813180459067464A00680804000000000E.csv create mode 100644 Profiles/aid/Feitian_A40_AIDSUPPORT_3BFC180000813180459067464A01002005000000004E.csv create mode 100644 Profiles/aid/Feitian_C21C_AIDSUPPORT_3BFC180000813180459067464A006A0424C0727E00EC.csv create mode 100644 Profiles/aid/GD_SmartCafe_4.x_AIDSUPPORT_3BF81800008031FE450073C8401300900092.csv create mode 100644 Profiles/aid/GD_SmartCafe_6.0_AIDSUPPORT_3BFE1800008031FE4553434536302D43443038312D6E46A9.csv create mode 100644 Profiles/aid/GD_SmartCafe_Expert_3.2_72K_AIDSUPPORT_3BF71800008031FE45736674652D6E66C4.csv create mode 100644 Profiles/aid/Infineon_CJTOP_80K_INF_SLJ_52GLA080AL_M8.4_AIDSUPPORT_3BFE1800008031FE45803180664090A5102E1083019000F2.csv create mode 100644 Profiles/aid/Infineon_SLE78_Universal_JCard_AIDSUPPORT_3BFD9600008131FE45534C4A353247444C313238435257.csv create mode 100644 Profiles/aid/JavavCardOS_JC30M48CR_AIDSUPPORT_3B90958011FE6A.csv create mode 100644 Profiles/aid/NXP_CJ3A081_AIDSUPPORT_3BFA1800008131FE454A33413038315632343189.csv create mode 100644 Profiles/aid/NXP_J2A080_80K_AIDSUPPORT_3BF81800008131FE454A434F5076323431BC.csv create mode 100644 Profiles/aid/NXP_J3A080_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv create mode 100644 Profiles/aid/NXP_JCOP_1018_v2.3.1_AIDSUPPORT_3BFA1300008131FE454A434F5031305632333193.csv create mode 100644 Profiles/aid/NXP_JCOP_21_V2.2_36K_AIDSUPPORT_3BF91800008131FE454A434F503231563232A9.csv create mode 100644 Profiles/aid/NXP_JCOP_31_v2.4.1_72K_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv create mode 100644 Profiles/aid/NXP_JCOP_41_v2.2.1_72K_AIDSUPPORT_3BFA1800008131FE454A434F503431563232319D.csv create mode 100644 Profiles/aid/NXP_JCOP_CJ2A081_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv create mode 100644 Profiles/aid/NXP_JCOP_v2.4.2R3_AIDSUPPORT_3BF91300008131FE454A434F503234325233A2.csv create mode 100644 Profiles/aid/Oberthur_Cosmo_Dual_72K_AIDSUPPORT_3B7B1800000031C06477E30300829000.csv create mode 100644 Profiles/aid/Oberthur_ID-One_Cosmo_64_RSA_v5.4_AIDSUPPORT_3B7B1800000031C06477E91000019000.csv diff --git a/Profiles/aid/Athena_IDProtect_AIDSUPPORT_3BD518FF8191FE1FC38073C8211309.csv b/Profiles/aid/Athena_IDProtect_AIDSUPPORT_3BD518FF8191FE1FC38073C8211309.csv new file mode 100644 index 00000000..f3aafb92 --- /dev/null +++ b/Profiles/aid/Athena_IDProtect_AIDSUPPORT_3BD518FF8191FE1FC38073C8211309.csv @@ -0,0 +1,113 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BD518FF8191FE1FC38073C8211309 +Card name; Athena_IDProtect +CPLC;; + +ICFabricator; 4180 +ICType; 010B +OperatingSystemID; 8211 +OperatingSystemReleaseDate; 0352 +OperatingSystemReleaseLevel; 0005 +ICFabricationDate; 3831 +ICSerialNumber; 0006372B +ICBatchIdentifier; 484A +ICModuleFabricator; 0000 +ICModulePackagingDate; 0000 +ICCManufacturer; 0000 +ICEmbeddingDate; 0000 +ICPrePersonalizer; 0000 +ICPrePersonalizationEquipmentDate; 0000 +ICPrePersonalizationEquipmentID; 00000000 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_01_05 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; no; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/Feitian_A22CR_AIDSUPPORT_3B9C9580811F039067464A01003504F272FE00A1.csv b/Profiles/aid/Feitian_A22CR_AIDSUPPORT_3B9C9580811F039067464A01003504F272FE00A1.csv new file mode 100644 index 00000000..f7738485 --- /dev/null +++ b/Profiles/aid/Feitian_A22CR_AIDSUPPORT_3B9C9580811F039067464A01003504F272FE00A1.csv @@ -0,0 +1,129 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3B9C9580811F039067464A01003504F272FE00A1 +Card name; Feitian A22CR +CPLC;; + +ICFabricator; 4090 +ICType; 7892 +OperatingSystemID; 86AA +OperatingSystemReleaseDate; 6153 +OperatingSystemReleaseLevel; 0135 +ICFabricationDate; 6257 +ICSerialNumber; 0900E062 +ICBatchIdentifier; 0552 +ICModuleFabricator; 4090 +ICModulePackagingDate; 6257 +ICCManufacturer; 86AA +ICEmbeddingDate; 6257 +ICPrePersonalizer; 86AA +ICPrePersonalizationEquipmentDate; 6257 +ICPrePersonalizationEquipmentID; 00000000 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_55 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a0000000620101; 1; 4; javacard.framework; 3.0.1 +a0000000620101; 1; 5; javacard.framework; 3.0.4 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620102; 1; 4; javacard.security; 3.0.1 +a0000000620102; 1; 5; javacard.security; 3.0.4 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620201; 1; 4; javacardx.crypto; 3.0.1 +a0000000620201; 1; 5; javacardx.crypto; 3.0.4 +a0000000620202; 1; 0; javacardx.biometry; 2.2.2 +a0000000620202; 1; 1; javacardx.biometry; 2.2.2 +a0000000620202; 1; 2; javacardx.biometry; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a000000062020801; 1; 0; javacardx.framework.util; 2.2.2 +a00000006202080101; 1; 0; javacardx.framework.util.intx; 2.2.2 +a000000062020802; 1; 0; javacardx.framework.math; 2.2.2 +a000000062020803; 1; 0; javacardx.framework.tlv; 2.2.2 +a000000062020804; 1; 0; javacardx.framework.string; 3.0.4 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; yes; javacard.framework v1.4 a0000000620101; +050107A0000000620101; yes; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; yes; javacard.security v1.4 a0000000620102; +050107A0000000620102; yes; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; yes; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; yes; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; yes; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; yes; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; yes; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; yes; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; yes; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; yes; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; yes; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; yes; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/Feitian_A22_AIDSUPPORT_3BFC180000813180459067464A00680804000000000E.csv b/Profiles/aid/Feitian_A22_AIDSUPPORT_3BFC180000813180459067464A00680804000000000E.csv new file mode 100644 index 00000000..5882cc44 --- /dev/null +++ b/Profiles/aid/Feitian_A22_AIDSUPPORT_3BFC180000813180459067464A00680804000000000E.csv @@ -0,0 +1,112 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BFC180000813180459067464A00680804000000000E +Card name; Feitian A22 +CPLC;; +eneric EMV Smartcard Reader 0 +ATR; 3BFC180000813180459067464A00680804000000000E +More information about your card; + http;//smartcard-atr.appspot.com/parse?ATR=3BFC180000813180459067464A00680804000000000E + +***** Card info; +NO CPLC +***** CARD DATA +NO CARD DATA +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a0000000620101; 1; 4; javacard.framework; 3.0.1 +a0000000620101; 1; 5; javacard.framework; 3.0.4 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620102; 1; 4; javacard.security; 3.0.1 +a0000000620102; 1; 5; javacard.security; 3.0.4 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620201; 1; 4; javacardx.crypto; 3.0.1 +a0000000620201; 1; 5; javacardx.crypto; 3.0.4 +a0000000620202; 1; 0; javacardx.biometry; 2.2.2 +a0000000620202; 1; 1; javacardx.biometry; 2.2.2 +a0000000620202; 1; 2; javacardx.biometry; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a000000062020801; 1; 0; javacardx.framework.util; 2.2.2 +a00000006202080101; 1; 0; javacardx.framework.util.intx; 2.2.2 +a000000062020802; 1; 0; javacardx.framework.math; 2.2.2 +a000000062020803; 1; 0; javacardx.framework.tlv; 2.2.2 +a000000062020804; 1; 0; javacardx.framework.string; 3.0.4 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; yes; javacard.framework v1.4 a0000000620101; +050107A0000000620101; yes; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; yes; javacard.security v1.4 a0000000620102; +050107A0000000620102; yes; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; yes; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; yes; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; yes; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; yes; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; yes; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; yes; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; yes; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; yes; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; yes; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; yes; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/Feitian_A40_AIDSUPPORT_3BFC180000813180459067464A01002005000000004E.csv b/Profiles/aid/Feitian_A40_AIDSUPPORT_3BFC180000813180459067464A01002005000000004E.csv new file mode 100644 index 00000000..87994f87 --- /dev/null +++ b/Profiles/aid/Feitian_A40_AIDSUPPORT_3BFC180000813180459067464A01002005000000004E.csv @@ -0,0 +1,119 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BFC180000813180459067464A01002005000000004E +Card name; Feitian_A40 +CPLC;; + +ICFabricator; 4090 +ICType; 7794 +OperatingSystemID; 86AA +OperatingSystemReleaseDate; 6028 +OperatingSystemReleaseLevel; 0120 +ICFabricationDate; 6101 +ICSerialNumber; 17042027 +ICBatchIdentifier; 0537 +ICModuleFabricator; 4090 +ICModulePackagingDate; 6101 +ICCManufacturer; 86AA +ICEmbeddingDate; 6101 +ICPrePersonalizer; 86AA +ICPrePersonalizationEquipmentDate; 6101 +ICPrePersonalizationEquipmentID; 00000000 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_55 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a0000000620101; 1; 4; javacard.framework; 3.0.1 +a0000000620101; 1; 5; javacard.framework; 3.0.4 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620102; 1; 4; javacard.security; 3.0.1 +a0000000620102; 1; 5; javacard.security; 3.0.4 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620201; 1; 4; javacardx.crypto; 3.0.1 +a0000000620201; 1; 5; javacardx.crypto; 3.0.4 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a00000006202080101; 1; 0; javacardx.framework.util.intx; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; no; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; no; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; yes; javacard.framework v1.4 a0000000620101; +050107A0000000620101; yes; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; no; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; yes; javacard.security v1.4 a0000000620102; +050107A0000000620102; yes; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; yes; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; yes; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; yes; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/Feitian_C21C_AIDSUPPORT_3BFC180000813180459067464A006A0424C0727E00EC.csv b/Profiles/aid/Feitian_C21C_AIDSUPPORT_3BFC180000813180459067464A006A0424C0727E00EC.csv new file mode 100644 index 00000000..8689c4e5 --- /dev/null +++ b/Profiles/aid/Feitian_C21C_AIDSUPPORT_3BFC180000813180459067464A006A0424C0727E00EC.csv @@ -0,0 +1,112 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BFC180000813180459067464A006A0424C0727E00EC +Card name; Feitian C21C +CPLC;; +eneric EMV Smartcard Reader 0 +ATR; 3BFC180000813180459067464A006A0424C0727E00EC +More information about your card; + http;//smartcard-atr.appspot.com/parse?ATR=3BFC180000813180459067464A006A0424C0727E00EC + +***** Card info; +NO CPLC +***** CARD DATA +NO CARD DATA +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a0000000620101; 1; 4; javacard.framework; 3.0.1 +a0000000620101; 1; 5; javacard.framework; 3.0.4 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620102; 1; 4; javacard.security; 3.0.1 +a0000000620102; 1; 5; javacard.security; 3.0.4 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620201; 1; 4; javacardx.crypto; 3.0.1 +a0000000620201; 1; 5; javacardx.crypto; 3.0.4 +a0000000620202; 1; 0; javacardx.biometry; 2.2.2 +a0000000620202; 1; 1; javacardx.biometry; 2.2.2 +a0000000620202; 1; 2; javacardx.biometry; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a000000062020801; 1; 0; javacardx.framework.util; 2.2.2 +a00000006202080101; 1; 0; javacardx.framework.util.intx; 2.2.2 +a000000062020802; 1; 0; javacardx.framework.math; 2.2.2 +a000000062020803; 1; 0; javacardx.framework.tlv; 2.2.2 +a000000062020804; 1; 0; javacardx.framework.string; 3.0.4 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; yes; javacard.framework v1.4 a0000000620101; +050107A0000000620101; yes; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; yes; javacard.security v1.4 a0000000620102; +050107A0000000620102; yes; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; yes; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; yes; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; yes; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; yes; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; yes; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; yes; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; yes; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; yes; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; yes; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; yes; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/GD_SmartCafe_4.x_AIDSUPPORT_3BF81800008031FE450073C8401300900092.csv b/Profiles/aid/GD_SmartCafe_4.x_AIDSUPPORT_3BF81800008031FE450073C8401300900092.csv new file mode 100644 index 00000000..a8864400 --- /dev/null +++ b/Profiles/aid/GD_SmartCafe_4.x_AIDSUPPORT_3BF81800008031FE450073C8401300900092.csv @@ -0,0 +1,109 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BF81800008031FE450073C8401300900092 +Card name; GD SmartCafe 4.x +CPLC;; + +ICFabricator; 4090 +ICType; 6162 +OperatingSystemID; 1671 +OperatingSystemReleaseDate; 8197 +OperatingSystemReleaseLevel; 0580 +ICFabricationDate; 7079 +ICSerialNumber; F117100F +ICBatchIdentifier; 580A +ICModuleFabricator; 4092 +ICModulePackagingDate; 1352 +ICCManufacturer; 1673 +ICEmbeddingDate; 2700 +ICPrePersonalizer; 1674 +ICPrePersonalizationEquipmentDate; 9147 +ICPrePersonalizationEquipmentID; 00000052 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;1 ID;1 TYPE;DES3 LEN;16 +VER;1 ID;2 TYPE;DES3 LEN;16 +VER;1 ID;3 TYPE;DES3 LEN;16 + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; no; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; no; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; no; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; no; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; no; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/GD_SmartCafe_6.0_AIDSUPPORT_3BFE1800008031FE4553434536302D43443038312D6E46A9.csv b/Profiles/aid/GD_SmartCafe_6.0_AIDSUPPORT_3BFE1800008031FE4553434536302D43443038312D6E46A9.csv new file mode 100644 index 00000000..49cd6637 --- /dev/null +++ b/Profiles/aid/GD_SmartCafe_6.0_AIDSUPPORT_3BFE1800008031FE4553434536302D43443038312D6E46A9.csv @@ -0,0 +1,119 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BFE1800008031FE4553434536302D43443038312D6E46A9 +Card name; GD SmartCafe 6.0 +CPLC;; + +ICFabricator; 4790 +ICType; 5037 +OperatingSystemID; 1671 +OperatingSystemReleaseDate; 1146 +OperatingSystemReleaseLevel; 4003 +ICFabricationDate; 5024 +ICSerialNumber; 9700699B +ICBatchIdentifier; 7271 +ICModuleFabricator; 4792 +ICModulePackagingDate; 0144 +ICCManufacturer; 1673 +ICEmbeddingDate; 0283 +ICPrePersonalizer; 1674 +ICPrePersonalizationEquipmentDate; 5092 +ICPrePersonalizationEquipmentID; 00000A01 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_03_00 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;1 ID;1 TYPE;DES3 LEN;16 +VER;1 ID;2 TYPE;DES3 LEN;16 +VER;1 ID;3 TYPE;DES3 LEN;16 + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a0000000620101; 1; 4; javacard.framework; 3.0.1 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620102; 1; 4; javacard.security; 3.0.1 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620201; 1; 4; javacardx.crypto; 3.0.1 +a0000000620202; 1; 0; javacardx.biometry; 2.2.2 +a0000000620202; 1; 1; javacardx.biometry; 2.2.2 +a0000000620202; 1; 2; javacardx.biometry; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; yes; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; no; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; yes; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; yes; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; yes; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; yes; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; yes; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/GD_SmartCafe_Expert_3.2_72K_AIDSUPPORT_3BF71800008031FE45736674652D6E66C4.csv b/Profiles/aid/GD_SmartCafe_Expert_3.2_72K_AIDSUPPORT_3BF71800008031FE45736674652D6E66C4.csv new file mode 100644 index 00000000..5a6f946c --- /dev/null +++ b/Profiles/aid/GD_SmartCafe_Expert_3.2_72K_AIDSUPPORT_3BF71800008031FE45736674652D6E66C4.csv @@ -0,0 +1,109 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BF71800008031FE45736674652D6E66C4 +Card name; GD SmartCafe Expert 3.2 72K +CPLC;; + +ICFabricator; 4790 +ICType; 5022 +OperatingSystemID; 1671 +OperatingSystemReleaseDate; 7354 +OperatingSystemReleaseLevel; 4325 +ICFabricationDate; 3126 +ICSerialNumber; 96009861 +ICBatchIdentifier; 3174 +ICModuleFabricator; 4792 +ICModulePackagingDate; 3330 +ICCManufacturer; 1673 +ICEmbeddingDate; 7354 +ICPrePersonalizer; 1674 +ICPrePersonalizationEquipmentDate; 3330 +ICPrePersonalizationEquipmentID; 00000052 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;1 ID;1 TYPE;DES3 LEN;16 +VER;1 ID;2 TYPE;DES3 LEN;16 +VER;1 ID;3 TYPE;DES3 LEN;16 + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; no; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; no; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; no; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; no; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; no; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/Infineon_CJTOP_80K_INF_SLJ_52GLA080AL_M8.4_AIDSUPPORT_3BFE1800008031FE45803180664090A5102E1083019000F2.csv b/Profiles/aid/Infineon_CJTOP_80K_INF_SLJ_52GLA080AL_M8.4_AIDSUPPORT_3BFE1800008031FE45803180664090A5102E1083019000F2.csv new file mode 100644 index 00000000..a414a3d0 --- /dev/null +++ b/Profiles/aid/Infineon_CJTOP_80K_INF_SLJ_52GLA080AL_M8.4_AIDSUPPORT_3BFE1800008031FE45803180664090A5102E1083019000F2.csv @@ -0,0 +1,119 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BFE1800008031FE45803180664090A5102E1083019000F2 +Card name; Infineon CJTOP 80K INF SLJ 52GLA080AL M8.4 +CPLC;; + +ICFabricator; 4090 +ICType; 7165 +OperatingSystemID; 544C +OperatingSystemReleaseDate; 2151 +OperatingSystemReleaseLevel; 2E10 +ICFabricationDate; 2001 +ICSerialNumber; 00020724 +ICBatchIdentifier; 4FC2 +ICModuleFabricator; 4092 +ICModulePackagingDate; 2339 +ICCManufacturer; 4093 +ICEmbeddingDate; 2339 +ICPrePersonalizer; 0000 +ICPrePersonalizationEquipmentDate; 0000 +ICPrePersonalizationEquipmentID; 00000000 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.2 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_55 +TAG5; 1.2.840.114283.5.5 +TAG6; 1.3.6.1.4.1.42.2.110.1.3 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a0000000620101; 1; 4; javacard.framework; 3.0.1 +a0000000620101; 1; 5; javacard.framework; 3.0.4 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620102; 1; 4; javacard.security; 3.0.1 +a0000000620102; 1; 5; javacard.security; 3.0.4 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620201; 1; 4; javacardx.crypto; 3.0.1 +a0000000620201; 1; 5; javacardx.crypto; 3.0.4 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; no; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; yes; javacard.framework v1.4 a0000000620101; +050107A0000000620101; yes; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; no; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; yes; javacard.security v1.4 a0000000620102; +050107A0000000620102; yes; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; yes; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; yes; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/Infineon_SLE78_Universal_JCard_AIDSUPPORT_3BFD9600008131FE45534C4A353247444C313238435257.csv b/Profiles/aid/Infineon_SLE78_Universal_JCard_AIDSUPPORT_3BFD9600008131FE45534C4A353247444C313238435257.csv new file mode 100644 index 00000000..a573c95f --- /dev/null +++ b/Profiles/aid/Infineon_SLE78_Universal_JCard_AIDSUPPORT_3BFD9600008131FE45534C4A353247444C313238435257.csv @@ -0,0 +1,119 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BFD9600008131FE45534C4A353247444C313238435257 +Card name; Infineon SLE78 Universal JCard +CPLC;; + +ICFabricator; 4090 +ICType; 7805 +OperatingSystemID; 4091 +OperatingSystemReleaseDate; 2013 +OperatingSystemReleaseLevel; 0110 +ICFabricationDate; 5175 +ICSerialNumber; 25173123 +ICBatchIdentifier; 625A +ICModuleFabricator; 4092 +ICModulePackagingDate; 1415 +ICCManufacturer; 2391 +ICEmbeddingDate; 60AD +ICPrePersonalizer; 0000 +ICPrePersonalizationEquipmentDate; 0000 +ICPrePersonalizationEquipmentID; 00000000 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.2 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.2.840.114283.2.1.1 +TAG6; 1.3.6.1.4.1.42.2.110.1.3 +***** KEY INFO +VER;1 ID;1 TYPE;DES3 LEN;16 +VER;1 ID;2 TYPE;DES3 LEN;16 +VER;1 ID;3 TYPE;DES3 LEN;16 + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a0000000620101; 1; 4; javacard.framework; 3.0.1 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620102; 1; 4; javacard.security; 3.0.1 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620201; 1; 4; javacardx.crypto; 3.0.1 +a0000000620202; 1; 0; javacardx.biometry; 2.2.2 +a0000000620202; 1; 1; javacardx.biometry; 2.2.2 +a0000000620202; 1; 2; javacardx.biometry; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; yes; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; no; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; yes; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; yes; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; yes; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; yes; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; yes; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/JavavCardOS_JC30M48CR_AIDSUPPORT_3B90958011FE6A.csv b/Profiles/aid/JavavCardOS_JC30M48CR_AIDSUPPORT_3B90958011FE6A.csv new file mode 100644 index 00000000..d6aad9a7 --- /dev/null +++ b/Profiles/aid/JavavCardOS_JC30M48CR_AIDSUPPORT_3B90958011FE6A.csv @@ -0,0 +1,103 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3B90958011FE6A +Card name; JavavCardOS JC30M48CR +CPLC;; +eneric EMV Smartcard Reader 0 +ATR; 3B90958011FE6A +More information about your card; + http;//smartcard-atr.appspot.com/parse?ATR=3B90958011FE6A + +***** Card info; +NO CPLC +***** CARD DATA +NO CARD DATA +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a0000000620101; 1; 4; javacard.framework; 3.0.1 +a0000000620101; 1; 5; javacard.framework; 3.0.4 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620102; 1; 4; javacard.security; 3.0.1 +a0000000620102; 1; 5; javacard.security; 3.0.4 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620201; 1; 4; javacardx.crypto; 3.0.1 +a0000000620201; 1; 5; javacardx.crypto; 3.0.4 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a00000006202080101; 1; 0; javacardx.framework.util.intx; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; no; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; yes; javacard.framework v1.4 a0000000620101; +050107A0000000620101; yes; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; no; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; yes; javacard.security v1.4 a0000000620102; +050107A0000000620102; yes; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; yes; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; yes; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; yes; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/NXP_CJ3A081_AIDSUPPORT_3BFA1800008131FE454A33413038315632343189.csv b/Profiles/aid/NXP_CJ3A081_AIDSUPPORT_3BFA1800008131FE454A33413038315632343189.csv new file mode 100644 index 00000000..1e442efb --- /dev/null +++ b/Profiles/aid/NXP_CJ3A081_AIDSUPPORT_3BFA1800008131FE454A33413038315632343189.csv @@ -0,0 +1,115 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BFA1800008131FE454A33413038315632343189 +Card name; NXP_CJ3A081 +CPLC;; + +ICFabricator; 4790 +ICType; 5168 +OperatingSystemID; 4791 +OperatingSystemReleaseDate; 0078 +OperatingSystemReleaseLevel; 3400 +ICFabricationDate; 1169 +ICSerialNumber; 01552795 +ICBatchIdentifier; 6352 +ICModuleFabricator; 4812 +ICModulePackagingDate; 1176 +ICCManufacturer; 2391 +ICEmbeddingDate; 1180 +ICPrePersonalizer; 2391 +ICPrePersonalizationEquipmentDate; 1180 +ICPrePersonalizationEquipmentID; 4D423031 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/NXP_J2A080_80K_AIDSUPPORT_3BF81800008131FE454A434F5076323431BC.csv b/Profiles/aid/NXP_J2A080_80K_AIDSUPPORT_3BF81800008131FE454A434F5076323431BC.csv new file mode 100644 index 00000000..fc3b5f6c --- /dev/null +++ b/Profiles/aid/NXP_J2A080_80K_AIDSUPPORT_3BF81800008131FE454A434F5076323431BC.csv @@ -0,0 +1,114 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BF81800008131FE454A434F5076323431BC +Card name; NXP J2A080 80K +CPLC;; + +ICFabricator; 4790 +ICType; 5038 +OperatingSystemID; 4791 +OperatingSystemReleaseDate; 8102 +OperatingSystemReleaseLevel; 3100 +ICFabricationDate; 1070 +ICSerialNumber; 01075295 +ICBatchIdentifier; 5258 +ICModuleFabricator; 4812 +ICModulePackagingDate; 1077 +ICCManufacturer; 0000 +ICEmbeddingDate; 0000 +ICPrePersonalizer; 1908 +ICPrePersonalizationEquipmentDate; 2031 +ICPrePersonalizationEquipmentID; 30373532 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;1 ID;1 TYPE;DES3 LEN;16 +VER;1 ID;2 TYPE;DES3 LEN;16 +VER;1 ID;3 TYPE;DES3 LEN;16 + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/NXP_J3A080_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv b/Profiles/aid/NXP_J3A080_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv new file mode 100644 index 00000000..d0c7ff26 --- /dev/null +++ b/Profiles/aid/NXP_J3A080_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv @@ -0,0 +1,115 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BF81300008131FE454A434F5076323431B7 +Card name; NXP J3A080 +CPLC;; + +ICFabricator; 4790 +ICType; 5040 +OperatingSystemID; 4791 +OperatingSystemReleaseDate; 8102 +OperatingSystemReleaseLevel; 3100 +ICFabricationDate; 1035 +ICSerialNumber; 00310395 +ICBatchIdentifier; 4830 +ICModuleFabricator; 0000 +ICModulePackagingDate; 0000 +ICCManufacturer; 0000 +ICEmbeddingDate; 0000 +ICPrePersonalizer; 070B +ICPrePersonalizationEquipmentDate; 2630 +ICPrePersonalizationEquipmentID; 33313033 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/NXP_JCOP_1018_v2.3.1_AIDSUPPORT_3BFA1300008131FE454A434F5031305632333193.csv b/Profiles/aid/NXP_JCOP_1018_v2.3.1_AIDSUPPORT_3BFA1300008131FE454A434F5031305632333193.csv new file mode 100644 index 00000000..6e530de1 --- /dev/null +++ b/Profiles/aid/NXP_JCOP_1018_v2.3.1_AIDSUPPORT_3BFA1300008131FE454A434F5031305632333193.csv @@ -0,0 +1,110 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BFA1300008131FE454A434F5031305632333193 +Card name; NXP JCOP 1018 v2.3.1 +CPLC;; + +ICFabricator; 4790 +ICType; 5106 +OperatingSystemID; 4051 +OperatingSystemReleaseDate; 7095 +OperatingSystemReleaseLevel; 2B00 +ICFabricationDate; 8163 +ICSerialNumber; 00113891 +ICBatchIdentifier; 3850 +ICModuleFabricator; 0000 +ICModulePackagingDate; 0000 +ICCManufacturer; 0000 +ICEmbeddingDate; 0000 +ICPrePersonalizer; 0E0F +ICPrePersonalizationEquipmentDate; 1D30 +ICPrePersonalizationEquipmentID; 31313338 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.1 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; no; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; no; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; no; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; no; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; no; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/NXP_JCOP_21_V2.2_36K_AIDSUPPORT_3BF91800008131FE454A434F503231563232A9.csv b/Profiles/aid/NXP_JCOP_21_V2.2_36K_AIDSUPPORT_3BF91800008131FE454A434F503231563232A9.csv new file mode 100644 index 00000000..7d721afe --- /dev/null +++ b/Profiles/aid/NXP_JCOP_21_V2.2_36K_AIDSUPPORT_3BF91800008131FE454A434F503231563232A9.csv @@ -0,0 +1,110 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BF91800008131FE454A434F503231563232A9 +Card name; NXP JCOP 21 V2.2 36K +CPLC;; + +ICFabricator; 4790 +ICType; 5015 +OperatingSystemID; 4051 +OperatingSystemReleaseDate; 5158 +OperatingSystemReleaseLevel; 2400 +ICFabricationDate; 8015 +ICSerialNumber; 04081991 +ICBatchIdentifier; 3210 +ICModuleFabricator; 4810 +ICModulePackagingDate; 8022 +ICCManufacturer; 0000 +ICEmbeddingDate; 0000 +ICPrePersonalizer; 1920 +ICPrePersonalizationEquipmentDate; 1434 +ICPrePersonalizationEquipmentID; 30383139 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; no; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; no; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; no; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; no; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; no; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/NXP_JCOP_31_v2.4.1_72K_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv b/Profiles/aid/NXP_JCOP_31_v2.4.1_72K_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv new file mode 100644 index 00000000..5fa03b67 --- /dev/null +++ b/Profiles/aid/NXP_JCOP_31_v2.4.1_72K_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv @@ -0,0 +1,115 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BF81300008131FE454A434F5076323431B7 +Card name; NXP JCOP 31 v2.4.1 72K +CPLC;; + +ICFabricator; 4790 +ICType; 5040 +OperatingSystemID; 4791 +OperatingSystemReleaseDate; 8102 +OperatingSystemReleaseLevel; 3100 +ICFabricationDate; 1035 +ICSerialNumber; 00114095 +ICBatchIdentifier; 4830 +ICModuleFabricator; 0000 +ICModulePackagingDate; 0000 +ICCManufacturer; 0000 +ICEmbeddingDate; 0000 +ICPrePersonalizer; 072B +ICPrePersonalizationEquipmentDate; 2430 +ICPrePersonalizationEquipmentID; 31313430 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/NXP_JCOP_41_v2.2.1_72K_AIDSUPPORT_3BFA1800008131FE454A434F503431563232319D.csv b/Profiles/aid/NXP_JCOP_41_v2.2.1_72K_AIDSUPPORT_3BFA1800008131FE454A434F503431563232319D.csv new file mode 100644 index 00000000..d0831988 --- /dev/null +++ b/Profiles/aid/NXP_JCOP_41_v2.2.1_72K_AIDSUPPORT_3BFA1800008131FE454A434F503431563232319D.csv @@ -0,0 +1,110 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BFA1800008131FE454A434F503431563232319D +Card name; NXP JCOP 41 v2.2.1 72K +CPLC;; + +ICFabricator; 4790 +ICType; 5017 +OperatingSystemID; 4051 +OperatingSystemReleaseDate; 6138 +OperatingSystemReleaseLevel; 2700 +ICFabricationDate; 8129 +ICSerialNumber; 00015291 +ICBatchIdentifier; 3654 +ICModuleFabricator; 0000 +ICModulePackagingDate; 0000 +ICCManufacturer; 0000 +ICEmbeddingDate; 0000 +ICPrePersonalizer; 0328 +ICPrePersonalizationEquipmentDate; 0430 +ICPrePersonalizationEquipmentID; 30313532 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; no; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; no; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; no; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; no; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; no; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/NXP_JCOP_CJ2A081_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv b/Profiles/aid/NXP_JCOP_CJ2A081_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv new file mode 100644 index 00000000..15a133d5 --- /dev/null +++ b/Profiles/aid/NXP_JCOP_CJ2A081_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv @@ -0,0 +1,115 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BF81300008131FE454A434F5076323431B7 +Card name; NXP JCOP CJ2A081 +CPLC;; + +ICFabricator; 4790 +ICType; 5167 +OperatingSystemID; 4791 +OperatingSystemReleaseDate; 0078 +OperatingSystemReleaseLevel; 3400 +ICFabricationDate; 2240 +ICSerialNumber; 00038096 +ICBatchIdentifier; 2581 +ICModuleFabricator; 4812 +ICModulePackagingDate; 2247 +ICCManufacturer; 0000 +ICEmbeddingDate; 0000 +ICPrePersonalizer; 0939 +ICPrePersonalizationEquipmentDate; 1430 +ICPrePersonalizationEquipmentID; 30333830 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_15 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/NXP_JCOP_v2.4.2R3_AIDSUPPORT_3BF91300008131FE454A434F503234325233A2.csv b/Profiles/aid/NXP_JCOP_v2.4.2R3_AIDSUPPORT_3BF91300008131FE454A434F503234325233A2.csv new file mode 100644 index 00000000..9a82f009 --- /dev/null +++ b/Profiles/aid/NXP_JCOP_v2.4.2R3_AIDSUPPORT_3BF91300008131FE454A434F503234325233A2.csv @@ -0,0 +1,118 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3BF91300008131FE454A434F503234325233A2 +Card name; NXP JCOP v2.4.2R3 +CPLC;; + +ICFabricator; 4790 +ICType; 5074 +OperatingSystemID; 4791 +OperatingSystemReleaseDate; 2348 +OperatingSystemReleaseLevel; 4000 +ICFabricationDate; 3025 +ICSerialNumber; 00243096 +ICBatchIdentifier; 5531 +ICModuleFabricator; 4812 +ICModulePackagingDate; 3032 +ICCManufacturer; 0000 +ICEmbeddingDate; 0000 +ICPrePersonalizer; 171B +ICPrePersonalizationEquipmentDate; 3930 +ICPrePersonalizationEquipmentID; 32343330 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.2 +TAG3; 1.2.840.114283.3 +SCP version; SCP_02_55 +TAG5; 1.3.656.840.100.2.1.3 +TAG6; 1.3.6.1.4.1.42.2.110.1.2 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +VER;255 ID;2 TYPE;DES3 LEN;16 +VER;255 ID;3 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a0000000620101; 1; 3; javacard.framework; 2.2.2 +a0000000620101; 1; 4; javacard.framework; 3.0.1 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620102; 1; 3; javacard.security; 2.2.2 +a0000000620102; 1; 4; javacard.security; 3.0.1 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 +a0000000620201; 1; 3; javacardx.crypto; 2.2.2 +a0000000620201; 1; 4; javacardx.crypto; 3.0.1 +a0000000620203; 1; 0; javacardx.external; 2.2.2 +a0000000620209; 1; 0; javacardx.apdu; 2.2.2 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; yes; javacard.framework v1.3 a0000000620101; +040107A0000000620101; yes; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; yes; javacard.security v1.3 a0000000620102; +040107A0000000620102; yes; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; yes; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; yes; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; yes; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; yes; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/Oberthur_Cosmo_Dual_72K_AIDSUPPORT_3B7B1800000031C06477E30300829000.csv b/Profiles/aid/Oberthur_Cosmo_Dual_72K_AIDSUPPORT_3B7B1800000031C06477E30300829000.csv new file mode 100644 index 00000000..924aba7a --- /dev/null +++ b/Profiles/aid/Oberthur_Cosmo_Dual_72K_AIDSUPPORT_3B7B1800000031C06477E30300829000.csv @@ -0,0 +1,105 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3B7B1800000031C06477E30300829000 +Card name; Oberthur Cosmo Dual 72K +CPLC;; + +ICFabricator; 2050 +ICType; 5000 +OperatingSystemID; 4041 +OperatingSystemReleaseDate; 4091 +OperatingSystemReleaseLevel; 005F +ICFabricationDate; 7157 +ICSerialNumber; 000002D6 +ICBatchIdentifier; 0000 +ICModuleFabricator; 1912 +ICModulePackagingDate; 7157 +ICCManufacturer; 1913 +ICEmbeddingDate; 7157 +ICPrePersonalizer; 0000 +ICPrePersonalizationEquipmentDate; 0000 +ICPrePersonalizationEquipmentID; 00000000 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_01_05 +***** KEY INFO +VER;255 ID;1 TYPE;DES3 LEN;16 +Key version suggests factory keys + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; no; javacard.framework v1.2 a0000000620101; +030107A0000000620101; no; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; no; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; no; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; no; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; no; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; diff --git a/Profiles/aid/Oberthur_ID-One_Cosmo_64_RSA_v5.4_AIDSUPPORT_3B7B1800000031C06477E91000019000.csv b/Profiles/aid/Oberthur_ID-One_Cosmo_64_RSA_v5.4_AIDSUPPORT_3B7B1800000031C06477E91000019000.csv new file mode 100644 index 00000000..92ebbbf3 --- /dev/null +++ b/Profiles/aid/Oberthur_ID-One_Cosmo_64_RSA_v5.4_AIDSUPPORT_3B7B1800000031C06477E91000019000.csv @@ -0,0 +1,104 @@ +jcAIDScan version; 0.1.1 +Card ATR; 3B7B1800000031C06477E91000019000 +Card name; Oberthur ID-One Cosmo 64 RSA v5.4 +CPLC;; + +ICFabricator; 2050 +ICType; 5000 +OperatingSystemID; 4041 +OperatingSystemReleaseDate; 5273 +OperatingSystemReleaseLevel; 0060 +ICFabricationDate; 7031 +ICSerialNumber; 3091D46D +ICBatchIdentifier; 0000 +ICModuleFabricator; 1912 +ICModulePackagingDate; 7031 +ICCManufacturer; 1913 +ICEmbeddingDate; 7031 +ICPrePersonalizer; 1914 +ICPrePersonalizationEquipmentDate; 7031 +ICPrePersonalizationEquipmentID; 00115221 +ICPersonalizer; 0000 +ICPersonalizationDate; 0000 +ICPersonalizationEquipmentID; 00000000 +***** CARD DATA +GlobalPlatform card +Version; 2.1.1 +TAG3; 1.2.840.114283.3 +SCP version; SCP_01_05 +***** KEY INFO + +PACKAGE AID; MAJOR VERSION; MINOR VERSION; PACKAGE NAME; INTRODUCING JC API VERSION; +a0000000620001; 1; 0; java.lang; 2.1 +a0000000620002; 1; 0; java.io; 2.2.0 +a0000000620003; 1; 0; java.rmi; 2.2.0 +a0000000620101; 1; 0; javacard.framework; 2.1 +a0000000620101; 1; 1; javacard.framework; 2.2.0 +a0000000620101; 1; 2; javacard.framework; 2.2.1 +a000000062010101; 1; 0; javacard.framework.service; 2.2.0 +a0000000620102; 1; 0; javacard.security; 2.1 +a0000000620102; 1; 1; javacard.security; 2.1.1 +a0000000620102; 1; 2; javacard.security; 2.2.1 +a0000000620201; 1; 0; javacardx.crypto; 2.1 +a0000000620201; 1; 1; javacardx.crypto; 2.1.1 +a0000000620201; 1; 2; javacardx.crypto; 2.2.1 + +FULL PACKAGE AID; IS SUPPORTED?; PACKAGE NAME WITH VERSION; +000107A0000000620001; yes; java.lang v1.0 a0000000620001; +010107A0000000620001; no; java.lang v1.1 a0000000620001; +000107A0000000620002; yes; java.io v1.0 a0000000620002; +010107A0000000620002; no; java.io v1.1 a0000000620002; +000107A0000000620003; yes; java.rmi v1.0 a0000000620003; +010107A0000000620003; no; java.rmi v1.1 a0000000620003; +000107A0000000620101; yes; javacard.framework v1.0 a0000000620101; +010107A0000000620101; yes; javacard.framework v1.1 a0000000620101; +020107A0000000620101; yes; javacard.framework v1.2 a0000000620101; +030107A0000000620101; no; javacard.framework v1.3 a0000000620101; +040107A0000000620101; no; javacard.framework v1.4 a0000000620101; +050107A0000000620101; no; javacard.framework v1.5 a0000000620101; +060107A0000000620101; no; javacard.framework v1.6 a0000000620101; +070107A0000000620101; no; javacard.framework v1.7 a0000000620101; +000108A000000062010101; yes; javacard.framework.service v1.0 a000000062010101; +010108A000000062010101; no; javacard.framework.service v1.1 a000000062010101; +000107A0000000620102; yes; javacard.security v1.0 a0000000620102; +010107A0000000620102; yes; javacard.security v1.1 a0000000620102; +020107A0000000620102; yes; javacard.security v1.2 a0000000620102; +030107A0000000620102; no; javacard.security v1.3 a0000000620102; +040107A0000000620102; no; javacard.security v1.4 a0000000620102; +050107A0000000620102; no; javacard.security v1.5 a0000000620102; +060107A0000000620102; no; javacard.security v1.6 a0000000620102; +070107A0000000620102; no; javacard.security v1.7 a0000000620102; +000107A0000000620201; yes; javacardx.crypto v1.0 a0000000620201; +010107A0000000620201; yes; javacardx.crypto v1.1 a0000000620201; +020107A0000000620201; yes; javacardx.crypto v1.2 a0000000620201; +030107A0000000620201; no; javacardx.crypto v1.3 a0000000620201; +040107A0000000620201; no; javacardx.crypto v1.4 a0000000620201; +050107A0000000620201; no; javacardx.crypto v1.5 a0000000620201; +060107A0000000620201; no; javacardx.crypto v1.6 a0000000620201; +070107A0000000620201; no; javacardx.crypto v1.7 a0000000620201; +000107A0000000620202; no; javacardx.biometry v1.0 a0000000620202; +010107A0000000620202; no; javacardx.biometry v1.1 a0000000620202; +020107A0000000620202; no; javacardx.biometry v1.2 a0000000620202; +030107A0000000620202; no; javacardx.biometry v1.3 a0000000620202; +040107A0000000620202; no; javacardx.biometry v1.4 a0000000620202; +000107A0000000620203; no; javacardx.external v1.0 a0000000620203; +010107A0000000620203; no; javacardx.external v1.1 a0000000620203; +000107A0000000620204; no; javacardx.biometry1toN v1.0 a0000000620204; +010107A0000000620204; no; javacardx.biometry1toN v1.1 a0000000620204; +000107A0000000620205; no; javacardx.security v1.0 a0000000620205; +010107A0000000620205; no; javacardx.security v1.1 a0000000620205; +000108A000000062020801; no; javacardx.framework.util v1.0 a000000062020801; +010108A000000062020801; no; javacardx.framework.util v1.1 a000000062020801; +020108A000000062020801; no; javacardx.framework.util v1.2 a000000062020801; +000109A00000006202080101; no; javacardx.framework.util.intx v1.0 a00000006202080101; +010109A00000006202080101; no; javacardx.framework.util.intx v1.1 a00000006202080101; +000108A000000062020802; no; javacardx.framework.math v1.0 a000000062020802; +010108A000000062020802; no; javacardx.framework.math v1.1 a000000062020802; +000108A000000062020803; no; javacardx.framework.tlv v1.0 a000000062020803; +010108A000000062020803; no; javacardx.framework.tlv v1.1 a000000062020803; +000108A000000062020804; no; javacardx.framework.string v1.0 a000000062020804; +010108A000000062020804; no; javacardx.framework.string v1.1 a000000062020804; +000107A0000000620209; no; javacardx.apdu v1.0 a0000000620209; +010107A0000000620209; no; javacardx.apdu v1.1 a0000000620209; +000108A000000062020901; no; javacardx.apdu.util v1.0 a000000062020901; +010108A000000062020901; no; javacardx.apdu.util v1.1 a000000062020901; From d3f1e7aa428df4ce2f16f87f64ee3b11c688eab7 Mon Sep 17 00:00:00 2001 From: petrs Date: Thu, 19 Jul 2018 16:03:11 +0200 Subject: [PATCH 8/8] updated results (jc support version, link to file with supported packages) --- ...81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv | 8228 ++++++ ...81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv | 23440 ++++++++++++++++ ..._80_73_c8_21_13_09_(provided_by_PetrS).csv | 1 + ...2_7e_00_86_(provided_by_Thotheolh_Tay).csv | 2 + ..._04_f2_72_fe_00_a1_(provided_by_PetrS).csv | 2 + ..._0e_(provided_by_Ivo_Kubjas_and_PetrS).csv | 253 - ..._0e_(provided_by_Ivo_Kubjas_and_PetrS).csv | 2 + ..._(provided_by_PetrS_and_Keneth_Benson).csv | 2 + ..._40_13_00_90_00_92_(provided_by_PetrS).csv | 3 +- ..._38_31_2d_6e_46_a9_(provided_by_PetrS).csv | 2 + ...6e_66_c4_(provided_by_Cosmo_and_PetrS).csv | 2 + ..._10_83_01_90_00_f2_(provided_by_PetrS).csv | 3 +- ...ovided_by_Till_Maas_RedTeamPentesting).csv | 274 - ...Till_Maas_RedTeamPentesting_and_PetrS).csv | 292 + ...vided_by_JavaCardOS_and_Thotheolh_Tay).csv | 2 + ...81_31_fe_45_4a_43_4f_50_76_32_34_31_b7.csv | 292 + ...31 56 32 32 31 9d _(provided_by_PetrS).csv | 1 + ..._30_56_32_33_31_93_(provided_by_PetrS).csv | 2 + ..._32_34_32_52_33_a2_(provided_by_PetrS).csv | 3 +- ..._32_31_56_32_32_a9_(provided_by_PetrS).csv | 1 + ..._50_76_32_34_31_b7_(provided_by_PetrS).csv | 1 + ..._50_76_32_34_31_b7_(provided_by_PetrS).csv | 1 + ...31 56 32 34 31 89 _(provided_by_PetrS).csv | 1 + ...50_76_32_34_31_bc__(provided_by_PetrS).csv | 2 + ... E3 03 00 82 90 00_(provided_by_PetrS).csv | 3 +- ..._e9_10_00_01_90_00_(provided_by_PetrS).csv | 1 + ... xx xx xx xx xx xx_(provided_by_Cosmo).csv | 3 +- ... xx xx xx xx xx xx_(provided_by_Cosmo).csv | 3 +- ... xx xx xx xx xx xx_(provided_by_Cosmo).csv | 3 +- 29 files changed, 32288 insertions(+), 537 deletions(-) create mode 100644 Profiles/performance/fixed/NXP_J3H081_EMV____PERFORMANCE_SYMMETRIC_ASYMMETRIC_DATAFIXED_1529520022456__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv create mode 100644 Profiles/performance/variable/NXP_J3H081_EMV____PERFORMANCE_SYMMETRIC_ASYMMETRIC_DATADEPEND_1529522864913__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv delete mode 100644 Profiles/results/Feitian_JavaCOS_A22_3b_fc_18_00_00_81_31_80_45_90_67_46_4a_00_68_08_04_00_00_00_00_0e_(provided_by_Ivo_Kubjas_and_PetrS).csv delete mode 100644 Profiles/results/Infineon_SLE78_Universal_JCard_ALGSUPPORT__3b_fd_96_00_00_81_31_fe_45_53_4c_4a_35_32_47_44_4c_31_32_38_43_52_57_(provided_by_Till_Maas_RedTeamPentesting).csv create mode 100644 Profiles/results/Infineon_SLE78_Universal_JCard_ALGSUPPORT__3b_fd_96_00_00_81_31_fe_45_53_4c_4a_35_32_47_44_4c_31_32_38_43_52_57_(provided_by_Till_Maas_RedTeamPentesting_and_PetrS).csv create mode 100644 Profiles/results/NXP_J3A080_ICFabDate_2011_035_ALGSUPPORT__3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7.csv diff --git a/Profiles/performance/fixed/NXP_J3H081_EMV____PERFORMANCE_SYMMETRIC_ASYMMETRIC_DATAFIXED_1529520022456__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv b/Profiles/performance/fixed/NXP_J3H081_EMV____PERFORMANCE_SYMMETRIC_ASYMMETRIC_DATAFIXED_1529520022456__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv new file mode 100644 index 00000000..0ae75873 --- /dev/null +++ b/Profiles/performance/fixed/NXP_J3H081_EMV____PERFORMANCE_SYMMETRIC_ASYMMETRIC_DATAFIXED_1529520022456__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv @@ -0,0 +1,8228 @@ +INFO: This file was generated by AlgTest utility. See http://www.fi.muni.cz/~xsvenda/jcsupport.html for more results, source codes and other details.; +Tested and provided by; insert your name please.; +Execution date/time; 2018/06/20 13:40:22 +AlgTestJClient version; 1.7.4 +AlgTest applet version; 1.7.4 +Used reader; PC/SC terminal Gemplus USB Smart Card Reader 0 +Card ATR; 3b f8 18 00 00 81 31 fe 45 00 73 c8 40 00 00 90 00 80 +Card name; J3H081 EMV +Used protocol; T=1 + +JCSystem.getVersion()[Major.Minor];3.0; +JCSystem.isObjectDeletionSupported;yes; +JCSystem.MEMORY_TYPE_PERSISTENT;31548B; +JCSystem.MEMORY_TYPE_TRANSIENT_RESET;1300B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1960B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1960B; + +CPLC; 9f 7f 2a 47 90 6b 64 47 00 e4 d8 03 00 63 55 02 22 23 98 58 13 00 00 00 00 00 00 00 00 02 26 5b 32 32 32 32 33 00 00 00 00 00 00 00 00 +CPLC.ICFabricator;4790;NXP +CPLC.ICType;6b64 +CPLC.OperatingSystemID;4700 +CPLC.OperatingSystemReleaseDate;e4d8 +CPLC.OperatingSystemReleaseLevel;0300 +CPLC.ICFabricationDate;6355;(Y DDD) date in that year +CPLC.ICSerialNumber;02222398 +CPLC.ICBatchIdentifier;5813 +CPLC.ICModuleFabricator;0000 +CPLC.ICModulePackagingDate;0000 +CPLC.ICCManufacturer;0000 +CPLC.ICEmbeddingDate;0000 +CPLC.ICPrePersonalizer;0226 +CPLC.ICPrePersonalizationEquipmentDate;5b32 +CPLC.ICPrePersonalizationEquipmentID;32323233 +CPLC.ICPersonalizer;0000 +CPLC.ICPersonalizationDate;0000 +CPLC.ICPersonalizationEquipmentID;00000000 +CPLC.ICPersonalizationEquipmentID;00000000 + + +MESSAGE DIGEST + +method name:; ALG_SHA MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 01 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;108.00;108.00;108.00;109.00;108.00; +baseline stats (ms):;avg:;108.20;min:;108.00;max:;109.00; +operation raw measurements (ms):;331.80;333.80;332.80;332.80;332.80; +operation stats (ms/op):;avg op:;6.66;min op:;6.64;max op:;6.68; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SHA MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 01 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;110.00;109.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.20;min:;109.00;max:;110.00; +operation raw measurements (ms):;283.14;283.14;284.14;283.14;284.14; +operation stats (ms/op):;avg op:;5.67;min op:;5.66;max op:;5.68; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SHA MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 01 ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;110.00;108.00;109.00;108.00;109.00; +baseline stats (ms):;avg:;108.80;min:;108.00;max:;110.00; +operation raw measurements (ms):;345.54;346.54;345.54;345.54;346.54; +operation stats (ms/op):;avg op:;6.92;min op:;6.91;max op:;6.93; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_MD5 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 02 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;109.00;109.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;109.00;max:;109.00; +operation raw measurements (ms):;367.00;368.00;368.00;369.00;367.00; +operation stats (ms/op):;avg op:;7.36;min op:;7.34;max op:;7.38; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_MD5 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 02 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;110.00;110.00;108.00;110.00;110.00; +baseline stats (ms):;avg:;110.00;min:;108.00;max:;110.00; +operation raw measurements (ms):;304.64;305.64;304.64;305.64;304.64; +operation stats (ms/op):;avg op:;6.10;min op:;6.09;max op:;6.11; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_MD5 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 02 ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;109.00;109.00;108.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;109.00; +operation raw measurements (ms):;393.64;393.64;394.64;392.64;392.64; +operation stats (ms/op):;avg op:;7.87;min op:;7.85;max op:;7.89; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_RIPEMD160 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 03 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RIPEMD160 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 03 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RIPEMD160 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 03 ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 04 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;109.00;110.00;109.00;109.00;110.00; +baseline stats (ms):;avg:;109.40;min:;109.00;max:;110.00; +operation raw measurements (ms):;342.60;341.60;341.60;341.60;340.60; +operation stats (ms/op):;avg op:;6.83;min op:;6.81;max op:;6.85; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SHA_256 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 04 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;110.00;109.00;109.00;110.00;110.00; +baseline stats (ms):;avg:;109.60;min:;109.00;max:;110.00; +operation raw measurements (ms):;307.57;306.57;306.57;306.57;307.57; +operation stats (ms/op):;avg op:;6.14;min op:;6.13;max op:;6.15; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SHA_256 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 04 ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;108.00;108.00;115.00;108.00;108.00; +baseline stats (ms):;avg:;109.40;min:;108.00;max:;115.00;;;CHECK +operation raw measurements (ms):;354.77;357.77;355.77;355.77;355.77; +operation stats (ms/op):;avg op:;7.12;min op:;7.10;max op:;7.16; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SHA_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 05 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_384 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 05 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_384 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 05 ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 06 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_512 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 06 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_512 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 06 ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 07 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;108.00;108.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;362.40;364.40;362.40;362.40;363.40; +operation stats (ms/op):;avg op:;7.26;min op:;7.25;max op:;7.29; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SHA_224 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 07 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;110.00;108.00;110.00;109.00;108.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;110.00; +operation raw measurements (ms):;306.74;306.74;306.74;308.74;306.74; +operation stats (ms/op):;avg op:;6.14;min op:;6.13;max op:;6.17; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SHA_224 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 07 ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;109.00;109.00;109.00;108.00;108.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;375.14;377.14;376.14;376.14;377.14; +operation stats (ms/op):;avg op:;7.53;min op:;7.50;max op:;7.54; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SHA3_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 08 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_224 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 08 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_224 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 08 ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 09 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_256 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 09 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_256 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 09 ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0a ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_384 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0a ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_384 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0a ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0b ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_512 MessageDigest_update() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0b ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_512 MessageDigest_reset() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0b ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + + +MESSAGE DIGEST - END + + +RANDOM GENERATOR + +method name:; ALG_PSEUDO_RANDOM RandomData_generateData() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 01 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;109.00;108.00;110.00;109.00;109.00; +baseline stats (ms):;avg:;109.25;min:;108.00;max:;110.00; +operation raw measurements (ms):;103.75;104.75;104.75;103.75;103.75; +operation stats (ms/op):;avg op:;2.08;min op:;2.08;max op:;2.10; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_PSEUDO_RANDOM RandomData_setSeed() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 01 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;110.00;108.00;108.00;108.00;109.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;110.00; +operation raw measurements (ms):;18.40;19.40;19.40;20.40;19.40; +operation stats (ms/op):;avg op:;0.39;min op:;0.37;max op:;0.41;;CHECK +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SECURE_RANDOM RandomData_generateData() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 02 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;108.00;109.00;108.00;108.00;109.00; +baseline stats (ms):;avg:;108.40;min:;108.00;max:;109.00; +operation raw measurements (ms):;104.60;105.60;103.60;105.60;104.60; +operation stats (ms/op):;avg op:;2.10;min op:;2.07;max op:;2.11; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_SECURE_RANDOM RandomData_setSeed() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 02 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;108.00;110.00;109.00;109.00;108.00; +baseline stats (ms):;avg:;108.80;min:;108.00;max:;110.00; +operation raw measurements (ms):;20.20;19.20;19.20;21.20;19.20; +operation stats (ms/op):;avg op:;0.40;min op:;0.38;max op:;0.42;;CHECK +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_TRNG RandomData_generateData() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 03 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_TRNG RandomData_setSeed() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 03 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_ALG_PRESEEDED_DRBG RandomData_generateData() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 04 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_ALG_PRESEEDED_DRBG RandomData_setSeed() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 04 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_FAST RandomData_generateData() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 05 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_FAST RandomData_setSeed() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 05 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_KEYGENERATION RandomData_generateData() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 06 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_KEYGENERATION RandomData_setSeed() +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 06 ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + + +RANDOM GENERATOR - END + + +CIPHER + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;147.00;145.00;145.00; +baseline stats (ms):;avg:;146.00;min:;145.00;max:;147.00; +operation raw measurements (ms):;428.00;428.00;428.00;428.00;427.00; +operation stats (ms/op):;avg op:;8.56;min op:;8.54;max op:;8.56; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 40 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;145.00;146.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;549.75;560.75;559.75;561.75;561.75; +operation stats (ms/op):;avg op:;11.18;min op:;11.00;max op:;11.24; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;146.00;147.00;145.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;427.75;427.75;426.75;426.75;427.75; +operation stats (ms/op):;avg op:;8.55;min op:;8.54;max op:;8.56; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 40 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;551.40;560.40;567.40;562.40;561.40; +operation stats (ms/op):;avg op:;11.21;min op:;11.03;max op:;11.35; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;145.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;681.80;683.80;681.80;682.80;682.80; +operation stats (ms/op):;avg op:;13.65;min op:;13.64;max op:;13.68; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 40 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;148.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;148.00; +operation raw measurements (ms):;551.40;560.40;560.40;560.40;559.40; +operation stats (ms/op):;avg op:;11.17;min op:;11.03;max op:;11.21; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 40 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;424.40;425.40;424.40;424.40;424.40; +operation stats (ms/op):;avg op:;8.49;min op:;8.49;max op:;8.51; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 40 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;550.60;560.60;561.60;560.60;560.60; +operation stats (ms/op):;avg op:;11.18;min op:;11.01;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;423.80;424.80;424.80;425.80;424.80; +operation stats (ms/op):;avg op:;8.50;min op:;8.48;max op:;8.52; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 40 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;148.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;148.00; +operation raw measurements (ms):;551.60;559.60;560.60;561.60;561.60; +operation stats (ms/op):;avg op:;11.18;min op:;11.03;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;677.60;676.60;676.60;676.60;678.60; +operation stats (ms/op):;avg op:;13.54;min op:;13.53;max op:;13.57; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 40 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;148.00;148.00;146.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;552.20;559.20;561.20;560.20;559.20; +operation stats (ms/op):;avg op:;11.17;min op:;11.04;max op:;11.22; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 40 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;148.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;448.20;447.20;449.20;449.20;448.20; +operation stats (ms/op):;avg op:;8.97;min op:;8.94;max op:;8.98; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;148.00;148.00;145.00; +baseline stats (ms):;avg:;146.80;min:;145.00;max:;148.00; +operation raw measurements (ms):;550.20;560.20;560.20;560.20;559.20; +operation stats (ms/op):;avg op:;11.16;min op:;11.00;max op:;11.20; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;448.00;449.00;449.00;448.00;448.00; +operation stats (ms/op):;avg op:;8.97;min op:;8.96;max op:;8.98; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;550.80;560.80;560.80;562.80;560.80; +operation stats (ms/op):;avg op:;11.18;min op:;11.02;max op:;11.26; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;147.00;146.00;145.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;711.80;710.80;711.80;710.80;710.80; +operation stats (ms/op):;avg op:;14.22;min op:;14.22;max op:;14.24; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;551.60;561.60;561.60;560.60;562.60; +operation stats (ms/op):;avg op:;11.19;min op:;11.03;max op:;11.25; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;145.00;147.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;446.25;447.25;446.25;444.25;446.25; +operation stats (ms/op):;avg op:;8.92;min op:;8.89;max op:;8.95; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;551.60;561.60;560.60;560.60;561.60; +operation stats (ms/op):;avg op:;11.18;min op:;11.03;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;446.00;444.00;446.00;445.00;447.00; +operation stats (ms/op):;avg op:;8.91;min op:;8.88;max op:;8.94; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;551.40;561.40;560.40;560.40;561.40; +operation stats (ms/op):;avg op:;11.18;min op:;11.03;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;146.00;148.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;148.00; +operation raw measurements (ms):;706.60;706.60;706.60;707.60;705.60; +operation stats (ms/op):;avg op:;14.13;min op:;14.11;max op:;14.15; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;145.00;146.00;145.00;146.00;146.00; +baseline stats (ms):;avg:;145.60;min:;145.00;max:;146.00; +operation raw measurements (ms):;551.40;562.40;563.40;562.40;562.40; +operation stats (ms/op):;avg op:;11.21;min op:;11.03;max op:;11.27; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;469.80;469.80;468.80;469.80;468.80; +operation stats (ms/op):;avg op:;9.39;min op:;9.38;max op:;9.40; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;551.40;560.40;561.40;561.40;560.40; +operation stats (ms/op):;avg op:;11.18;min op:;11.03;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;148.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;468.20;468.20;467.20;468.20;470.20; +operation stats (ms/op):;avg op:;9.37;min op:;9.34;max op:;9.40; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;146.00;146.00;145.00; +baseline stats (ms):;avg:;146.00;min:;145.00;max:;146.00; +operation raw measurements (ms):;551.00;562.00;562.00;561.00;560.00; +operation stats (ms/op):;avg op:;11.18;min op:;11.02;max op:;11.24; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;750.60;751.60;751.60;750.60;751.60; +operation stats (ms/op):;avg op:;15.02;min op:;15.01;max op:;15.03; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;146.00;146.00;145.00; +baseline stats (ms):;avg:;146.00;min:;145.00;max:;146.00; +operation raw measurements (ms):;551.00;560.00;561.00;560.00;561.00; +operation stats (ms/op):;avg op:;11.17;min op:;11.02;max op:;11.22; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;465.60;465.60;466.60;465.60;465.60; +operation stats (ms/op):;avg op:;9.32;min op:;9.31;max op:;9.33; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;550.00;560.00;561.00;560.00;560.00; +operation stats (ms/op):;avg op:;11.16;min op:;11.00;max op:;11.22; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;466.60;466.60;466.60;465.60;465.60; +operation stats (ms/op):;avg op:;9.32;min op:;9.31;max op:;9.33; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;145.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;551.75;560.75;560.75;561.75;561.75; +operation stats (ms/op):;avg op:;11.19;min op:;11.04;max op:;11.24; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;745.60;746.60;746.60;746.60;746.60; +operation stats (ms/op):;avg op:;14.93;min op:;14.91;max op:;14.93; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;145.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;550.25;560.25;561.25;561.25;560.25; +operation stats (ms/op):;avg op:;11.17;min op:;11.01;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;477.60;478.60;479.60;479.60;480.60; +operation stats (ms/op):;avg op:;9.58;min op:;9.55;max op:;9.61; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;552.00;561.00;561.00;560.00;561.00; +operation stats (ms/op):;avg op:;11.18;min op:;11.04;max op:;11.22; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;146.00;148.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;148.00; +operation raw measurements (ms):;475.40;477.40;476.40;476.40;477.40; +operation stats (ms/op):;avg op:;9.53;min op:;9.51;max op:;9.55; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;148.00;146.00;145.00;147.00; +baseline stats (ms):;avg:;146.40;min:;145.00;max:;148.00; +operation raw measurements (ms):;552.60;560.60;562.60;560.60;560.60; +operation stats (ms/op):;avg op:;11.19;min op:;11.05;max op:;11.25; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;147.00;146.00;148.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;478.20;478.20;479.20;479.20;479.20; +operation stats (ms/op):;avg op:;9.58;min op:;9.56;max op:;9.58; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;146.00;145.00;146.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;552.75;562.75;561.75;561.75;560.75; +operation stats (ms/op):;avg op:;11.20;min op:;11.06;max op:;11.26; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;767.20;769.20;770.20;768.20;770.20; +operation stats (ms/op):;avg op:;15.38;min op:;15.34;max op:;15.40; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;552.40;560.40;561.40;561.40;561.40; +operation stats (ms/op):;avg op:;11.19;min op:;11.05;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;477.60;476.60;478.60;476.60;476.60; +operation stats (ms/op):;avg op:;9.54;min op:;9.53;max op:;9.57; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;147.00;147.00;145.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;552.25;560.25;562.25;561.25;560.25; +operation stats (ms/op):;avg op:;11.19;min op:;11.05;max op:;11.25; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;148.00;147.00;146.00;147.00;145.00; +baseline stats (ms):;avg:;146.60;min:;145.00;max:;148.00; +operation raw measurements (ms):;763.40;765.40;765.40;766.40;766.40; +operation stats (ms/op):;avg op:;15.31;min op:;15.27;max op:;15.33; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;551.80;560.80;561.80;560.80;560.80; +operation stats (ms/op):;avg op:;11.18;min op:;11.04;max op:;11.24; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 80 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;503.60;505.60;504.60;505.60;506.60; +operation stats (ms/op):;avg op:;10.10;min op:;10.07;max op:;10.13; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;145.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;551.80;561.80;560.80;561.80;562.80; +operation stats (ms/op):;avg op:;11.20;min op:;11.04;max op:;11.26; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;145.00;146.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;501.25;503.25;502.25;503.25;502.25; +operation stats (ms/op):;avg op:;10.05;min op:;10.03;max op:;10.07; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;552.80;560.80;562.80;562.80;561.80; +operation stats (ms/op):;avg op:;11.20;min op:;11.06;max op:;11.26; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;503.60;504.60;505.60;505.60;505.60; +operation stats (ms/op):;avg op:;10.10;min op:;10.07;max op:;10.11; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;148.00;146.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;551.75;560.75;560.75;560.75;560.75; +operation stats (ms/op):;avg op:;11.18;min op:;11.04;max op:;11.22; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;815.60;817.60;816.60;817.60;817.60; +operation stats (ms/op):;avg op:;16.34;min op:;16.31;max op:;16.35; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.00;min:;146.00;max:;146.00; +operation raw measurements (ms):;552.00;563.00;562.00;561.00;562.00; +operation stats (ms/op):;avg op:;11.20;min op:;11.04;max op:;11.26; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;503.60;502.60;502.60;502.60;502.60; +operation stats (ms/op):;avg op:;10.06;min op:;10.05;max op:;10.07; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;552.40;561.40;559.40;561.40;561.40; +operation stats (ms/op):;avg op:;11.18;min op:;11.05;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;148.00;147.00;145.00;146.00; +baseline stats (ms):;avg:;146.40;min:;145.00;max:;148.00; +operation raw measurements (ms):;810.60;812.60;812.60;812.60;811.60; +operation stats (ms/op):;avg op:;16.24;min op:;16.21;max op:;16.25; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;551.60;561.60;560.60;561.60;562.60; +operation stats (ms/op):;avg op:;11.19;min op:;11.03;max op:;11.25; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 c0 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;148.00;146.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;148.00; +operation raw measurements (ms):;510.40;511.40;512.40;512.40;511.40; +operation stats (ms/op):;avg op:;10.23;min op:;10.21;max op:;10.25; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;145.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;551.80;561.80;562.80;562.80;561.80; +operation stats (ms/op):;avg op:;11.20;min op:;11.04;max op:;11.26; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;509.60;509.60;509.60;509.60;510.60; +operation stats (ms/op):;avg op:;10.20;min op:;10.19;max op:;10.21; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;552.60;561.60;561.60;561.60;560.60; +operation stats (ms/op):;avg op:;11.19;min op:;11.05;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;509.40;511.40;512.40;511.40;512.40; +operation stats (ms/op):;avg op:;10.23;min op:;10.19;max op:;10.25; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;146.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;552.60;561.60;560.60;562.60;561.60; +operation stats (ms/op):;avg op:;11.20;min op:;11.05;max op:;11.25; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;148.00;145.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;148.00; +operation raw measurements (ms):;824.80;827.80;826.80;825.80;826.80; +operation stats (ms/op):;avg op:;16.53;min op:;16.50;max op:;16.56; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;149.00;147.00;145.00;148.00; +baseline stats (ms):;avg:;147.00;min:;145.00;max:;149.00; +operation raw measurements (ms):;551.00;561.00;560.00;561.00;561.00; +operation stats (ms/op):;avg op:;11.18;min op:;11.02;max op:;11.22; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;508.00;510.00;509.00;508.00;509.00; +operation stats (ms/op):;avg op:;10.18;min op:;10.16;max op:;10.20; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;146.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;552.60;560.60;560.60;560.60;561.60; +operation stats (ms/op):;avg op:;11.18;min op:;11.05;max op:;11.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;819.00;821.00;821.00;821.00;822.00; +operation stats (ms/op):;avg op:;16.42;min op:;16.38;max op:;16.44; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;552.60;561.60;560.60;562.60;561.60; +operation stats (ms/op):;avg op:;11.20;min op:;11.05;max op:;11.25; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 01 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 02 00 00 07 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 02 00 00 04 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 02 00 00 07 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 02 00 00 04 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 02 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 02 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 02 00 00 07 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 02 00 00 04 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 02 00 00 07 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 02 00 00 04 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 02 e0 00 07 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 02 e0 00 04 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 02 e0 00 07 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 02 e0 00 04 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 02 e0 00 07 00 5c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 02 e0 00 04 00 5c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 02 e0 00 07 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 02 e0 00 04 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 02 e0 00 07 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 02 e0 00 04 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 03 00 00 07 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 03 00 00 04 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 03 00 00 07 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 03 00 00 04 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 03 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 03 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 03 00 00 07 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 03 00 00 04 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 03 00 00 07 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 03 00 00 04 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 03 80 00 07 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 03 80 00 04 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 03 80 00 07 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 03 80 00 04 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 03 80 00 07 00 70 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 03 80 00 04 00 70 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 03 80 00 07 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 03 80 00 04 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 03 80 00 07 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 03 80 00 04 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 04 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 04 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 04 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 04 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 04 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 04 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 04 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 04 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 04 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 04 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 05 00 00 07 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 05 00 00 04 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 05 00 00 07 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 05 00 00 04 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 05 00 00 07 00 a0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 05 00 00 04 00 a0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 05 00 00 07 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 05 00 00 04 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 05 00 00 07 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 05 00 00 04 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 06 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 06 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 06 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 06 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 06 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 06 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 06 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 06 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 06 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 06 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 07 c0 00 07 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 07 c0 00 04 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 07 c0 00 07 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 07 c0 00 04 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 07 c0 00 07 00 f8 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 07 c0 00 04 00 f8 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 07 c0 00 07 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 07 c0 00 04 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 07 c0 00 07 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 07 c0 00 04 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 08 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 08 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 08 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 08 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 08 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 08 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 08 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 08 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 08 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 08 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 0c 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 0c 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 0c 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 0c 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 0c 00 00 07 01 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 0c 00 00 04 01 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 0c 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 0c 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 0c 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 0c 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 10 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 10 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 10 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 10 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 10 00 00 07 02 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 10 00 00 04 02 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 10 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 10 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 10 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 10 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 02 00 00 07 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 02 00 00 04 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 02 00 00 07 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 02 00 00 04 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 02 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 02 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 02 00 00 07 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 02 00 00 04 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 02 00 00 07 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 02 00 00 04 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 02 e0 00 07 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 02 e0 00 04 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 02 e0 00 07 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 02 e0 00 04 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 02 e0 00 07 00 5c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 02 e0 00 04 00 5c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 02 e0 00 07 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 02 e0 00 04 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 02 e0 00 07 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 02 e0 00 04 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 03 00 00 07 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 03 00 00 04 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 03 00 00 07 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 03 00 00 04 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 03 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 03 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 03 00 00 07 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 03 00 00 04 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 03 00 00 07 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 03 00 00 04 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 03 80 00 07 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 03 80 00 04 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 03 80 00 07 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 03 80 00 04 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 03 80 00 07 00 70 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 03 80 00 04 00 70 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 03 80 00 07 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 03 80 00 04 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 03 80 00 07 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 03 80 00 04 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 04 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 04 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 04 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 04 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 04 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 04 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 04 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 04 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 04 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 04 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 05 00 00 07 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 05 00 00 04 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 05 00 00 07 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 05 00 00 04 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 05 00 00 07 00 a0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 05 00 00 04 00 a0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 05 00 00 07 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 05 00 00 04 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 05 00 00 07 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 05 00 00 04 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 06 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 06 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 06 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 06 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 06 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 06 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 06 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 06 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 06 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 06 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 07 c0 00 07 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 07 c0 00 04 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 07 c0 00 07 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 07 c0 00 04 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 07 c0 00 07 00 f8 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 07 c0 00 04 00 f8 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 07 c0 00 07 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 07 c0 00 04 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 07 c0 00 07 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 07 c0 00 04 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 08 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 08 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 08 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 08 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 08 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 08 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 08 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 08 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 08 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 08 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 0c 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 0c 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 0c 00 00 07 01 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 0c 00 00 04 01 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 0c 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 0c 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 10 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 10 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 10 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 10 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 10 00 00 07 02 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 10 00 00 04 02 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 10 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 10 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 10 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 10 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 02 00 00 07 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 02 00 00 04 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 02 00 00 07 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 02 00 00 04 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 02 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 02 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 02 00 00 07 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 02 00 00 04 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 02 00 00 07 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 02 00 00 04 00 20 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 02 e0 00 07 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 02 e0 00 04 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 02 e0 00 07 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 02 e0 00 04 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 02 e0 00 07 00 5c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 02 e0 00 04 00 5c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 02 e0 00 07 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 02 e0 00 04 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 02 e0 00 07 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 02 e0 00 04 00 2e ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 03 00 00 07 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 03 00 00 04 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 03 00 00 07 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 03 00 00 04 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 03 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 03 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 03 00 00 07 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 03 00 00 04 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 03 00 00 07 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 03 00 00 04 00 30 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 03 80 00 07 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 03 80 00 04 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 03 80 00 07 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 03 80 00 04 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 03 80 00 07 00 70 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 03 80 00 04 00 70 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 03 80 00 07 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 03 80 00 04 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 03 80 00 07 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 03 80 00 04 00 38 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 04 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 04 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 04 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 04 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 04 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 04 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 04 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 04 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 04 00 00 07 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 04 00 00 04 00 40 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 05 00 00 07 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 05 00 00 04 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 05 00 00 07 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 05 00 00 04 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 05 00 00 07 00 a0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 05 00 00 04 00 a0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 05 00 00 07 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 05 00 00 04 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 05 00 00 07 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 05 00 00 04 00 50 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 06 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 06 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 06 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 06 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 06 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 06 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 06 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 06 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 06 00 00 07 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 06 00 00 04 00 60 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 07 c0 00 07 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 07 c0 00 04 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 07 c0 00 07 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 07 c0 00 04 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 07 c0 00 07 00 f8 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 07 c0 00 04 00 f8 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 07 c0 00 07 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 07 c0 00 04 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 07 c0 00 07 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 07 c0 00 04 00 7c ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 08 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 08 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 08 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 08 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 08 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 08 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 08 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 08 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 08 00 00 07 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 08 00 00 04 00 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 0c 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 0c 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 0c 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 0c 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 0c 00 00 07 01 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 0c 00 00 04 01 80 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 0c 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 0c 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 0c 00 00 07 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 0c 00 00 04 00 c0 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 10 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 10 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 10 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 10 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 10 00 00 07 02 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 10 00 00 04 02 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 10 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 10 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 10 00 00 07 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 10 00 00 04 01 00 ff ff 00 01 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 02 00 00 07 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 02 00 00 04 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 02 00 00 07 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 02 00 00 04 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 02 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 02 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 02 00 00 07 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 02 00 00 04 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 02 00 00 07 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 02 00 00 04 00 20 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 02 e0 00 07 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 02 e0 00 04 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 02 e0 00 07 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 02 e0 00 04 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 02 e0 00 07 00 5c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 02 e0 00 04 00 5c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 02 e0 00 07 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 02 e0 00 04 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 02 e0 00 07 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 02 e0 00 04 00 2e ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 03 00 00 07 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 03 00 00 04 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 03 00 00 07 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 03 00 00 04 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 03 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 03 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 03 00 00 07 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 03 00 00 04 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 03 00 00 07 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 03 00 00 04 00 30 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 03 80 00 07 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 03 80 00 04 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 03 80 00 07 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 03 80 00 04 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 03 80 00 07 00 70 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 03 80 00 04 00 70 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 03 80 00 07 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 03 80 00 04 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 03 80 00 07 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 03 80 00 04 00 38 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 04 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 04 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 04 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 04 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 04 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 04 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 04 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 04 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 04 00 00 07 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 04 00 00 04 00 40 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 05 00 00 07 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 05 00 00 04 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 05 00 00 07 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 05 00 00 04 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 05 00 00 07 00 a0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 05 00 00 04 00 a0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 05 00 00 07 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 05 00 00 04 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 05 00 00 07 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 05 00 00 04 00 50 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 06 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 06 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 06 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 06 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 06 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 06 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 06 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 06 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 06 00 00 07 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 06 00 00 04 00 60 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 07 c0 00 07 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 07 c0 00 04 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 07 c0 00 07 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 07 c0 00 04 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 07 c0 00 07 00 f8 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 07 c0 00 04 00 f8 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 07 c0 00 07 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 07 c0 00 04 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 07 c0 00 07 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 07 c0 00 04 00 7c ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 08 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 08 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 08 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 08 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 08 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 08 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 08 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 08 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 08 00 00 07 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 08 00 00 04 00 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 0c 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 0c 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 0c 00 00 07 01 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 0c 00 00 04 01 80 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 0c 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 0c 00 00 04 00 c0 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 10 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 10 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 10 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 10 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 10 00 00 07 02 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 10 00 00 04 02 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 10 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 10 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 10 00 00 07 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_init() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 10 00 00 04 01 00 ff ff 00 02 00 32 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - END + + +SIGNATURE + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;156.00;158.00;157.00;157.00;156.00; +baseline stats (ms):;avg:;156.80;min:;156.00;max:;158.00; +operation raw measurements (ms):;496.20;497.20;496.20;496.20;496.20; +operation stats (ms/op):;avg op:;9.93;min op:;9.92;max op:;9.94; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;155.00;158.00;157.00;156.00;158.00; +baseline stats (ms):;avg:;156.80;min:;155.00;max:;158.00; +operation raw measurements (ms):;477.20;478.20;479.20;477.20;478.20; +operation stats (ms/op):;avg op:;9.56;min op:;9.54;max op:;9.58; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;156.00;157.00;157.00;158.00;157.00; +baseline stats (ms):;avg:;157.25;min:;156.00;max:;158.00; +operation raw measurements (ms):;548.75;558.75;559.75;559.75;558.75; +operation stats (ms/op):;avg op:;11.14;min op:;10.98;max op:;11.20; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;157.00;158.00;158.00;158.00;158.00; +baseline stats (ms):;avg:;158.00;min:;157.00;max:;158.00; +operation raw measurements (ms):;521.00;522.00;521.00;520.00;521.00; +operation stats (ms/op):;avg op:;10.42;min op:;10.40;max op:;10.44; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;157.00;158.00;158.00;158.00;158.00; +baseline stats (ms):;avg:;158.00;min:;157.00;max:;158.00; +operation raw measurements (ms):;505.00;503.00;502.00;502.00;503.00; +operation stats (ms/op):;avg op:;10.06;min op:;10.04;max op:;10.10; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;156.00;158.00;157.00;159.00;160.00; +baseline stats (ms):;avg:;158.00;min:;156.00;max:;160.00; +operation raw measurements (ms):;550.00;559.00;559.00;559.00;560.00; +operation stats (ms/op):;avg op:;11.15;min op:;11.00;max op:;11.20; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;156.00;159.00;157.00;158.00;158.00; +baseline stats (ms):;avg:;157.60;min:;156.00;max:;159.00; +operation raw measurements (ms):;527.40;528.40;528.40;527.40;530.40; +operation stats (ms/op):;avg op:;10.57;min op:;10.55;max op:;10.61; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 01 00 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;158.00;158.00;159.00;159.00;157.00; +baseline stats (ms):;avg:;158.20;min:;157.00;max:;159.00; +operation raw measurements (ms):;509.80;508.80;509.80;508.80;511.80; +operation stats (ms/op):;avg op:;10.20;min op:;10.18;max op:;10.24; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 01 00 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;158.00;159.00;159.00;159.00;158.00; +baseline stats (ms):;avg:;158.60;min:;158.00;max:;159.00; +operation raw measurements (ms):;549.40;559.40;558.40;559.40;558.40; +operation stats (ms/op):;avg op:;11.14;min op:;10.99;max op:;11.19; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 13 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;160.00;161.00;161.00; +baseline stats (ms):;avg:;161.00;min:;160.00;max:;161.00; +operation raw measurements (ms):;726.00;725.00;725.00;725.00;726.00; +operation stats (ms/op):;avg op:;14.51;min op:;14.50;max op:;14.52; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 13 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;162.00;161.00;161.00; +baseline stats (ms):;avg:;161.20;min:;161.00;max:;162.00; +operation raw measurements (ms):;705.80;706.80;707.80;706.80;705.80; +operation stats (ms/op):;avg op:;14.13;min op:;14.12;max op:;14.16; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 13 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;161.00;161.00;160.00; +baseline stats (ms):;avg:;161.00;min:;160.00;max:;161.00; +operation raw measurements (ms):;528.00;538.00;538.00;538.00;539.00; +operation stats (ms/op):;avg op:;10.72;min op:;10.56;max op:;10.78; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 40 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 40 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;161.00;160.00;160.00;159.00; +baseline stats (ms):;avg:;160.25;min:;159.00;max:;161.00; +operation raw measurements (ms):;691.75;691.75;691.75;691.75;691.75; +operation stats (ms/op):;avg op:;13.84;min op:;13.84;max op:;13.84; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 40 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;160.00;161.00;160.00;160.00; +baseline stats (ms):;avg:;160.20;min:;160.00;max:;161.00; +operation raw measurements (ms):;672.80;672.80;672.80;671.80;672.80; +operation stats (ms/op):;avg op:;13.45;min op:;13.44;max op:;13.46; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 40 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;159.00;160.00;161.00;159.00;160.00; +baseline stats (ms):;avg:;159.80;min:;159.00;max:;161.00; +operation raw measurements (ms):;529.20;539.20;538.20;538.20;538.20; +operation stats (ms/op):;avg op:;10.73;min op:;10.58;max op:;10.78; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;160.00;161.00;161.00;162.00; +baseline stats (ms):;avg:;161.25;min:;160.00;max:;162.00; +operation raw measurements (ms):;718.75;718.75;719.75;719.75;719.75; +operation stats (ms/op):;avg op:;14.39;min op:;14.38;max op:;14.40; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;162.00;161.00;160.00;161.00; +baseline stats (ms):;avg:;160.80;min:;160.00;max:;162.00; +operation raw measurements (ms):;701.20;700.20;701.20;700.20;701.20; +operation stats (ms/op):;avg op:;14.02;min op:;14.00;max op:;14.02; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;159.00;161.00;160.00;161.00;160.00; +baseline stats (ms):;avg:;160.20;min:;159.00;max:;161.00; +operation raw measurements (ms):;528.80;538.80;538.80;539.80;539.80; +operation stats (ms/op):;avg op:;10.74;min op:;10.58;max op:;10.80; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;162.00;162.00;160.00; +baseline stats (ms):;avg:;161.20;min:;160.00;max:;162.00; +operation raw measurements (ms):;760.80;761.80;760.80;759.80;759.80; +operation stats (ms/op):;avg op:;15.21;min op:;15.20;max op:;15.24; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;162.00;161.00;161.00;161.00; +baseline stats (ms):;avg:;161.25;min:;160.00;max:;162.00; +operation raw measurements (ms):;740.75;740.75;741.75;740.75;741.75; +operation stats (ms/op):;avg op:;14.82;min op:;14.82;max op:;14.84; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;161.00;162.00;163.00; +baseline stats (ms):;avg:;161.60;min:;161.00;max:;163.00; +operation raw measurements (ms):;529.40;538.40;538.40;537.40;538.40; +operation stats (ms/op):;avg op:;10.73;min op:;10.59;max op:;10.77; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 40 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 40 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 40 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 40 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 14 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;160.00;160.00;162.00;160.00; +baseline stats (ms):;avg:;160.40;min:;160.00;max:;162.00; +operation raw measurements (ms):;706.60;706.60;706.60;707.60;706.60; +operation stats (ms/op):;avg op:;14.14;min op:;14.13;max op:;14.15; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 14 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;160.00;161.00;160.00;160.00; +baseline stats (ms):;avg:;160.40;min:;160.00;max:;161.00; +operation raw measurements (ms):;685.60;684.60;684.60;684.60;685.60; +operation stats (ms/op):;avg op:;13.70;min op:;13.69;max op:;13.71; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 14 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;162.00;160.00;161.00;161.00; +baseline stats (ms):;avg:;160.80;min:;160.00;max:;162.00; +operation raw measurements (ms):;529.20;538.20;538.20;539.20;538.20; +operation stats (ms/op):;avg op:;10.73;min op:;10.58;max op:;10.78; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;161.00;159.00;160.00;160.00; +baseline stats (ms):;avg:;160.25;min:;159.00;max:;161.00; +operation raw measurements (ms):;691.75;692.75;691.75;690.75;692.75; +operation stats (ms/op):;avg op:;13.84;min op:;13.82;max op:;13.86; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 40 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;161.00;160.00;161.00; +baseline stats (ms):;avg:;161.00;min:;160.00;max:;161.00; +operation raw measurements (ms):;669.00;670.00;669.00;670.00;669.00; +operation stats (ms/op):;avg op:;13.39;min op:;13.38;max op:;13.40; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 40 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;159.00;162.00;160.00;161.00; +baseline stats (ms):;avg:;160.40;min:;159.00;max:;162.00; +operation raw measurements (ms):;528.60;538.60;537.60;537.60;538.60; +operation stats (ms/op):;avg op:;10.72;min op:;10.57;max op:;10.77; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;161.00;161.00;161.00; +baseline stats (ms):;avg:;161.00;min:;161.00;max:;161.00; +operation raw measurements (ms):;719.00;719.00;722.00;720.00;721.00; +operation stats (ms/op):;avg op:;14.40;min op:;14.38;max op:;14.44; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;162.00;161.00;161.00; +baseline stats (ms):;avg:;161.20;min:;161.00;max:;162.00; +operation raw measurements (ms):;697.80;697.80;696.80;697.80;698.80; +operation stats (ms/op):;avg op:;13.96;min op:;13.94;max op:;13.98; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;162.00;162.00;161.00;162.00;161.00; +baseline stats (ms):;avg:;161.60;min:;161.00;max:;162.00; +operation raw measurements (ms):;528.40;538.40;538.40;537.40;537.40; +operation stats (ms/op):;avg op:;10.72;min op:;10.57;max op:;10.77; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;162.00;161.00;162.00;162.00;162.00; +baseline stats (ms):;avg:;162.00;min:;161.00;max:;162.00; +operation raw measurements (ms):;760.00;759.00;759.00;759.00;759.00; +operation stats (ms/op):;avg op:;15.18;min op:;15.18;max op:;15.20; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;161.00;161.00;162.00; +baseline stats (ms):;avg:;161.20;min:;161.00;max:;162.00; +operation raw measurements (ms):;738.80;737.80;738.80;737.80;739.80; +operation stats (ms/op):;avg op:;14.77;min op:;14.76;max op:;14.80; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;162.00;162.00;161.00;161.00;163.00; +baseline stats (ms):;avg:;161.80;min:;161.00;max:;163.00; +operation raw measurements (ms):;529.20;539.20;538.20;537.20;538.20; +operation stats (ms/op):;avg op:;10.73;min op:;10.58;max op:;10.78; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;159.00;162.00;160.00;160.00; +baseline stats (ms):;avg:;160.20;min:;159.00;max:;162.00; +operation raw measurements (ms):;687.80;688.80;686.80;686.80;687.80; +operation stats (ms/op):;avg op:;13.75;min op:;13.74;max op:;13.78; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 40 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;160.00;161.00;161.00;159.00; +baseline stats (ms):;avg:;160.75;min:;159.00;max:;161.00; +operation raw measurements (ms):;665.25;665.25;664.25;664.25;665.25; +operation stats (ms/op):;avg op:;13.30;min op:;13.29;max op:;13.31; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 40 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;159.00;161.00;160.00;160.00; +baseline stats (ms):;avg:;160.25;min:;159.00;max:;161.00; +operation raw measurements (ms):;528.75;537.75;538.75;538.75;537.75; +operation stats (ms/op):;avg op:;10.73;min op:;10.58;max op:;10.78; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;162.00;162.00;161.00;161.00;160.00; +baseline stats (ms):;avg:;161.20;min:;160.00;max:;162.00; +operation raw measurements (ms):;716.80;715.80;715.80;715.80;715.80; +operation stats (ms/op):;avg op:;14.32;min op:;14.32;max op:;14.34; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;160.00;160.00;161.00;161.00;161.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;161.00; +operation raw measurements (ms):;694.40;693.40;694.40;694.40;695.40; +operation stats (ms/op):;avg op:;13.89;min op:;13.87;max op:;13.91; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;162.00;161.00;160.00;161.00; +baseline stats (ms):;avg:;161.25;min:;160.00;max:;162.00; +operation raw measurements (ms):;528.75;537.75;537.75;538.75;537.75; +operation stats (ms/op):;avg op:;10.72;min op:;10.58;max op:;10.78; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;162.00;161.00;162.00;161.00; +baseline stats (ms):;avg:;161.40;min:;161.00;max:;162.00; +operation raw measurements (ms):;756.60;755.60;755.60;756.60;755.60; +operation stats (ms/op):;avg op:;15.12;min op:;15.11;max op:;15.13; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;161.00;161.00;163.00; +baseline stats (ms):;avg:;161.40;min:;161.00;max:;163.00; +operation raw measurements (ms):;733.60;734.60;734.60;733.60;733.60; +operation stats (ms/op):;avg op:;14.68;min op:;14.67;max op:;14.69; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;161.00;161.00;161.00;161.00;163.00; +baseline stats (ms):;avg:;161.40;min:;161.00;max:;163.00; +operation raw measurements (ms):;529.60;538.60;538.60;538.60;537.60; +operation stats (ms/op):;avg op:;10.73;min op:;10.59;max op:;10.77; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;155.00;156.00;155.00;155.00;157.00; +baseline stats (ms):;avg:;155.60;min:;155.00;max:;157.00; +operation raw measurements (ms):;436.40;437.40;436.40;436.40;437.40; +operation stats (ms/op):;avg op:;8.74;min op:;8.73;max op:;8.75; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 40 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;155.00;156.00;156.00;155.00;156.00; +baseline stats (ms):;avg:;155.60;min:;155.00;max:;156.00; +operation raw measurements (ms):;427.40;427.40;427.40;428.40;428.40; +operation stats (ms/op):;avg op:;8.56;min op:;8.55;max op:;8.57; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 40 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;154.00;154.00;156.00;155.00;156.00; +baseline stats (ms):;avg:;155.00;min:;154.00;max:;156.00; +operation raw measurements (ms):;529.00;539.00;538.00;539.00;538.00; +operation stats (ms/op):;avg op:;10.73;min op:;10.58;max op:;10.78; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;156.00;157.00;156.00;155.00;156.00; +baseline stats (ms):;avg:;156.25;min:;155.00;max:;157.00; +operation raw measurements (ms):;456.75;456.75;458.75;456.75;456.75; +operation stats (ms/op):;avg op:;9.14;min op:;9.14;max op:;9.18; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;156.00;156.00;155.00;154.00;156.00; +baseline stats (ms):;avg:;155.75;min:;154.00;max:;156.00; +operation raw measurements (ms):;449.25;447.25;450.25;449.25;449.25; +operation stats (ms/op):;avg op:;8.98;min op:;8.95;max op:;9.01; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;155.00;155.00;156.00;155.00;157.00; +baseline stats (ms):;avg:;155.60;min:;155.00;max:;157.00; +operation raw measurements (ms):;529.40;539.40;538.40;537.40;539.40; +operation stats (ms/op):;avg op:;10.74;min op:;10.59;max op:;10.79; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;156.00;156.00;156.00;156.00;156.00; +baseline stats (ms):;avg:;156.00;min:;156.00;max:;156.00; +operation raw measurements (ms):;478.00;477.00;479.00;478.00;479.00; +operation stats (ms/op):;avg op:;9.56;min op:;9.54;max op:;9.58; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;156.00;155.00;157.00;156.00;157.00; +baseline stats (ms):;avg:;156.20;min:;155.00;max:;157.00; +operation raw measurements (ms):;468.80;468.80;468.80;468.80;468.80; +operation stats (ms/op):;avg op:;9.38;min op:;9.38;max op:;9.38; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;156.00;156.00;156.00;155.00;156.00; +baseline stats (ms):;avg:;156.00;min:;155.00;max:;156.00; +operation raw measurements (ms):;530.00;539.00;539.00;537.00;541.00; +operation stats (ms/op):;avg op:;10.74;min op:;10.60;max op:;10.82; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 40 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 40 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 71 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 71 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 71 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 83 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 83 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 83 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 a3 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 a3 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 c1 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 c1 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 70 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 70 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 70 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 a0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 a0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 02 09 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 02 09 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 02 09 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_verify() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_init() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - END + + +CHECKSUM + +method name:; ALG_ISO3309_CRC16 Checksum_update() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 01 ff ff ff ff ff ff 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;108.00;108.00;108.00;109.00;108.00; +baseline stats (ms):;avg:;108.20;min:;108.00;max:;109.00; +operation raw measurements (ms):;73.80;73.80;74.80;74.80;73.80; +operation stats (ms/op):;avg op:;1.48;min op:;1.48;max op:;1.50; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_ISO3309_CRC16 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 01 ff ff ff ff ff ff 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;109.00;108.00;108.00;108.00;109.00; +baseline stats (ms):;avg:;108.40;min:;108.00;max:;109.00; +operation raw measurements (ms):;48.60;46.60;47.60;46.60;47.60; +operation stats (ms/op):;avg op:;0.95;min op:;0.93;max op:;0.97; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_ISO3309_CRC32 Checksum_update() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 02 ff ff ff ff ff ff 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;109.00;108.00;109.00;109.00;108.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;387.40;386.40;388.40;387.40;388.40; +operation stats (ms/op):;avg op:;7.75;min op:;7.73;max op:;7.77; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; ALG_ISO3309_CRC32 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 02 ff ff ff ff ff ff 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;107.00;109.00;109.00;109.00;108.00; +baseline stats (ms):;avg:;108.75;min:;107.00;max:;109.00; +operation raw measurements (ms):;41.25;40.25;40.25;41.25;40.25; +operation stats (ms/op):;avg op:;0.81;min op:;0.81;max op:;0.83; +operation info:;data length;256;total iterations;250;total invocations;250; + + +CHECKSUM - END + + +AESKey + +method name:; TYPE_AES LENGTH_AES_128 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 0f 00 80 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;127.00;127.00;128.00;128.00; +baseline stats (ms):;avg:;127.40;min:;127.00;max:;128.00; +operation raw measurements (ms):;1189.60;1210.60;1211.60;1210.60;1210.60; +operation stats (ms/op):;avg op:;24.13;min op:;23.79;max op:;24.23; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 0f 00 80 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;126.00;127.00;127.00;127.00; +baseline stats (ms):;avg:;127.00;min:;126.00;max:;127.00; +operation raw measurements (ms):;117.00;117.00;117.00;117.00;118.00; +operation stats (ms/op):;avg op:;2.34;min op:;2.34;max op:;2.36; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_128 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 0f 00 80 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;127.00;127.00;128.00;128.00; +baseline stats (ms):;avg:;127.40;min:;127.00;max:;128.00; +operation raw measurements (ms):;2258.47;2284.47;2284.47;2284.47;2285.47; +operation stats (ms/op):;avg op:;45.59;min op:;45.17;max op:;45.71; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 0f 00 c0 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;127.00;126.00;127.00;128.00; +baseline stats (ms):;avg:;127.25;min:;126.00;max:;128.00; +operation raw measurements (ms):;1208.75;1230.75;1229.75;1230.75;1231.75; +operation stats (ms/op):;avg op:;24.53;min op:;24.18;max op:;24.64; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 0f 00 c0 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;127.00;128.00;127.00;128.00; +baseline stats (ms):;avg:;127.40;min:;127.00;max:;128.00; +operation raw measurements (ms):;131.60;134.60;133.60;134.60;133.60; +operation stats (ms/op):;avg op:;2.67;min op:;2.63;max op:;2.69; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_192 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 0f 00 c0 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;129.00;128.00;128.00;128.00;126.00; +baseline stats (ms):;avg:;128.25;min:;126.00;max:;129.00; +operation raw measurements (ms):;2566.22;2595.22;2594.22;2595.22;2596.22; +operation stats (ms/op):;avg op:;51.79;min op:;51.32;max op:;51.92; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 0f 01 00 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;129.00;127.00;127.00;127.00;126.00; +baseline stats (ms):;avg:;127.20;min:;126.00;max:;129.00; +operation raw measurements (ms):;1333.80;1356.80;1356.80;1357.80;1356.80; +operation stats (ms/op):;avg op:;27.05;min op:;26.68;max op:;27.16; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 0f 01 00 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;126.00;127.00;128.00;127.00; +baseline stats (ms):;avg:;127.25;min:;126.00;max:;128.00; +operation raw measurements (ms):;130.75;131.75;130.75;130.75;131.75; +operation stats (ms/op):;avg op:;2.62;min op:;2.62;max op:;2.64; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_AES LENGTH_AES_256 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 0f 01 00 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;128.00;127.00;127.00;128.00; +baseline stats (ms):;avg:;127.40;min:;127.00;max:;128.00; +operation raw measurements (ms):;2685.55;2718.55;2718.55;2718.55;2719.55; +operation stats (ms/op):;avg op:;54.24;min op:;53.71;max op:;54.39; +operation info:;data length;256;total iterations;250;total invocations;250; + + +AESKey - END + + +DESKey +method name:; TYPE_DES LENGTH_DES_64 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 03 00 40 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;126.00;128.00;128.00;128.00;127.00; +baseline stats (ms):;avg:;127.75;min:;126.00;max:;128.00; +operation raw measurements (ms):;1187.25;1207.25;1207.25;1207.25;1208.25; +operation stats (ms/op):;avg op:;24.07;min op:;23.75;max op:;24.17; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES_64 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 03 00 40 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;129.00;128.00;127.00;128.00;127.00; +baseline stats (ms):;avg:;127.80;min:;127.00;max:;129.00; +operation raw measurements (ms):;113.20;114.20;113.20;114.20;114.20; +operation stats (ms/op):;avg op:;2.28;min op:;2.26;max op:;2.28; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES_64 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 03 00 40 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;128.00;127.00;128.00;127.00; +baseline stats (ms):;avg:;127.40;min:;127.00;max:;128.00; +operation raw measurements (ms):;2401.60;2428.60;2430.60;2428.60;2429.60; +operation stats (ms/op):;avg op:;48.48;min op:;48.03;max op:;48.61; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES_128 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 03 00 80 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;129.00;127.00;127.00;128.00;128.00; +baseline stats (ms):;avg:;127.80;min:;127.00;max:;129.00; +operation raw measurements (ms):;1313.20;1338.20;1337.20;1337.20;1338.20; +operation stats (ms/op):;avg op:;26.66;min op:;26.26;max op:;26.76; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES_128 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 03 00 80 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;128.00;127.00;128.00;127.00;127.00; +baseline stats (ms):;avg:;127.40;min:;127.00;max:;128.00; +operation raw measurements (ms):;118.60;116.60;116.60;116.60;115.60; +operation stats (ms/op):;avg op:;2.34;min op:;2.31;max op:;2.37; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES_128 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 03 00 80 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;128.00;127.00;127.00;128.00;127.00; +baseline stats (ms):;avg:;127.40;min:;127.00;max:;128.00; +operation raw measurements (ms):;2527.60;2558.60;2556.60;2558.60;2558.60; +operation stats (ms/op):;avg op:;51.04;min op:;50.55;max op:;51.17; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES_192 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 03 00 c0 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;127.00;127.00;129.00;126.00; +baseline stats (ms):;avg:;127.20;min:;126.00;max:;129.00; +operation raw measurements (ms):;1333.80;1357.80;1356.80;1357.80;1356.80; +operation stats (ms/op):;avg op:;27.05;min op:;26.68;max op:;27.16; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES_192 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 03 00 c0 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;127.00;129.00;128.00;127.00; +baseline stats (ms):;avg:;127.60;min:;127.00;max:;129.00; +operation raw measurements (ms):;133.40;132.40;133.40;132.40;132.40; +operation stats (ms/op):;avg op:;2.66;min op:;2.65;max op:;2.67; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_DES LENGTH_DES_192 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 03 00 c0 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;127.00;128.00;127.00;127.00; +baseline stats (ms):;avg:;127.20;min:;127.00;max:;128.00; +operation raw measurements (ms):;2714.80;2747.80;2747.80;2747.80;2748.80; +operation stats (ms/op):;avg op:;54.83;min op:;54.30;max op:;54.98; +operation info:;data length;256;total iterations;250;total invocations;250; + + +DESKey - END + + +KoreanSEEDKey +method name:; TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 12 00 80 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;126.00;127.00;128.00;127.00; +baseline stats (ms):;avg:;127.25;min:;126.00;max:;128.00; +operation raw measurements (ms):;1190.75;1212.75;1210.75;1211.75;1211.75; +operation stats (ms/op):;avg op:;24.15;min op:;23.82;max op:;24.26; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 12 00 80 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;127.00;127.00;127.00;128.00;128.00; +baseline stats (ms):;avg:;127.40;min:;127.00;max:;128.00; +operation raw measurements (ms):;117.60;116.60;118.60;116.60;118.60; +operation stats (ms/op):;avg op:;2.35;min op:;2.33;max op:;2.37; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 12 00 80 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;128.00;127.00;127.00;127.00;127.00; +baseline stats (ms):;avg:;127.20;min:;127.00;max:;128.00; +operation raw measurements (ms):;2280.80;2309.80;2308.80;2309.80;2307.80; +operation stats (ms/op):;avg op:;46.07;min op:;45.62;max op:;46.20; +operation info:;data length;256;total iterations;250;total invocations;250; + + +KoreanSEEDKey - END + + +DSAPrivateKey +method name:; TYPE_DSA_PRIVATE LENGTH_DSA_512 setX() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 08 02 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PRIVATE LENGTH_DSA_512 getX() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 08 02 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PRIVATE LENGTH_DSA_512 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 08 02 00 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PRIVATE LENGTH_DSA_768 setX() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 08 03 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PRIVATE LENGTH_DSA_768 getX() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 08 03 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PRIVATE LENGTH_DSA_768 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 08 03 00 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PRIVATE LENGTH DSA_1024 setX() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 08 04 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PRIVATE LENGTH DSA_1024 getX() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 08 04 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PRIVATE LENGTH DSA_1024 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 08 04 00 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +DSAPrivateKey - END + + +DSAPublicKey +method name:; TYPE_DSA_PUBLIC LENGTH_DSA_512 setY() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 07 02 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PUBLIC LENGTH_DSA_512 getY() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 07 02 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PUBLIC LENGTH_DSA_512 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 07 02 00 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PUBLIC LENGTH_DSA_768 setY() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 07 03 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PUBLIC LENGTH_DSA_768 getY() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 07 03 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PUBLIC LENGTH_DSA_768 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 07 03 00 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PUBLIC LENGTH_DSA_1024 setY() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 07 04 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PUBLIC LENGTH_DSA_1024 getY() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 07 04 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DSA_PUBLIC LENGTH_DSA_1024 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 07 04 00 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +DSAPublicKey - END + + +ECF2MPublicKey +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_113 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 71 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_113 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 71 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_113 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 71 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_131 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 83 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_131 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 83 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_131 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 83 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_163 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 a3 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_163 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 a3 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_163 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 a3 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_193 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 c1 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_193 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 c1 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_193 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 09 00 c1 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +ECF2MPublicKey - END + + +ECF2MPrivateKey +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 71 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 71 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 71 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 83 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 83 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 83 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 a3 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 a3 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 a3 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 c1 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 c1 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 04 00 0a 00 c1 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +ECF2MPrivateKey - END + + +ECFPPublicKey +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_112 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 70 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_112 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 70 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_112 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 70 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_128 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 80 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_128 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 80 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_128 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 80 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_160 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 a0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_160 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 a0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_160 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 a0 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_192 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 c0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_192 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 c0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_192 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 c0 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_224 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 e0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_224 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 e0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_224 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 00 e0 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_256 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 01 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_256 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 01 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_256 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 01 00 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_384 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 01 80 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_384 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 01 80 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_384 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 01 80 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_521 setW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 02 09 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_521 getW() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 02 09 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP_PUBLIC LENGTH_EC_FP_521 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0b 02 09 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +ECFPPublicKey - END + + +ECFPPrivateKey +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_112 setS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 70 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_112 getS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 70 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_112 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 70 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_128 setS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 80 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_128 getS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 80 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_128 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 80 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_160 setS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 a0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_160 getS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 a0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_160 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 a0 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_192 setS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 c0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_192 getS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 c0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_192 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 c0 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_224 setS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 e0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_224 getS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 e0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_224 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 00 e0 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_256 setS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 01 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_256 getS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 01 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_256 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 01 00 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_384 setS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 01 80 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_384 getS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 01 80 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_384 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 01 80 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_521 setS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 02 09 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_521 getS() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 02 09 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_EC_FP PRIVATE LENGTH_EC_FP_521 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff 00 05 00 0c 02 09 00 03 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +ECFPPrivateKey - END + + +HMACKey +method name:; TYPE_HMAC_SHA-1 LENGTH_HMAC_64 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 40 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-1 LENGTH_HMAC_64 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 40 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-1 LENGTH_HMAC_64 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 40 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-256 LENGTH_HMAC_64 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 40 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-256 LENGTH_HMAC_64 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 40 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-256 LENGTH_HMAC_64 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 40 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-384 LENGTH_HMAC_128 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 80 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-384 LENGTH_HMAC_128 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 80 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-384 LENGTH_HMAC_128 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 80 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-512 LENGTH_HMAC_128 setKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 80 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-512 LENGTH_HMAC_128 getKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 80 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_HMAC_SHA-512 LENGTH_HMAC_128 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 15 00 80 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + + +HMACKey - END + + +RSAPrivateCRTKey +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 00 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 02 e0 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 00 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 03 80 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 04 00 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 05 00 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 06 00 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 07 c0 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 08 00 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 0c 00 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 setDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 setDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 setP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 09 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 setPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 setQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 07 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 getDP1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 getDQ1() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 05 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 getP() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 08 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 getPQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 06 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 getQ() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 0a 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 06 10 00 00 0b 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +RSAPrivateCRTKey - END + + +RSAPrivateKey +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 e0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 e0 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 e0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 e0 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 02 e0 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 80 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 80 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 80 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 80 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 03 80 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 04 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 04 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 04 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 04 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 04 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 05 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 05 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 05 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 05 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 05 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 06 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 06 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 06 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 06 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 06 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 07 c0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 07 c0 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 07 c0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 07 c0 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 07 c0 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 08 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 08 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 08 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 08 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 08 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 0c 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 0c 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 0c 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 0c 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 0c 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 10 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 10 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 10 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 10 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 05 10 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +RSAPrivateKey - END + + +RSAPublicKey +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 e0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 e0 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 e0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 e0 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 02 e0 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 80 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 80 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 80 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 80 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 03 80 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 04 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 04 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 04 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 04 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 04 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 05 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 05 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 05 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 05 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 05 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 06 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 06 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 06 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 06 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 06 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 07 c0 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 07 c0 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 07 c0 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 07 c0 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 07 c0 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 08 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 08 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 08 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 08 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 08 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 0c 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 0c 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 0c 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 0c 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 0c 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 setExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 10 00 00 02 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 setModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 10 00 00 04 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 getExponent() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 10 00 00 01 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 getModulus() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 10 00 00 03 01 00 ff ff ff ff 00 32 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 clearKey() +measurement config:;appletPrepareINS;30;appletMeasureINS;40;config;00 20 ff ff ff ff 00 04 10 00 00 05 01 00 ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +RSAPublicKey - END + + +UTIL + +method name:; UTIL Util_arrayCompare_RAM_matching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 12 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;92.00;89.00;90.00;90.00;89.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;92.00; +operation raw measurements (ms):;35.00;35.00;38.00;38.00;35.00; +operation stats (ms/op):;avg op:;0.72;min op:;0.70;max op:;0.76; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCompare_RAM_mismatching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 13 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;91.00;90.00;93.00;97.00;91.00; +baseline stats (ms):;avg:;92.40;min:;90.00;max:;97.00; +operation raw measurements (ms):;32.60;32.60;32.60;32.60;33.60; +operation stats (ms/op):;avg op:;0.66;min op:;0.65;max op:;0.67; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCopy_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 01 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;90.00;90.00;89.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;16.00;17.00;16.00;16.00;17.00; +operation stats (ms/op):;avg op:;0.33;min op:;0.32;max op:;0.34; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCopy_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;90.00;90.00;90.00;89.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;48.00;26.00;26.00;26.00;25.00; +operation stats (ms/op):;avg op:;0.60;min op:;0.50;max op:;0.96;;CHECK +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCopy_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;90.00;89.00;90.00;89.00;90.00; +baseline stats (ms):;avg:;89.60;min:;89.00;max:;90.00; +operation raw measurements (ms):;45.40;23.40;23.40;23.40;23.40; +operation stats (ms/op):;avg op:;0.56;min op:;0.47;max op:;0.91;;CHECK +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCopy_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;90.00;89.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;20.00;20.00;20.00;20.00;20.00; +operation stats (ms/op):;avg op:;0.40;min op:;0.40;max op:;0.40; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 05 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;90.00;90.00;90.00;90.00;89.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;17.00;16.00;16.00;16.00;16.00; +operation stats (ms/op):;avg op:;0.32;min op:;0.32;max op:;0.34; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;89.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;47.00;26.00;26.00;25.00;25.00; +operation stats (ms/op):;avg op:;0.60;min op:;0.50;max op:;0.94;;CHECK +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 07 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;89.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;45.00;22.00;23.00;23.00;23.00; +operation stats (ms/op):;avg op:;0.54;min op:;0.44;max op:;0.90;;CHECK +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 08 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;89.00;89.00;89.00;90.00;90.00; +baseline stats (ms):;avg:;89.40;min:;89.00;max:;90.00; +operation raw measurements (ms):;20.60;20.60;20.60;20.60;21.60; +operation stats (ms/op):;avg op:;0.42;min op:;0.41;max op:;0.43; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayFillNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 09 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;89.00;90.00;91.00;90.00;90.00; +baseline stats (ms):;avg:;90.25;min:;89.00;max:;91.00; +operation raw measurements (ms):;10.75;10.75;9.75;9.75;11.75; +operation stats (ms/op):;avg op:;0.21;min op:;0.20;max op:;0.24;;CHECK +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayFillNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0a 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;88.00;90.00;89.00;90.00;91.00; +baseline stats (ms):;avg:;89.60;min:;88.00;max:;91.00; +operation raw measurements (ms):;42.40;21.40;20.40;19.40;19.40; +operation stats (ms/op):;avg op:;0.49;min op:;0.39;max op:;0.85;;CHECK +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCompare_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0b 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;89.00;90.00;89.00;89.00;90.00; +baseline stats (ms):;avg:;89.40;min:;89.00;max:;90.00; +operation raw measurements (ms):;16.60;17.60;16.60;17.60;15.60; +operation stats (ms/op):;avg op:;0.34;min op:;0.31;max op:;0.35;;CHECK +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCompare_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0c 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;89.00;92.00;91.00;90.00;90.00; +baseline stats (ms):;avg:;90.40;min:;89.00;max:;92.00; +operation raw measurements (ms):;24.60;25.60;25.60;24.60;25.60; +operation stats (ms/op):;avg op:;0.50;min op:;0.49;max op:;0.51; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCompare_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0d 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;89.00;90.00;89.00;90.00;89.00; +baseline stats (ms):;avg:;89.40;min:;89.00;max:;90.00; +operation raw measurements (ms):;24.60;22.60;22.60;24.60;23.60; +operation stats (ms/op):;avg op:;0.47;min op:;0.45;max op:;0.49; +operation info:;data length;256;total iterations;250;total invocations;250; + +method name:; UTIL Util_arrayCompare_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0e 01 00 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;89.00;89.00;90.00;89.00;89.00; +baseline stats (ms):;avg:;89.20;min:;89.00;max:;90.00; +operation raw measurements (ms):;20.80;21.80;20.80;20.80;21.80; +operation stats (ms/op):;avg op:;0.42;min op:;0.42;max op:;0.44; +operation info:;data length;256;total iterations;250;total invocations;250; + + +UTIL - END + + +SWALGS + +method name:; SWALGS SWAlgs_AES() +measurement config:;appletPrepareINS;c0;appletMeasureINS;a5;config;00 16 ff ff ff ff ff ff ff ff 00 02 00 10 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;90.00;89.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;13069.00;13061.00;13068.00;13063.00;13063.00; +operation stats (ms/op):;avg op:;261.30;min op:;261.22;max op:;261.38; +operation info:;data length;16;total iterations;250;total invocations;250; + +method name:; SWALGS SWAlgs_xor() +measurement config:;appletPrepareINS;c0;appletMeasureINS;a5;config;00 16 ff ff ff ff ff ff ff ff 00 01 00 10 ff ff ff ff 00 32 00 01 +baseline measurements (ms):;90.00;90.00;88.00;89.00;89.00; +baseline stats (ms):;avg:;89.20;min:;88.00;max:;90.00; +operation raw measurements (ms):;139.80;137.80;137.80;137.80;137.80; +operation stats (ms/op):;avg op:;2.76;min op:;2.76;max op:;2.80; +operation info:;data length;16;total iterations;250;total invocations;250; + + +SWALGS - END + + +KEY PAIR + +method name:; ALG_RSA LENGTH_RSA_512 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 02 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 02 e0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 03 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 03 80 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 04 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 05 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 06 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 07 c0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 08 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 0c 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 10 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 02 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 02 e0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 03 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 03 80 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 04 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 05 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 06 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 07 c0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 08 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 0c 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 10 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 03 ff ff 02 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 03 ff ff 03 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 03 ff ff 04 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_113 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 04 ff ff 00 71 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_131 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 04 ff ff 00 83 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_163 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 04 ff ff 00 a3 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_193 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 04 ff ff 00 c1 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_112 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 70 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_128 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 80 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_160 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 a0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_192 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 c0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_224 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 e0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_256 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 01 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_384 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 01 80 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_521 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 02 09 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +KEY PAIR - END + + +KEYAGREEMENT + +method name:; ALG_EC_FP LENGTH_EC_FP_112 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 70 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_112 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 70 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_128 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 80 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_128 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 80 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_160 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 a0 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_160 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 a0 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_192 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 c0 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_192 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 c0 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_224 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 e0 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_224 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 00 e0 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_256 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 01 00 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_256 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 01 00 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_384 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 01 80 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_384 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 01 80 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_521 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 02 09 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_521 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 05 00 0c 02 09 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_113 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 04 00 0a 00 71 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_113 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 04 00 0a 00 71 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_131 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 04 00 0a 00 83 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_131 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 04 00 0a 00 83 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_163 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 04 00 0a 00 a3 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_163 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 04 00 0a 00 a3 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_193 ALG_EC_SVDP_DH KeyAgreement_init() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 04 00 0a 00 c1 00 02 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_193 ALG_EC_SVDP_DH KeyAgreement_generateSecret() +measurement config:;appletPrepareINS;37;appletMeasureINS;47;config;00 13 00 01 00 04 00 0a 00 c1 00 04 01 00 ff ff ff ff 00 0a 00 01 +NO_SUCH_ALGORITHM + + +KEYAGREEMENT - END + + +Total test time:; 1529521735 seconds. + +Total human interventions (retries with physical resets etc.):; 0 + +Total reconnects to card:; 0 \ No newline at end of file diff --git a/Profiles/performance/variable/NXP_J3H081_EMV____PERFORMANCE_SYMMETRIC_ASYMMETRIC_DATADEPEND_1529522864913__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv b/Profiles/performance/variable/NXP_J3H081_EMV____PERFORMANCE_SYMMETRIC_ASYMMETRIC_DATADEPEND_1529522864913__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv new file mode 100644 index 00000000..dd035090 --- /dev/null +++ b/Profiles/performance/variable/NXP_J3H081_EMV____PERFORMANCE_SYMMETRIC_ASYMMETRIC_DATADEPEND_1529522864913__3b_f8_18_00_00_81_31_fe_45_00_73_c8_40_00_00_90_00_80.csv @@ -0,0 +1,23440 @@ +INFO: This file was generated by AlgTest utility. See http://www.fi.muni.cz/~xsvenda/jcsupport.html for more results, source codes and other details.; +Tested and provided by; insert your name please.; +Execution date/time; 2018/06/20 14:27:45 +AlgTestJClient version; 1.7.4 +AlgTest applet version; 1.7.4 +Used reader; PC/SC terminal Gemplus USB Smart Card Reader 0 +Card ATR; 3b f8 18 00 00 81 31 fe 45 00 73 c8 40 00 00 90 00 80 +Card name; J3H081 EMV +Used protocol; T=1 + +JCSystem.getVersion()[Major.Minor];3.0; +JCSystem.isObjectDeletionSupported;yes; +JCSystem.MEMORY_TYPE_PERSISTENT;30988B; +JCSystem.MEMORY_TYPE_TRANSIENT_RESET;1268B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1960B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1960B; + +CPLC; 9f 7f 2a 47 90 6b 64 47 00 e4 d8 03 00 63 55 02 22 23 98 58 13 00 00 00 00 00 00 00 00 02 26 5b 32 32 32 32 33 00 00 00 00 00 00 00 00 +CPLC.ICFabricator;4790;NXP +CPLC.ICType;6b64 +CPLC.OperatingSystemID;4700 +CPLC.OperatingSystemReleaseDate;e4d8 +CPLC.OperatingSystemReleaseLevel;0300 +CPLC.ICFabricationDate;6355;(Y DDD) date in that year +CPLC.ICSerialNumber;02222398 +CPLC.ICBatchIdentifier;5813 +CPLC.ICModuleFabricator;0000 +CPLC.ICModulePackagingDate;0000 +CPLC.ICCManufacturer;0000 +CPLC.ICEmbeddingDate;0000 +CPLC.ICPrePersonalizer;0226 +CPLC.ICPrePersonalizationEquipmentDate;5b32 +CPLC.ICPrePersonalizationEquipmentID;32323233 +CPLC.ICPersonalizer;0000 +CPLC.ICPersonalizationDate;0000 +CPLC.ICPersonalizationEquipmentID;00000000 +CPLC.ICPersonalizationEquipmentID;00000000 + + +MESSAGE DIGEST + + +MESSAGE DIGEST - ALG_SHA - variable data - BEGIN + +method name:; ALG_SHA MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 01 ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;108.00;109.00;109.00;110.00; +baseline stats (ms):;avg:;109.25;min:;108.00;max:;110.00; +operation raw measurements (ms):;13.75;13.75;14.75;14.75;14.75; +operation stats (ms/op):;avg op:;2.87;min op:;2.75;max op:;2.95; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; ALG_SHA MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 01 ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;109.00;109.00;108.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;109.00; +operation raw measurements (ms):;15.00;15.00;15.00;14.00;14.00; +operation stats (ms/op):;avg op:;2.92;min op:;2.80;max op:;3.00; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; ALG_SHA MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 01 ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;109.00;109.00;110.00; +baseline stats (ms):;avg:;109.20;min:;109.00;max:;110.00; +operation raw measurements (ms):;18.80;17.80;18.80;18.80;18.80; +operation stats (ms/op):;avg op:;3.72;min op:;3.56;max op:;3.76; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; ALG_SHA MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 01 ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;108.00;110.00;110.00;109.00; +baseline stats (ms):;avg:;109.20;min:;108.00;max:;110.00; +operation raw measurements (ms):;23.80;23.80;23.80;23.80;23.80; +operation stats (ms/op):;avg op:;4.76;min op:;4.76;max op:;4.76; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; ALG_SHA MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 01 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;110.00;109.00;109.00;108.00;109.00; +baseline stats (ms):;avg:;109.25;min:;108.00;max:;110.00; +operation raw measurements (ms):;31.75;32.75;31.75;32.75;32.75; +operation stats (ms/op):;avg op:;6.47;min op:;6.35;max op:;6.55; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; ALG_SHA MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 01 ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;109.00;108.00;108.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;54.40;53.40;51.40;52.40;53.40; +operation stats (ms/op):;avg op:;10.60;min op:;10.28;max op:;10.88; +operation info:;data length;512;total iterations;25;total invocations;25; + + +MESSAGE DIGEST - ALG_SHA - variable data - END + + +MESSAGE DIGEST - ALG_MD5 - variable data - BEGIN + +method name:; ALG_MD5 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 02 ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;110.00;110.00;109.00;110.00;108.00; +baseline stats (ms):;avg:;109.75;min:;108.00;max:;110.00; +operation raw measurements (ms):;13.25;12.25;13.25;12.25;13.25; +operation stats (ms/op):;avg op:;2.57;min op:;2.45;max op:;2.65; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; ALG_MD5 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 02 ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;110.00;108.00;109.00;110.00; +baseline stats (ms):;avg:;109.20;min:;108.00;max:;110.00; +operation raw measurements (ms):;13.80;13.80;14.80;14.80;14.80; +operation stats (ms/op):;avg op:;2.88;min op:;2.76;max op:;2.96; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; ALG_MD5 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 02 ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;110.00;109.00;109.00;109.00;110.00; +baseline stats (ms):;avg:;109.40;min:;109.00;max:;110.00; +operation raw measurements (ms):;22.60;20.60;20.60;20.60;19.60; +operation stats (ms/op):;avg op:;4.16;min op:;3.92;max op:;4.52;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; ALG_MD5 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 02 ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;110.00;111.00;109.00;109.00; +baseline stats (ms):;avg:;109.60;min:;109.00;max:;111.00; +operation raw measurements (ms):;24.40;24.40;25.40;24.40;25.40; +operation stats (ms/op):;avg op:;4.96;min op:;4.88;max op:;5.08; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; ALG_MD5 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 02 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;108.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;109.00; +operation raw measurements (ms):;37.00;38.00;38.00;37.00;36.00; +operation stats (ms/op):;avg op:;7.44;min op:;7.20;max op:;7.60; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; ALG_MD5 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 02 ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;109.00;110.00;111.00;109.00; +baseline stats (ms):;avg:;109.40;min:;108.00;max:;111.00; +operation raw measurements (ms):;59.60;59.60;60.60;59.60;59.60; +operation stats (ms/op):;avg op:;11.96;min op:;11.92;max op:;12.12; +operation info:;data length;512;total iterations;25;total invocations;25; + + +MESSAGE DIGEST - ALG_MD5 - variable data - END + + +MESSAGE DIGEST - ALG_RIPEMD160 - variable data - BEGIN + +method name:; ALG_RIPEMD160 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 03 ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RIPEMD160 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 03 ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RIPEMD160 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 03 ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RIPEMD160 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 03 ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RIPEMD160 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 03 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RIPEMD160 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 03 ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +MESSAGE DIGEST - ALG_RIPEMD160 - variable data - END + + +MESSAGE DIGEST - ALG_SHA_256 - variable data - BEGIN + +method name:; ALG_SHA_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 04 ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;108.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;109.00; +operation raw measurements (ms):;13.00;14.00;13.00;13.00;13.00; +operation stats (ms/op):;avg op:;2.64;min op:;2.60;max op:;2.80;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; ALG_SHA_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 04 ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;110.00;109.00;110.00; +baseline stats (ms):;avg:;109.40;min:;109.00;max:;110.00; +operation raw measurements (ms):;12.60;11.60;12.60;12.60;12.60; +operation stats (ms/op):;avg op:;2.48;min op:;2.32;max op:;2.52;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; ALG_SHA_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 04 ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;109.00;108.00;109.00;110.00; +baseline stats (ms):;avg:;108.80;min:;108.00;max:;110.00; +operation raw measurements (ms):;19.20;19.20;19.20;18.20;20.20; +operation stats (ms/op):;avg op:;3.84;min op:;3.64;max op:;4.04;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; ALG_SHA_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 04 ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;109.00;108.00;109.00;109.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;24.40;23.40;24.40;23.40;25.40; +operation stats (ms/op):;avg op:;4.84;min op:;4.68;max op:;5.08; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; ALG_SHA_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 04 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;109.00;109.00;109.00;108.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;37.40;33.40;34.40;35.40;34.40; +operation stats (ms/op):;avg op:;7.00;min op:;6.68;max op:;7.48;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; ALG_SHA_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 04 ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;109.00;108.00;110.00;109.00; +baseline stats (ms):;avg:;108.80;min:;108.00;max:;110.00; +operation raw measurements (ms):;55.20;55.20;55.20;57.20;56.20; +operation stats (ms/op):;avg op:;11.16;min op:;11.04;max op:;11.44; +operation info:;data length;512;total iterations;25;total invocations;25; + + +MESSAGE DIGEST - ALG_SHA_256 - variable data - END + + +MESSAGE DIGEST - ALG_SHA_384 - variable data - BEGIN + +method name:; ALG_SHA_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 05 ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 05 ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 05 ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 05 ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 05 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 05 ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + + +MESSAGE DIGEST - ALG_SHA_384 - variable data - END + + +MESSAGE DIGEST - ALG_SHA_512 - variable data - BEGIN + +method name:; ALG_SHA_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 06 ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 06 ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 06 ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 06 ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 06 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + +method name:; ALG_SHA_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 06 ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +UNKONWN_ERROR-card_has_return_value_f202 + + +MESSAGE DIGEST - ALG_SHA_512 - variable data - END + + +MESSAGE DIGEST - ALG_SHA_224 - variable data - BEGIN + +method name:; ALG_SHA_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 07 ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;109.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;109.00; +operation raw measurements (ms):;16.00;15.00;17.00;15.00;14.00; +operation stats (ms/op):;avg op:;3.08;min op:;2.80;max op:;3.40;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; ALG_SHA_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 07 ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;109.00;109.00;110.00;109.00; +baseline stats (ms):;avg:;109.25;min:;108.00;max:;110.00; +operation raw measurements (ms):;15.75;15.75;15.75;15.75;14.75; +operation stats (ms/op):;avg op:;3.11;min op:;2.95;max op:;3.15;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; ALG_SHA_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 07 ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;108.00;109.00;108.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;22.40;21.40;20.40;21.40;22.40; +operation stats (ms/op):;avg op:;4.32;min op:;4.08;max op:;4.48;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; ALG_SHA_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 07 ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;110.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.20;min:;109.00;max:;110.00; +operation raw measurements (ms):;24.80;25.80;24.80;26.80;24.80; +operation stats (ms/op):;avg op:;5.08;min op:;4.96;max op:;5.36;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; ALG_SHA_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 07 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;109.00;max:;109.00; +operation raw measurements (ms):;38.00;36.00;35.00;36.00;36.00; +operation stats (ms/op):;avg op:;7.24;min op:;7.00;max op:;7.60; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; ALG_SHA_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 07 ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;108.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;109.00; +operation raw measurements (ms):;57.00;59.00;58.00;58.00;58.00; +operation stats (ms/op):;avg op:;11.60;min op:;11.40;max op:;11.80; +operation info:;data length;512;total iterations;25;total invocations;25; + + +MESSAGE DIGEST - ALG_SHA_224 - variable data - END + + +MESSAGE DIGEST - ALG_SHA3_224 - variable data - BEGIN + +method name:; ALG_SHA3_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 08 ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 08 ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 08 ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 08 ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 08 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_224 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 08 ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +MESSAGE DIGEST - ALG_SHA3_224 - variable data - END + + +MESSAGE DIGEST - ALG_SHA3_256 - variable data - BEGIN + +method name:; ALG_SHA3_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 09 ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 09 ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 09 ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 09 ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 09 ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_256 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 09 ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +MESSAGE DIGEST - ALG_SHA3_256 - variable data - END + + +MESSAGE DIGEST - ALG_SHA3_384 - variable data - BEGIN + +method name:; ALG_SHA3_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0a ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0a ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0a ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0a ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0a ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_384 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0a ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +MESSAGE DIGEST - ALG_SHA3_384 - variable data - END + + +MESSAGE DIGEST - ALG_SHA3_512 - variable data - BEGIN + +method name:; ALG_SHA3_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0b ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0b ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0b ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0b ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0b ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_SHA3_512 MessageDigest_doFinal() +measurement config:;appletPrepareINS;34;appletMeasureINS;41;config;00 15 00 0b ff ff ff ff ff ff 00 06 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +MESSAGE DIGEST - ALG_SHA3_512 - variable data - END + + +MESSAGE DIGEST - END + + +RANDOM GENERATOR + + +RANDOM GENERATOR - ALG_PSEUDO_RANDOM - variable data - BEGIN + +method name:; ALG_PSEUDO_RANDOM RandomData_generateData();16; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 01 ff ff ff ff ff ff 00 03 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;109.00;108.00;108.00;109.00; +baseline stats (ms):;avg:;108.40;min:;108.00;max:;109.00; +operation raw measurements (ms):;6.60;5.60;4.60;4.60;4.60; +operation stats (ms/op):;avg op:;1.04;min op:;0.92;max op:;1.32;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; ALG_PSEUDO_RANDOM RandomData_generateData();32; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 01 ff ff ff ff ff ff 00 03 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;110.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.25;min:;108.00;max:;110.00; +operation raw measurements (ms):;2.75;4.75;4.75;4.75;3.75; +operation stats (ms/op):;avg op:;0.83;min op:;0.55;max op:;0.95;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; ALG_PSEUDO_RANDOM RandomData_generateData();64; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 01 ff ff ff ff ff ff 00 03 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;111.00;109.00;108.00;109.00;108.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;111.00; +operation raw measurements (ms):;5.00;5.00;7.00;5.00;5.00; +operation stats (ms/op):;avg op:;1.08;min op:;1.00;max op:;1.40;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; ALG_PSEUDO_RANDOM RandomData_generateData();128; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 01 ff ff ff ff ff ff 00 03 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;108.00;109.00;110.00;108.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;110.00; +operation raw measurements (ms):;7.40;6.40;7.40;6.40;7.40; +operation stats (ms/op):;avg op:;1.40;min op:;1.28;max op:;1.48;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; ALG_PSEUDO_RANDOM RandomData_generateData();256; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 01 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;109.00;108.00;108.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;10.40;10.40;11.40;10.40;10.40; +operation stats (ms/op):;avg op:;2.12;min op:;2.08;max op:;2.28;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; ALG_PSEUDO_RANDOM RandomData_generateData();512; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 01 ff ff ff ff ff ff 00 03 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;107.00;109.00;108.00;109.00; +baseline stats (ms):;avg:;108.20;min:;107.00;max:;109.00; +operation raw measurements (ms):;16.80;18.80;17.80;16.80;18.80; +operation stats (ms/op):;avg op:;3.56;min op:;3.36;max op:;3.76;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +RANDOM GENERATOR - ALG_PSEUDO_RANDOM - variable data - END + + +RANDOM GENERATOR - ALG_SECURE_RANDOM - variable data - BEGIN + +method name:; ALG_SECURE_RANDOM RandomData_generateData();16; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 02 ff ff ff ff ff ff 00 03 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;108.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;4.40;5.40;3.40;4.40;5.40; +operation stats (ms/op):;avg op:;0.92;min op:;0.68;max op:;1.08;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; ALG_SECURE_RANDOM RandomData_generateData();32; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 02 ff ff ff ff ff ff 00 03 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;110.00;109.00;109.00; +baseline stats (ms):;avg:;109.20;min:;109.00;max:;110.00; +operation raw measurements (ms):;3.80;4.80;3.80;4.80;3.80; +operation stats (ms/op):;avg op:;0.84;min op:;0.76;max op:;0.96;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; ALG_SECURE_RANDOM RandomData_generateData();64; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 02 ff ff ff ff ff ff 00 03 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;107.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;107.00;max:;109.00; +operation raw measurements (ms):;6.00;6.00;6.00;5.00;6.00; +operation stats (ms/op):;avg op:;1.16;min op:;1.00;max op:;1.20;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; ALG_SECURE_RANDOM RandomData_generateData();128; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 02 ff ff ff ff ff ff 00 03 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;108.00;108.00;108.00;109.00; +baseline stats (ms):;avg:;108.20;min:;108.00;max:;109.00; +operation raw measurements (ms):;8.80;7.80;6.80;7.80;7.80; +operation stats (ms/op):;avg op:;1.56;min op:;1.36;max op:;1.76;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; ALG_SECURE_RANDOM RandomData_generateData();256; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 02 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;111.00;108.00;108.00;108.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;111.00; +operation raw measurements (ms):;10.40;10.40;11.40;10.40;10.40; +operation stats (ms/op):;avg op:;2.12;min op:;2.08;max op:;2.28;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; ALG_SECURE_RANDOM RandomData_generateData();512; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 02 ff ff ff ff ff ff 00 03 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;107.00;108.00;108.00;109.00;108.00; +baseline stats (ms):;avg:;108.25;min:;107.00;max:;109.00; +operation raw measurements (ms):;16.75;15.75;17.75;16.75;16.75; +operation stats (ms/op):;avg op:;3.35;min op:;3.15;max op:;3.55;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +RANDOM GENERATOR - ALG_SECURE_RANDOM - variable data - END + + +RANDOM GENERATOR - ALG_TRNG - variable data - BEGIN + +method name:; ALG_TRNG RandomData_generateData();16; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 03 ff ff ff ff ff ff 00 03 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_TRNG RandomData_generateData();32; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 03 ff ff ff ff ff ff 00 03 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_TRNG RandomData_generateData();64; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 03 ff ff ff ff ff ff 00 03 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_TRNG RandomData_generateData();128; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 03 ff ff ff ff ff ff 00 03 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_TRNG RandomData_generateData();256; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 03 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_TRNG RandomData_generateData();512; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 03 ff ff ff ff ff ff 00 03 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +RANDOM GENERATOR - ALG_TRNG - variable data - END + + +RANDOM GENERATOR - ALG_ALG_PRESEEDED_DRBG - variable data - BEGIN + +method name:; ALG_ALG_PRESEEDED_DRBG RandomData_generateData();16; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 04 ff ff ff ff ff ff 00 03 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_ALG_PRESEEDED_DRBG RandomData_generateData();32; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 04 ff ff ff ff ff ff 00 03 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_ALG_PRESEEDED_DRBG RandomData_generateData();64; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 04 ff ff ff ff ff ff 00 03 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_ALG_PRESEEDED_DRBG RandomData_generateData();128; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 04 ff ff ff ff ff ff 00 03 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_ALG_PRESEEDED_DRBG RandomData_generateData();256; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 04 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_ALG_PRESEEDED_DRBG RandomData_generateData();512; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 04 ff ff ff ff ff ff 00 03 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +RANDOM GENERATOR - ALG_ALG_PRESEEDED_DRBG - variable data - END + + +RANDOM GENERATOR - ALG_FAST - variable data - BEGIN + +method name:; ALG_FAST RandomData_generateData();16; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 05 ff ff ff ff ff ff 00 03 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_FAST RandomData_generateData();32; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 05 ff ff ff ff ff ff 00 03 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_FAST RandomData_generateData();64; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 05 ff ff ff ff ff ff 00 03 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_FAST RandomData_generateData();128; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 05 ff ff ff ff ff ff 00 03 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_FAST RandomData_generateData();256; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 05 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_FAST RandomData_generateData();512; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 05 ff ff ff ff ff ff 00 03 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +RANDOM GENERATOR - ALG_FAST - variable data - END + + +RANDOM GENERATOR - ALG_KEYGENERATION - variable data - BEGIN + +method name:; ALG_KEYGENERATION RandomData_generateData();16; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 06 ff ff ff ff ff ff 00 03 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_KEYGENERATION RandomData_generateData();32; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 06 ff ff ff ff ff ff 00 03 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_KEYGENERATION RandomData_generateData();64; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 06 ff ff ff ff ff ff 00 03 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_KEYGENERATION RandomData_generateData();128; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 06 ff ff ff ff ff ff 00 03 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_KEYGENERATION RandomData_generateData();256; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 06 ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_KEYGENERATION RandomData_generateData();512; +measurement config:;appletPrepareINS;33;appletMeasureINS;42;config;00 16 00 06 ff ff ff ff ff ff 00 03 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +RANDOM GENERATOR - ALG_KEYGENERATION - variable data - END + + +RANDOM GENERATOR - END + + +CIPHER + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;147.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;38.25;36.25;38.25;38.25;37.25; +operation stats (ms/op):;avg op:;7.53;min op:;7.25;max op:;7.65; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;37.75;37.75;38.75;38.75;37.75; +operation stats (ms/op):;avg op:;7.63;min op:;7.55;max op:;7.75; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;38.80;39.80;39.80;38.80;39.80; +operation stats (ms/op):;avg op:;7.88;min op:;7.76;max op:;7.96; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;145.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;39.25;39.25;40.25;39.25;38.25; +operation stats (ms/op):;avg op:;7.85;min op:;7.65;max op:;8.05; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;146.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;43.25;42.25;43.25;42.25;43.25; +operation stats (ms/op):;avg op:;8.57;min op:;8.45;max op:;8.65; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;47.60;47.60;49.60;48.60;48.60; +operation stats (ms/op):;avg op:;9.68;min op:;9.52;max op:;9.92; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;149.00;147.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;157.00; +operation raw measurements (ms):;213.20;222.20;222.20;221.20;223.20; +operation stats (ms/op):;avg op:;44.08;min op:;42.64;max op:;44.64; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.00;min:;148.00;max:;157.00; +operation raw measurements (ms):;212.00;221.00;221.00;221.00;222.00; +operation stats (ms/op):;avg op:;43.88;min op:;42.40;max op:;44.40; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;156.00;148.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;149.40;min:;147.00;max:;156.00; +operation raw measurements (ms):;212.60;222.60;223.60;222.60;222.60; +operation stats (ms/op):;avg op:;44.16;min op:;42.52;max op:;44.72; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;149.00;147.00;148.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;157.00; +operation raw measurements (ms):;213.00;223.00;223.00;223.00;223.00; +operation stats (ms/op):;avg op:;44.20;min op:;42.60;max op:;44.60; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;156.00;147.00;147.00;148.00;149.00; +baseline stats (ms):;avg:;149.40;min:;147.00;max:;156.00; +operation raw measurements (ms):;217.60;226.60;225.60;225.60;226.60; +operation stats (ms/op):;avg op:;44.88;min op:;43.52;max op:;45.32; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;147.00;150.00;147.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;157.00; +operation raw measurements (ms):;222.00;232.00;232.00;232.00;232.00; +operation stats (ms/op):;avg op:;46.00;min op:;44.40;max op:;46.40; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;148.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;38.20;40.20;37.20;37.20;39.20; +operation stats (ms/op):;avg op:;7.68;min op:;7.44;max op:;8.04; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;146.00;146.00;148.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;148.00; +operation raw measurements (ms):;37.00;38.00;38.00;37.00;39.00; +operation stats (ms/op):;avg op:;7.56;min op:;7.40;max op:;7.80; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;38.40;37.40;40.40;38.40;38.40; +operation stats (ms/op):;avg op:;7.72;min op:;7.48;max op:;8.08; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;39.80;39.80;40.80;39.80;38.80; +operation stats (ms/op):;avg op:;7.96;min op:;7.76;max op:;8.16; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;146.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;42.80;42.80;43.80;43.80;42.80; +operation stats (ms/op):;avg op:;8.64;min op:;8.56;max op:;8.76; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;145.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;48.75;49.75;47.75;47.75;49.75; +operation stats (ms/op):;avg op:;9.75;min op:;9.55;max op:;9.95; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;211.20;222.20;221.20;221.20;221.20; +operation stats (ms/op):;avg op:;43.88;min op:;42.24;max op:;44.44; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;156.00;148.00;148.00;147.00;150.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;156.00; +operation raw measurements (ms):;212.20;221.20;221.20;223.20;222.20; +operation stats (ms/op):;avg op:;44.00;min op:;42.44;max op:;44.64; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;147.00;149.00;148.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;159.00;;;CHECK +operation raw measurements (ms):;213.80;221.80;221.80;221.80;221.80; +operation stats (ms/op):;avg op:;44.04;min op:;42.76;max op:;44.36; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;160.00;148.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;160.00;;;CHECK +operation raw measurements (ms):;213.80;222.80;222.80;222.80;222.80; +operation stats (ms/op):;avg op:;44.20;min op:;42.76;max op:;44.56; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;147.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;149.20;min:;147.00;max:;157.00;;;CHECK +operation raw measurements (ms):;217.80;227.80;226.80;227.80;226.80; +operation stats (ms/op):;avg op:;45.08;min op:;43.56;max op:;45.56; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;156.00;148.00;148.00;147.00;150.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;156.00; +operation raw measurements (ms):;222.20;233.20;232.20;232.20;233.20; +operation stats (ms/op):;avg op:;46.12;min op:;44.44;max op:;46.64; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;62.60;63.60;62.60;65.60;63.60; +operation stats (ms/op):;avg op:;12.72;min op:;12.52;max op:;13.12; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;64.00;65.00;63.00;63.00;64.00; +operation stats (ms/op):;avg op:;12.76;min op:;12.60;max op:;13.00; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;146.00;145.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;145.00;max:;148.00; +operation raw measurements (ms):;64.60;65.60;64.60;63.60;63.60; +operation stats (ms/op):;avg op:;12.88;min op:;12.72;max op:;13.12; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;64.60;64.60;64.60;65.60;65.60; +operation stats (ms/op):;avg op:;13.00;min op:;12.92;max op:;13.12; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;148.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;67.20;68.20;68.20;67.20;68.20; +operation stats (ms/op):;avg op:;13.56;min op:;13.44;max op:;13.64; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;236.60;245.60;246.60;248.60;245.60; +operation stats (ms/op):;avg op:;48.92;min op:;47.32;max op:;49.72; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;157.00; +operation raw measurements (ms):;237.80;246.80;246.80;248.80;247.80; +operation stats (ms/op):;avg op:;49.12;min op:;47.56;max op:;49.76; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;148.00;151.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;237.40;247.40;247.40;248.40;246.40; +operation stats (ms/op):;avg op:;49.08;min op:;47.48;max op:;49.68; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;147.00;149.00;149.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;157.00; +operation raw measurements (ms):;240.00;249.00;249.00;248.00;249.00; +operation stats (ms/op):;avg op:;49.40;min op:;48.00;max op:;49.80; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;147.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;242.00;252.00;252.00;252.00;252.00; +operation stats (ms/op):;avg op:;50.00;min op:;48.40;max op:;50.40; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;147.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;157.00; +operation raw measurements (ms):;248.20;258.20;257.20;257.20;258.20; +operation stats (ms/op):;avg op:;51.16;min op:;49.64;max op:;51.64; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_CBC_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_CBC_PKCS5 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;145.00;147.00;146.00;145.00; +baseline stats (ms):;avg:;146.00;min:;145.00;max:;147.00; +operation raw measurements (ms):;39.00;38.00;37.00;38.00;41.00; +operation stats (ms/op):;avg op:;7.72;min op:;7.40;max op:;8.20;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;39.60;38.60;37.60;36.60;38.60; +operation stats (ms/op):;avg op:;7.64;min op:;7.32;max op:;7.92; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;149.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;149.00; +operation raw measurements (ms):;37.20;39.20;38.20;37.20;38.20; +operation stats (ms/op):;avg op:;7.60;min op:;7.44;max op:;7.84; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;38.60;40.60;39.60;39.60;39.60; +operation stats (ms/op):;avg op:;7.92;min op:;7.72;max op:;8.12; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;147.00;145.00;146.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;42.75;41.75;44.75;42.75;41.75; +operation stats (ms/op):;avg op:;8.55;min op:;8.35;max op:;8.95; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;145.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;48.75;47.75;47.75;48.75;48.75; +operation stats (ms/op):;avg op:;9.67;min op:;9.55;max op:;9.75; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;147.00;149.00;147.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;159.00;;;CHECK +operation raw measurements (ms):;212.80;220.80;221.80;220.80;220.80; +operation stats (ms/op):;avg op:;43.88;min op:;42.56;max op:;44.36; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;147.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;212.20;222.20;221.20;222.20;221.20; +operation stats (ms/op):;avg op:;43.96;min op:;42.44;max op:;44.44; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;212.00;222.00;223.00;222.00;222.00; +operation stats (ms/op):;avg op:;44.04;min op:;42.40;max op:;44.60; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;212.80;222.80;222.80;222.80;222.80; +operation stats (ms/op):;avg op:;44.16;min op:;42.56;max op:;44.56; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;150.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;157.00; +operation raw measurements (ms):;215.60;225.60;225.60;227.60;224.60; +operation stats (ms/op):;avg op:;44.76;min op:;43.12;max op:;45.52; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;150.60;min:;149.00;max:;157.00; +operation raw measurements (ms):;222.40;230.40;230.40;230.40;230.40; +operation stats (ms/op):;avg op:;45.76;min op:;44.48;max op:;46.08; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;37.40;38.40;39.40;36.40;37.40; +operation stats (ms/op):;avg op:;7.56;min op:;7.28;max op:;7.88; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;36.75;37.75;37.75;37.75;36.75; +operation stats (ms/op):;avg op:;7.47;min op:;7.35;max op:;7.55; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;148.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;148.00; +operation raw measurements (ms):;38.60;38.60;38.60;38.60;39.60; +operation stats (ms/op):;avg op:;7.76;min op:;7.72;max op:;7.92; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;148.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;39.20;39.20;39.20;38.20;40.20; +operation stats (ms/op):;avg op:;7.84;min op:;7.64;max op:;8.04; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;148.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;148.00; +operation raw measurements (ms):;42.60;43.60;42.60;42.60;42.60; +operation stats (ms/op):;avg op:;8.56;min op:;8.52;max op:;8.72; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;148.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;48.20;47.20;47.20;47.20;49.20; +operation stats (ms/op):;avg op:;9.56;min op:;9.44;max op:;9.84; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;147.00;148.00;149.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;212.00;220.00;222.00;222.00;221.00; +operation stats (ms/op):;avg op:;43.88;min op:;42.40;max op:;44.40; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;147.00;148.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;211.80;221.80;220.80;223.80;222.80; +operation stats (ms/op):;avg op:;44.04;min op:;42.36;max op:;44.76; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;148.00;147.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;159.00;;;CHECK +operation raw measurements (ms):;212.80;222.80;220.80;221.80;261.80; +operation stats (ms/op):;avg op:;45.60;min op:;42.56;max op:;52.36;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;162.00;166.00;156.00;150.00;148.00; +baseline stats (ms):;avg:;156.40;min:;148.00;max:;166.00;;;CHECK +operation raw measurements (ms):;209.60;216.60;215.60;216.60;216.60; +operation stats (ms/op):;avg op:;43.00;min op:;41.92;max op:;43.32; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;149.80;min:;148.00;max:;157.00; +operation raw measurements (ms):;216.20;225.20;226.20;226.20;225.20; +operation stats (ms/op):;avg op:;44.76;min op:;43.24;max op:;45.24; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;222.20;231.20;230.20;232.20;231.20; +operation stats (ms/op):;avg op:;45.88;min op:;44.44;max op:;46.44; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;146.00;146.00;145.00;146.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;148.00; +operation raw measurements (ms):;62.80;63.80;63.80;63.80;63.80; +operation stats (ms/op):;avg op:;12.72;min op:;12.56;max op:;12.76; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;63.80;64.80;65.80;62.80;64.80; +operation stats (ms/op):;avg op:;12.88;min op:;12.56;max op:;13.16; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;63.60;63.60;63.60;62.60;63.60; +operation stats (ms/op):;avg op:;12.68;min op:;12.52;max op:;12.72; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;145.00;146.00;146.00; +baseline stats (ms):;avg:;146.00;min:;145.00;max:;146.00; +operation raw measurements (ms):;66.00;66.00;65.00;66.00;65.00; +operation stats (ms/op):;avg op:;13.12;min op:;13.00;max op:;13.20; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;67.80;69.80;66.80;68.80;67.80; +operation stats (ms/op):;avg op:;13.64;min op:;13.36;max op:;13.96; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;145.00;146.00;145.00;149.00; +baseline stats (ms):;avg:;146.40;min:;145.00;max:;149.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;147.00;149.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;157.00; +operation raw measurements (ms):;237.20;247.20;246.20;247.20;246.20; +operation stats (ms/op):;avg op:;48.96;min op:;47.44;max op:;49.44; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;149.40;min:;147.00;max:;157.00;;;CHECK +operation raw measurements (ms):;238.60;246.60;246.60;247.60;247.60; +operation stats (ms/op):;avg op:;49.08;min op:;47.72;max op:;49.52; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.00;min:;148.00;max:;157.00; +operation raw measurements (ms):;238.00;248.00;247.00;251.00;248.00; +operation stats (ms/op):;avg op:;49.28;min op:;47.60;max op:;50.20; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;169.00;151.00;147.00;162.00; +baseline stats (ms):;avg:;157.40;min:;147.00;max:;169.00;;;CHECK +operation raw measurements (ms):;247.60;240.60;241.60;240.60;240.60; +operation stats (ms/op):;avg op:;48.44;min op:;48.12;max op:;49.52; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;242.20;252.20;251.20;251.20;251.20; +operation stats (ms/op):;avg op:;49.92;min op:;48.44;max op:;50.44; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;147.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;149.60;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;247.40;257.40;257.40;257.40;257.40; +operation stats (ms/op):;avg op:;51.08;min op:;49.48;max op:;51.48; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_ECB_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 40 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 40 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 40 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 40 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 40 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 40 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_DES LENGTH_DES ALG_DES_ECB_PKCS5 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;39.60;38.60;39.60;38.60;38.60; +operation stats (ms/op):;avg op:;7.80;min op:;7.72;max op:;7.92; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;145.00;max:;147.00; +operation raw measurements (ms):;38.00;39.00;38.00;39.00;39.00; +operation stats (ms/op):;avg op:;7.72;min op:;7.60;max op:;7.80; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;38.75;38.75;38.75;55.75;38.75; +operation stats (ms/op):;avg op:;8.43;min op:;7.75;max op:;11.15;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;42.60;40.60;41.60;41.60;42.60; +operation stats (ms/op):;avg op:;8.36;min op:;8.12;max op:;8.52; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;152.00;148.00;146.00;147.00; +baseline stats (ms):;avg:;147.60;min:;145.00;max:;152.00; +operation raw measurements (ms):;45.40;44.40;44.40;43.40;43.40; +operation stats (ms/op):;avg op:;8.84;min op:;8.68;max op:;9.08; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;50.60;51.60;51.60;53.60;50.60; +operation stats (ms/op):;avg op:;10.32;min op:;10.12;max op:;10.72; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;213.60;221.60;222.60;221.60;225.60; +operation stats (ms/op):;avg op:;44.20;min op:;42.72;max op:;45.12; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;213.60;223.60;222.60;224.60;225.60; +operation stats (ms/op):;avg op:;44.40;min op:;42.72;max op:;45.12; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;157.00; +operation raw measurements (ms):;215.20;223.20;223.20;224.20;226.20; +operation stats (ms/op):;avg op:;44.48;min op:;43.04;max op:;45.24; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;157.00; +operation raw measurements (ms):;216.80;223.80;224.80;224.80;223.80; +operation stats (ms/op):;avg op:;44.56;min op:;43.36;max op:;44.96; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;220.20;228.20;230.20;229.20;229.20; +operation stats (ms/op):;avg op:;45.48;min op:;44.04;max op:;46.04; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;150.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;157.00; +operation raw measurements (ms):;226.60;236.60;234.60;234.60;235.60; +operation stats (ms/op):;avg op:;46.72;min op:;45.32;max op:;47.32; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;38.80;37.80;37.80;39.80;38.80; +operation stats (ms/op):;avg op:;7.72;min op:;7.56;max op:;7.96; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;145.00;147.00;147.00; +baseline stats (ms):;avg:;147.25;min:;145.00;max:;148.00; +operation raw measurements (ms):;37.75;38.75;37.75;38.75;37.75; +operation stats (ms/op):;avg op:;7.63;min op:;7.55;max op:;7.75; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;148.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;38.75;39.75;39.75;38.75;39.75; +operation stats (ms/op):;avg op:;7.87;min op:;7.75;max op:;7.95; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;148.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;148.00; +operation raw measurements (ms):;41.40;41.40;40.40;41.40;40.40; +operation stats (ms/op):;avg op:;8.20;min op:;8.08;max op:;8.28; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;44.80;46.80;43.80;45.80;45.80; +operation stats (ms/op):;avg op:;9.08;min op:;8.76;max op:;9.36; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;145.00;146.00; +baseline stats (ms):;avg:;146.00;min:;145.00;max:;146.00; +operation raw measurements (ms):;54.00;52.00;53.00;54.00;53.00; +operation stats (ms/op):;avg op:;10.64;min op:;10.40;max op:;10.80; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;149.00;147.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;157.00; +operation raw measurements (ms):;218.20;237.20;223.20;229.20;225.20; +operation stats (ms/op):;avg op:;45.32;min op:;43.64;max op:;47.44; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;159.00;148.00;148.00;150.00; +baseline stats (ms):;avg:;152.40;min:;148.00;max:;159.00; +operation raw measurements (ms):;212.60;220.60;221.60;220.60;220.60; +operation stats (ms/op):;avg op:;43.84;min op:;42.52;max op:;44.32; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;148.00;150.00;148.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;214.20;222.20;223.20;236.20;263.20; +operation stats (ms/op):;avg op:;46.36;min op:;42.84;max op:;52.64;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;150.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;216.80;223.80;224.80;223.80;224.80; +operation stats (ms/op):;avg op:;44.56;min op:;43.36;max op:;44.96; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;149.60;min:;147.00;max:;157.00; +operation raw measurements (ms):;220.40;228.40;229.40;228.40;228.40; +operation stats (ms/op):;avg op:;45.40;min op:;44.08;max op:;45.88; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;149.60;min:;147.00;max:;157.00; +operation raw measurements (ms):;226.40;236.40;236.40;235.40;236.40; +operation stats (ms/op):;avg op:;46.84;min op:;45.28;max op:;47.28; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;146.00;146.00;145.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;63.75;65.75;64.75;64.75;64.75; +operation stats (ms/op):;avg op:;12.95;min op:;12.75;max op:;13.15; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;145.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;65.25;66.25;64.25;65.25;66.25; +operation stats (ms/op):;avg op:;13.09;min op:;12.85;max op:;13.25; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;145.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;67.25;65.25;65.25;65.25;65.25; +operation stats (ms/op):;avg op:;13.13;min op:;13.05;max op:;13.45; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;148.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;148.00; +operation raw measurements (ms):;66.40;67.40;67.40;67.40;66.40; +operation stats (ms/op):;avg op:;13.40;min op:;13.28;max op:;13.48; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;70.80;71.80;70.80;70.80;71.80; +operation stats (ms/op):;avg op:;14.24;min op:;14.16;max op:;14.36; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.00;min:;148.00;max:;157.00; +operation raw measurements (ms):;241.00;249.00;249.00;250.00;249.00; +operation stats (ms/op):;avg op:;49.52;min op:;48.20;max op:;50.00; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;156.00;149.00;149.00;147.00;147.00; +baseline stats (ms):;avg:;149.60;min:;147.00;max:;156.00; +operation raw measurements (ms):;240.40;249.40;250.40;249.40;249.40; +operation stats (ms/op):;avg op:;49.56;min op:;48.08;max op:;50.08; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;239.20;249.20;251.20;250.20;250.20; +operation stats (ms/op):;avg op:;49.60;min op:;47.84;max op:;50.24; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;147.00;147.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;242.00;250.00;250.00;250.00;252.00; +operation stats (ms/op):;avg op:;49.76;min op:;48.40;max op:;50.40; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;147.00;147.00;149.00;149.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;157.00; +operation raw measurements (ms):;246.20;255.20;255.20;254.20;256.20; +operation stats (ms/op):;avg op:;50.68;min op:;49.24;max op:;51.24; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;253.20;262.20;262.20;262.20;263.20; +operation stats (ms/op):;avg op:;52.12;min op:;50.64;max op:;52.64; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_CBC_PKCS5 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;38.60;38.60;38.60;37.60;38.60; +operation stats (ms/op):;avg op:;7.68;min op:;7.52;max op:;7.72; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;38.25;38.25;39.25;39.25;38.25; +operation stats (ms/op):;avg op:;7.73;min op:;7.65;max op:;7.85; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;40.00;39.00;39.00;40.00;39.00; +operation stats (ms/op):;avg op:;7.88;min op:;7.80;max op:;8.00; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;146.00;146.00;148.00;147.00; +baseline stats (ms):;avg:;146.40;min:;145.00;max:;148.00; +operation raw measurements (ms):;41.60;40.60;40.60;40.60;40.60; +operation stats (ms/op):;avg op:;8.16;min op:;8.12;max op:;8.32; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;145.00;147.00; +baseline stats (ms):;avg:;147.00;min:;145.00;max:;147.00; +operation raw measurements (ms):;45.00;43.00;45.00;43.00;44.00; +operation stats (ms/op):;avg op:;8.80;min op:;8.60;max op:;9.00; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;149.00;147.00;146.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;149.00; +operation raw measurements (ms):;51.00;52.00;51.00;50.00;51.00; +operation stats (ms/op):;avg op:;10.20;min op:;10.00;max op:;10.40; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;157.00; +operation raw measurements (ms):;213.80;221.80;222.80;221.80;222.80; +operation stats (ms/op):;avg op:;44.12;min op:;42.76;max op:;44.56; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;154.00;148.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;157.00; +operation raw measurements (ms):;212.00;221.00;221.00;221.00;222.00; +operation stats (ms/op):;avg op:;43.88;min op:;42.40;max op:;44.40; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;214.20;223.20;223.20;223.20;223.20; +operation stats (ms/op):;avg op:;44.28;min op:;42.84;max op:;44.64; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;214.60;223.60;223.60;224.60;224.60; +operation stats (ms/op):;avg op:;44.44;min op:;42.92;max op:;44.92; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;157.00; +operation raw measurements (ms):;217.80;228.80;228.80;227.80;229.80; +operation stats (ms/op):;avg op:;45.32;min op:;43.56;max op:;45.96; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;157.00; +operation raw measurements (ms):;224.80;235.80;235.80;235.80;235.80; +operation stats (ms/op):;avg op:;46.72;min op:;44.96;max op:;47.16; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;147.00;145.00;147.00;146.00; +baseline stats (ms):;avg:;146.00;min:;145.00;max:;147.00; +operation raw measurements (ms):;39.00;40.00;38.00;39.00;40.00; +operation stats (ms/op):;avg op:;7.84;min op:;7.60;max op:;8.00; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;38.80;39.80;40.80;39.80;38.80; +operation stats (ms/op):;avg op:;7.92;min op:;7.76;max op:;8.16; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;88.40;38.40;40.40;41.40;39.40; +operation stats (ms/op):;avg op:;9.92;min op:;7.68;max op:;17.68;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;41.40;40.40;40.40;42.40;47.40; +operation stats (ms/op):;avg op:;8.48;min op:;8.08;max op:;9.48;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;147.00;147.00;166.00;146.00; +baseline stats (ms):;avg:;150.20;min:;145.00;max:;166.00;;;CHECK +operation raw measurements (ms):;40.80;40.80;39.80;39.80;40.80; +operation stats (ms/op):;avg op:;8.08;min op:;7.96;max op:;8.16; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;52.20;51.20;51.20;51.20;52.20; +operation stats (ms/op):;avg op:;10.32;min op:;10.24;max op:;10.44; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;214.20;223.20;223.20;224.20;222.20; +operation stats (ms/op):;avg op:;44.28;min op:;42.84;max op:;44.84; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;149.00;147.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;214.00;223.00;224.00;223.00;224.00; +operation stats (ms/op):;avg op:;44.32;min op:;42.80;max op:;44.80; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;147.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;159.00;;;CHECK +operation raw measurements (ms):;214.20;223.20;223.20;223.20;235.20; +operation stats (ms/op):;avg op:;44.76;min op:;42.84;max op:;47.04;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;157.00; +operation raw measurements (ms):;214.80;225.80;224.80;224.80;224.80; +operation stats (ms/op):;avg op:;44.60;min op:;42.96;max op:;45.16; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;160.00;149.00;147.00;149.00;147.00; +baseline stats (ms):;avg:;150.40;min:;147.00;max:;160.00;;;CHECK +operation raw measurements (ms):;218.60;228.60;227.60;228.60;229.60; +operation stats (ms/op):;avg op:;45.32;min op:;43.72;max op:;45.92; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;150.00;min:;148.00;max:;157.00; +operation raw measurements (ms):;225.00;237.00;235.00;234.00;235.00; +operation stats (ms/op):;avg op:;46.64;min op:;45.00;max op:;47.40; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;63.60;65.60;63.60;63.60;72.60; +operation stats (ms/op):;avg op:;13.16;min op:;12.72;max op:;14.52;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;146.00;148.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;148.00; +operation raw measurements (ms):;64.60;65.60;64.60;65.60;64.60; +operation stats (ms/op):;avg op:;13.00;min op:;12.92;max op:;13.12; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;156.00;149.00; +baseline stats (ms):;avg:;149.00;min:;146.00;max:;156.00; +operation raw measurements (ms):;63.00;64.00;64.00;89.00;63.00; +operation stats (ms/op):;avg op:;13.72;min op:;12.60;max op:;17.80;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;167.00;147.00; +baseline stats (ms):;avg:;151.00;min:;147.00;max:;167.00;;;CHECK +operation raw measurements (ms):;63.00;62.00;63.00;62.00;63.00; +operation stats (ms/op):;avg op:;12.52;min op:;12.40;max op:;12.60; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;68.75;70.75;69.75;69.75;69.75; +operation stats (ms/op):;avg op:;13.95;min op:;13.75;max op:;14.15; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;173.00;146.00;146.00; +baseline stats (ms):;avg:;151.80;min:;146.00;max:;173.00;;;CHECK +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;147.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;238.80;248.80;248.80;248.80;249.80; +operation stats (ms/op):;avg op:;49.40;min op:;47.76;max op:;49.96; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;147.00;169.00;150.00;149.00; +baseline stats (ms):;avg:;154.40;min:;147.00;max:;169.00;;;CHECK +operation raw measurements (ms):;236.60;244.60;243.60;244.60;244.60; +operation stats (ms/op):;avg op:;48.56;min op:;47.32;max op:;48.92; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;150.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;239.40;251.40;248.40;257.40;248.40; +operation stats (ms/op):;avg op:;49.80;min op:;47.88;max op:;51.48; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;157.00; +operation raw measurements (ms):;241.20;251.20;251.20;251.20;250.20; +operation stats (ms/op):;avg op:;49.80;min op:;48.24;max op:;50.24; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;147.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;149.60;min:;147.00;max:;157.00; +operation raw measurements (ms):;245.40;255.40;254.40;254.40;255.40; +operation stats (ms/op):;avg op:;50.60;min op:;49.08;max op:;51.08; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;252.20;262.20;262.20;261.20;263.20; +operation stats (ms/op):;avg op:;52.04;min op:;50.44;max op:;52.64; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_DES LENGTH_DES3_2KEY ALG_DES_ECB_PKCS5 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;148.00;146.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;40.20;40.20;40.20;41.20;42.20; +operation stats (ms/op):;avg op:;8.16;min op:;8.04;max op:;8.44; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;41.60;40.60;41.60;42.60;41.60; +operation stats (ms/op):;avg op:;8.32;min op:;8.12;max op:;8.52; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;161.00;146.00;146.00; +baseline stats (ms):;avg:;149.00;min:;146.00;max:;161.00;;;CHECK +operation raw measurements (ms):;40.00;39.00;48.00;40.00;40.00; +operation stats (ms/op):;avg op:;8.28;min op:;7.80;max op:;9.60;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;42.60;42.60;42.60;43.60;43.60; +operation stats (ms/op):;avg op:;8.60;min op:;8.52;max op:;8.72; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;145.00;147.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;46.25;46.25;47.25;47.25;47.25; +operation stats (ms/op):;avg op:;9.37;min op:;9.25;max op:;9.45; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 01 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;148.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;148.00; +operation raw measurements (ms):;54.40;53.40;54.40;54.40;54.40; +operation stats (ms/op):;avg op:;10.84;min op:;10.68;max op:;10.88; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.00;min:;148.00;max:;157.00; +operation raw measurements (ms):;225.00;234.00;234.00;234.00;234.00; +operation stats (ms/op):;avg op:;46.44;min op:;45.00;max op:;46.80; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;147.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;157.00; +operation raw measurements (ms):;224.20;235.20;234.20;235.20;234.20; +operation stats (ms/op):;avg op:;46.52;min op:;44.84;max op:;47.04; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;150.00;148.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;225.40;234.40;234.40;234.40;234.40; +operation stats (ms/op):;avg op:;46.52;min op:;45.08;max op:;46.88; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;147.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;228.00;235.00;236.00;236.00;236.00; +operation stats (ms/op):;avg op:;46.84;min op:;45.60;max op:;47.20; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;176.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;155.40;min:;147.00;max:;176.00;;;CHECK +operation raw measurements (ms):;224.60;241.60;234.60;235.60;234.60; +operation stats (ms/op):;avg op:;46.84;min op:;44.92;max op:;48.32; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 01 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;168.00;149.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;151.80;min:;147.00;max:;168.00;;;CHECK +operation raw measurements (ms):;236.20;245.20;245.20;245.20;245.20; +operation stats (ms/op):;avg op:;48.68;min op:;47.24;max op:;49.04; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;41.40;40.40;41.40;40.40;40.40; +operation stats (ms/op):;avg op:;8.16;min op:;8.08;max op:;8.28; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;41.40;42.40;41.40;39.40;42.40; +operation stats (ms/op):;avg op:;8.28;min op:;7.88;max op:;8.48; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;42.00;42.00;41.00;41.00;42.00; +operation stats (ms/op):;avg op:;8.32;min op:;8.20;max op:;8.40; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;41.80;44.80;43.80;43.80;44.80; +operation stats (ms/op):;avg op:;8.76;min op:;8.36;max op:;8.96; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;148.00;145.00;146.00; +baseline stats (ms):;avg:;146.40;min:;145.00;max:;148.00; +operation raw measurements (ms):;47.60;46.60;47.60;46.60;48.60; +operation stats (ms/op):;avg op:;9.48;min op:;9.32;max op:;9.72; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 02 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;53.40;55.40;54.40;53.40;54.40; +operation stats (ms/op):;avg op:;10.84;min op:;10.68;max op:;11.08; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;224.80;233.80;233.80;232.80;233.80; +operation stats (ms/op):;avg op:;46.36;min op:;44.96;max op:;46.76; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;150.00;147.00;148.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;157.00; +operation raw measurements (ms):;225.00;235.00;234.00;234.00;235.00; +operation stats (ms/op):;avg op:;46.52;min op:;45.00;max op:;47.00; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;224.80;235.80;256.80;233.80;234.80; +operation stats (ms/op):;avg op:;47.44;min op:;44.96;max op:;51.36;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;156.00;148.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;149.60;min:;148.00;max:;156.00; +operation raw measurements (ms):;227.40;236.40;236.40;236.40;236.40; +operation stats (ms/op):;avg op:;46.92;min op:;45.48;max op:;47.28; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;147.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;232.20;241.20;241.20;241.20;240.20; +operation stats (ms/op):;avg op:;47.84;min op:;46.44;max op:;48.24; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 02 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;149.80;min:;148.00;max:;157.00; +operation raw measurements (ms):;238.20;248.20;249.20;247.20;247.20; +operation stats (ms/op):;avg op:;49.20;min op:;47.64;max op:;49.84; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;147.00;149.00;146.00;145.00; +baseline stats (ms):;avg:;149.20;min:;145.00;max:;159.00;;;CHECK +operation raw measurements (ms):;73.80;65.80;66.80;74.80;65.80; +operation stats (ms/op):;avg op:;13.88;min op:;13.16;max op:;14.96;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;151.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;151.00; +operation raw measurements (ms):;68.80;68.80;67.80;68.80;68.80; +operation stats (ms/op):;avg op:;13.72;min op:;13.56;max op:;13.76; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;146.00;148.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;148.00; +operation raw measurements (ms):;69.60;70.60;70.60;71.60;69.60; +operation stats (ms/op):;avg op:;14.08;min op:;13.92;max op:;14.32; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;145.00;146.00;147.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;71.75;70.75;71.75;71.75;71.75; +operation stats (ms/op):;avg op:;14.31;min op:;14.15;max op:;14.35; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;75.40;74.40;74.40;74.40;73.40; +operation stats (ms/op):;avg op:;14.88;min op:;14.68;max op:;15.08; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 03 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;149.40;min:;147.00;max:;157.00;;;CHECK +operation raw measurements (ms):;255.60;262.60;263.60;263.60;264.60; +operation stats (ms/op):;avg op:;52.40;min op:;51.12;max op:;52.92; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.00;min:;148.00;max:;157.00; +operation raw measurements (ms):;254.00;263.00;262.00;263.00;263.00; +operation stats (ms/op):;avg op:;52.20;min op:;50.80;max op:;52.60; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;252.80;262.80;264.80;262.80;263.80; +operation stats (ms/op):;avg op:;52.28;min op:;50.56;max op:;52.96; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;255.60;263.60;264.60;264.60;265.60; +operation stats (ms/op):;avg op:;52.56;min op:;51.12;max op:;53.12; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;147.00;147.00;150.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;259.00;268.00;269.00;268.00;268.00; +operation stats (ms/op):;avg op:;53.28;min op:;51.80;max op:;53.80; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 03 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;265.20;275.20;276.20;276.20;276.20; +operation stats (ms/op):;avg op:;54.76;min op:;53.04;max op:;55.24; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 04 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 04 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_CBC_PKCS5 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;40.80;41.80;40.80;40.80;40.80; +operation stats (ms/op):;avg op:;8.20;min op:;8.16;max op:;8.36; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;145.00; +baseline stats (ms):;avg:;147.00;min:;145.00;max:;147.00; +operation raw measurements (ms):;41.00;40.00;41.00;40.00;41.00; +operation stats (ms/op):;avg op:;8.12;min op:;8.00;max op:;8.20; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;145.00;147.00; +baseline stats (ms):;avg:;146.75;min:;145.00;max:;147.00; +operation raw measurements (ms):;41.25;41.25;42.25;41.25;42.25; +operation stats (ms/op):;avg op:;8.33;min op:;8.25;max op:;8.45; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;43.60;42.60;43.60;42.60;43.60; +operation stats (ms/op):;avg op:;8.64;min op:;8.52;max op:;8.72; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;45.75;44.75;45.75;46.75;46.75; +operation stats (ms/op):;avg op:;9.19;min op:;8.95;max op:;9.35; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 05 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;145.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;53.80;53.80;73.80;54.80;53.80; +operation stats (ms/op):;avg op:;11.60;min op:;10.76;max op:;14.76;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;158.00;148.00;148.00; +baseline stats (ms):;avg:;152.20;min:;148.00;max:;158.00; +operation raw measurements (ms):;222.80;232.80;231.80;233.80;230.80; +operation stats (ms/op):;avg op:;46.08;min op:;44.56;max op:;46.76; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;147.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;149.60;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;225.40;234.40;235.40;234.40;235.40; +operation stats (ms/op):;avg op:;46.60;min op:;45.08;max op:;47.08; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;150.00;min:;148.00;max:;157.00; +operation raw measurements (ms):;226.00;234.00;236.00;235.00;235.00; +operation stats (ms/op):;avg op:;46.64;min op:;45.20;max op:;47.20; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;148.00;147.00;149.00; +baseline stats (ms):;avg:;150.40;min:;147.00;max:;159.00;;;CHECK +operation raw measurements (ms):;230.60;236.60;237.60;264.60;235.60; +operation stats (ms/op):;avg op:;48.20;min op:;46.12;max op:;52.92;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;230.20;240.20;239.20;239.20;239.20; +operation stats (ms/op):;avg op:;47.52;min op:;46.04;max op:;48.04; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 05 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;147.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.00;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;238.00;247.00;248.00;247.00;247.00; +operation stats (ms/op):;avg op:;49.08;min op:;47.60;max op:;49.60; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;41.80;39.80;40.80;40.80;40.80; +operation stats (ms/op):;avg op:;8.16;min op:;7.96;max op:;8.36; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;150.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;150.00; +operation raw measurements (ms):;42.00;41.00;43.00;40.00;41.00; +operation stats (ms/op):;avg op:;8.28;min op:;8.00;max op:;8.60; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;145.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;145.00;max:;148.00; +operation raw measurements (ms):;42.40;41.40;42.40;42.40;44.40; +operation stats (ms/op):;avg op:;8.52;min op:;8.28;max op:;8.88; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;145.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;43.80;42.80;54.80;45.80;42.80; +operation stats (ms/op):;avg op:;9.20;min op:;8.56;max op:;10.96;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;145.00;147.00;146.00; +baseline stats (ms):;avg:;146.25;min:;145.00;max:;147.00; +operation raw measurements (ms):;46.75;47.75;45.75;46.75;46.75; +operation stats (ms/op):;avg op:;9.35;min op:;9.15;max op:;9.55; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 06 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;145.00;146.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.00;min:;145.00;max:;146.00; +operation raw measurements (ms):;54.00;55.00;53.00;54.00;54.00; +operation stats (ms/op):;avg op:;10.80;min op:;10.60;max op:;11.00; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;226.20;234.20;236.20;233.20;234.20; +operation stats (ms/op):;avg op:;46.56;min op:;45.24;max op:;47.24; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;224.60;233.60;235.60;233.60;234.60; +operation stats (ms/op):;avg op:;46.48;min op:;44.92;max op:;47.12; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;149.80;min:;148.00;max:;157.00; +operation raw measurements (ms):;225.20;234.20;234.20;235.20;235.20; +operation stats (ms/op):;avg op:;46.56;min op:;45.04;max op:;47.04; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.00;min:;148.00;max:;157.00; +operation raw measurements (ms):;227.00;236.00;236.00;236.00;237.00; +operation stats (ms/op):;avg op:;46.88;min op:;45.40;max op:;47.40; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;150.00;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;231.00;239.00;240.00;239.00;240.00; +operation stats (ms/op):;avg op:;47.56;min op:;46.20;max op:;48.00; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 06 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;160.00;147.00;151.00;149.00;149.00; +baseline stats (ms):;avg:;151.20;min:;147.00;max:;160.00;;;CHECK +operation raw measurements (ms):;237.80;245.80;245.80;246.80;246.80; +operation stats (ms/op):;avg op:;48.92;min op:;47.56;max op:;49.36; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;148.00; +operation raw measurements (ms):;68.40;68.40;67.40;67.40;68.40; +operation stats (ms/op):;avg op:;13.60;min op:;13.48;max op:;13.68; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;147.00;149.00;147.00;147.00; +baseline stats (ms):;avg:;147.80;min:;147.00;max:;149.00; +operation raw measurements (ms):;67.20;70.20;67.20;69.20;68.20; +operation stats (ms/op):;avg op:;13.68;min op:;13.44;max op:;14.04; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;148.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;70.20;70.20;70.20;69.20;69.20; +operation stats (ms/op):;avg op:;13.96;min op:;13.84;max op:;14.04; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;146.00;149.00;146.00;147.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;149.00; +operation raw measurements (ms):;70.80;71.80;71.80;70.80;70.80; +operation stats (ms/op):;avg op:;14.24;min op:;14.16;max op:;14.36; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;149.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;149.00; +operation raw measurements (ms):;75.00;76.00;75.00;75.00;75.00; +operation stats (ms/op):;avg op:;15.04;min op:;15.00;max op:;15.20; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 07 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;147.00;147.00;149.00;146.00; +baseline stats (ms):;avg:;147.60;min:;146.00;max:;149.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;149.00;149.00;148.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;252.20;262.20;261.20;262.20;262.20; +operation stats (ms/op):;avg op:;52.00;min op:;50.44;max op:;52.44; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;252.40;263.40;261.40;262.40;263.40; +operation stats (ms/op):;avg op:;52.12;min op:;50.48;max op:;52.68; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;253.40;263.40;262.40;263.40;262.40; +operation stats (ms/op):;avg op:;52.20;min op:;50.68;max op:;52.68; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;255.60;264.60;263.60;264.60;264.60; +operation stats (ms/op):;avg op:;52.52;min op:;51.12;max op:;52.92; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;151.00;148.00;148.00;150.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;158.00; +operation raw measurements (ms):;260.00;268.00;268.00;269.00;268.00; +operation stats (ms/op):;avg op:;53.32;min op:;52.00;max op:;53.80; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 07 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;157.00; +operation raw measurements (ms):;265.60;275.60;274.60;275.60;276.60; +operation stats (ms/op):;avg op:;54.72;min op:;53.12;max op:;55.32; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 08 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 08 ff ff 00 03 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_DES LENGTH_DES3_3KEY ALG_DES_ECB_PKCS5 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;149.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.80;min:;147.00;max:;149.00; +operation raw measurements (ms):;44.20;42.20;43.20;41.20;42.20; +operation stats (ms/op):;avg op:;8.52;min op:;8.24;max op:;8.84; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;147.00;max:;147.00; +operation raw measurements (ms):;42.00;44.00;45.00;43.00;44.00; +operation stats (ms/op):;avg op:;8.72;min op:;8.40;max op:;9.00; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;146.00;147.00;149.00;147.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;43.60;44.60;44.60;42.60;43.60; +operation stats (ms/op):;avg op:;8.76;min op:;8.52;max op:;8.92; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;44.80;46.80;46.80;45.80;46.80; +operation stats (ms/op):;avg op:;9.24;min op:;8.96;max op:;9.36; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;148.00;146.00;149.00; +baseline stats (ms):;avg:;147.60;min:;146.00;max:;149.00; +operation raw measurements (ms):;47.40;48.40;47.40;48.40;48.40; +operation stats (ms/op):;avg op:;9.60;min op:;9.48;max op:;9.68; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;148.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;55.75;56.75;56.75;56.75;56.75; +operation stats (ms/op):;avg op:;11.31;min op:;11.15;max op:;11.35; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;150.00;149.00; +baseline stats (ms):;avg:;151.00;min:;149.00;max:;158.00; +operation raw measurements (ms):;215.00;228.00;228.00;227.00;228.00; +operation stats (ms/op):;avg op:;45.04;min op:;43.00;max op:;45.60; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;216.40;227.40;228.40;227.40;227.40; +operation stats (ms/op):;avg op:;45.08;min op:;43.28;max op:;45.68; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;149.00;149.00;147.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;218.80;229.80;229.80;228.80;228.80; +operation stats (ms/op):;avg op:;45.44;min op:;43.76;max op:;45.96; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;149.00;150.00; +baseline stats (ms):;avg:;151.00;min:;149.00;max:;158.00; +operation raw measurements (ms):;219.00;230.00;229.00;229.00;230.00; +operation stats (ms/op):;avg op:;45.48;min op:;43.80;max op:;46.00; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;150.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;158.00; +operation raw measurements (ms):;221.20;233.20;233.20;232.20;234.20; +operation stats (ms/op):;avg op:;46.16;min op:;44.24;max op:;46.84; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;149.00;150.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;230.00;240.00;243.00;240.00;240.00; +operation stats (ms/op):;avg op:;47.72;min op:;46.00;max op:;48.60; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;147.00;149.00;147.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;149.00; +operation raw measurements (ms):;41.40;43.40;43.40;43.40;43.40; +operation stats (ms/op):;avg op:;8.60;min op:;8.28;max op:;8.68; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;44.00;43.00;44.00;43.00;44.00; +operation stats (ms/op):;avg op:;8.72;min op:;8.60;max op:;8.80; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;42.00;46.00;44.00;43.00;44.00; +operation stats (ms/op):;avg op:;8.76;min op:;8.40;max op:;9.20;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;44.80;45.80;46.80;45.80;45.80; +operation stats (ms/op):;avg op:;9.16;min op:;8.96;max op:;9.36; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;148.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;47.75;49.75;48.75;50.75;48.75; +operation stats (ms/op):;avg op:;9.83;min op:;9.55;max op:;10.15; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;146.00;148.00;147.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;55.80;55.80;56.80;55.80;55.80; +operation stats (ms/op):;avg op:;11.20;min op:;11.16;max op:;11.36; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;150.80;min:;149.00;max:;158.00; +operation raw measurements (ms):;216.20;227.20;226.20;227.20;226.20; +operation stats (ms/op):;avg op:;44.92;min op:;43.24;max op:;45.44; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;150.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;151.00;min:;149.00;max:;158.00; +operation raw measurements (ms):;217.00;228.00;228.00;227.00;226.00; +operation stats (ms/op):;avg op:;45.04;min op:;43.40;max op:;45.60; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;149.00;149.00;148.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;217.20;229.20;228.20;227.20;229.20; +operation stats (ms/op):;avg op:;45.24;min op:;43.44;max op:;45.84; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;150.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;151.20;min:;149.00;max:;159.00;;;CHECK +operation raw measurements (ms):;217.80;229.80;228.80;229.80;228.80; +operation stats (ms/op):;avg op:;45.40;min op:;43.56;max op:;45.96; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;224.20;232.20;232.20;232.20;234.20; +operation stats (ms/op):;avg op:;46.20;min op:;44.84;max op:;46.84; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;149.00;150.00; +baseline stats (ms):;avg:;151.00;min:;149.00;max:;158.00; +operation raw measurements (ms):;229.00;240.00;241.00;241.00;240.00; +operation stats (ms/op):;avg op:;47.64;min op:;45.80;max op:;48.20; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_128_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_192_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_BLOCK_256_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;148.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;41.60;43.60;43.60;43.60;43.60; +operation stats (ms/op):;avg op:;8.64;min op:;8.32;max op:;8.72; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;147.00;max:;147.00; +operation raw measurements (ms):;43.00;43.00;45.00;45.00;45.00; +operation stats (ms/op):;avg op:;8.84;min op:;8.60;max op:;9.00; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;149.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.80;min:;147.00;max:;149.00; +operation raw measurements (ms):;42.20;42.20;43.20;43.20;43.20; +operation stats (ms/op):;avg op:;8.56;min op:;8.44;max op:;8.64; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;148.00;146.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;43.80;46.80;45.80;45.80;46.80; +operation stats (ms/op):;avg op:;9.16;min op:;8.76;max op:;9.36; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;147.60;min:;146.00;max:;149.00; +operation raw measurements (ms):;46.40;48.40;48.40;47.40;49.40; +operation stats (ms/op):;avg op:;9.60;min op:;9.28;max op:;9.88; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;55.60;55.60;55.60;56.60;56.60; +operation stats (ms/op):;avg op:;11.20;min op:;11.12;max op:;11.32; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;150.00;149.00;149.00; +baseline stats (ms):;avg:;151.00;min:;149.00;max:;158.00; +operation raw measurements (ms):;216.00;227.00;228.00;229.00;226.00; +operation stats (ms/op):;avg op:;45.04;min op:;43.20;max op:;45.80; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;150.00;149.00;150.00;149.00; +baseline stats (ms):;avg:;151.20;min:;149.00;max:;158.00; +operation raw measurements (ms):;216.80;226.80;226.80;225.80;226.80; +operation stats (ms/op):;avg op:;44.92;min op:;43.36;max op:;45.36; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;150.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;218.40;229.40;229.40;227.40;228.40; +operation stats (ms/op):;avg op:;45.32;min op:;43.68;max op:;45.88; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;218.40;230.40;231.40;229.40;230.40; +operation stats (ms/op):;avg op:;45.60;min op:;43.68;max op:;46.28; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;148.00;150.00;149.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;223.00;234.00;233.00;232.00;232.00; +operation stats (ms/op):;avg op:;46.16;min op:;44.60;max op:;46.80; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;229.40;241.40;241.40;240.40;241.40; +operation stats (ms/op):;avg op:;47.76;min op:;45.88;max op:;48.28; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;146.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;69.80;72.80;72.80;72.80;72.80; +operation stats (ms/op):;avg op:;14.44;min op:;13.96;max op:;14.56; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;72.60;74.60;73.60;73.60;73.60; +operation stats (ms/op):;avg op:;14.72;min op:;14.52;max op:;14.92; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;149.00;151.00;147.00;146.00; +baseline stats (ms):;avg:;148.00;min:;146.00;max:;151.00; +operation raw measurements (ms):;72.00;73.00;73.00;73.00;86.00; +operation stats (ms/op):;avg op:;15.08;min op:;14.40;max op:;17.20;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;148.00;147.00;185.00;154.00; +baseline stats (ms):;avg:;156.00;min:;146.00;max:;185.00;;;CHECK +operation raw measurements (ms):;66.00;65.00;67.00;67.00;67.00; +operation stats (ms/op):;avg op:;13.28;min op:;13.00;max op:;13.40; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;147.80;min:;147.00;max:;149.00; +operation raw measurements (ms):;75.20;77.20;77.20;79.20;78.20; +operation stats (ms/op):;avg op:;15.48;min op:;15.04;max op:;15.84; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;148.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;148.25;min:;147.00;max:;149.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;171.00;151.00; +baseline stats (ms):;avg:;155.60;min:;149.00;max:;171.00;;;CHECK +operation raw measurements (ms):;240.40;250.40;251.40;252.40;251.40; +operation stats (ms/op):;avg op:;49.84;min op:;48.08;max op:;50.48; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;149.00;150.00;148.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;246.40;256.40;256.40;256.40;257.40; +operation stats (ms/op):;avg op:;50.92;min op:;49.28;max op:;51.48; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;150.00;148.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;248.40;256.40;257.40;258.40;257.40; +operation stats (ms/op):;avg op:;51.12;min op:;49.68;max op:;51.68; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;150.00;149.00;148.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;249.00;259.00;259.00;259.00;259.00; +operation stats (ms/op):;avg op:;51.40;min op:;49.80;max op:;51.80; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;160.00;149.00;148.00;148.00;150.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;160.00;;;CHECK +operation raw measurements (ms):;250.00;261.00;262.00;261.00;276.00; +operation stats (ms/op):;avg op:;52.40;min op:;50.00;max op:;55.20;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;149.00;150.00;149.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;158.00; +operation raw measurements (ms):;258.20;270.20;269.20;269.20;270.20; +operation stats (ms/op):;avg op:;53.48;min op:;51.64;max op:;54.04; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_CBC_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_CBC_PKCS5 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;146.00;150.00;147.00;148.00; +baseline stats (ms):;avg:;148.00;min:;146.00;max:;150.00; +operation raw measurements (ms):;42.00;42.00;67.00;77.00;44.00; +operation stats (ms/op):;avg op:;10.88;min op:;8.40;max op:;15.40;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;185.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;154.80;min:;147.00;max:;185.00;;;CHECK +operation raw measurements (ms):;33.20;36.20;35.20;37.20;37.20; +operation stats (ms/op):;avg op:;7.16;min op:;6.64;max op:;7.44;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;43.40;44.40;44.40;45.40;44.40; +operation stats (ms/op):;avg op:;8.88;min op:;8.68;max op:;9.08; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;45.60;46.60;45.60;44.60;45.60; +operation stats (ms/op):;avg op:;9.12;min op:;8.92;max op:;9.32; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;148.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;48.20;48.20;50.20;48.20;49.20; +operation stats (ms/op):;avg op:;9.76;min op:;9.64;max op:;10.04; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;149.00;148.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;55.60;56.60;56.60;56.60;55.60; +operation stats (ms/op):;avg op:;11.24;min op:;11.12;max op:;11.32; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;218.60;227.60;227.60;227.60;228.60; +operation stats (ms/op):;avg op:;45.20;min op:;43.72;max op:;45.72; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;216.40;228.40;227.40;228.40;227.40; +operation stats (ms/op):;avg op:;45.12;min op:;43.28;max op:;45.68; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;163.00;149.00;148.00;150.00;150.00; +baseline stats (ms):;avg:;152.00;min:;148.00;max:;163.00;;;CHECK +operation raw measurements (ms):;215.00;226.00;227.00;228.00;226.00; +operation stats (ms/op):;avg op:;44.88;min op:;43.00;max op:;45.60; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;150.00;148.00;148.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;219.40;230.40;229.40;229.40;228.40; +operation stats (ms/op):;avg op:;45.48;min op:;43.88;max op:;46.08; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;151.00;149.00;149.00; +baseline stats (ms):;avg:;151.00;min:;149.00;max:;157.00; +operation raw measurements (ms):;222.00;234.00;232.00;232.00;233.00; +operation stats (ms/op):;avg op:;46.12;min op:;44.40;max op:;46.80; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;150.00;149.00;149.00; +baseline stats (ms):;avg:;150.80;min:;149.00;max:;157.00; +operation raw measurements (ms):;230.20;240.20;240.20;239.20;240.20; +operation stats (ms/op):;avg op:;47.60;min op:;46.04;max op:;48.04; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;148.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.75;min:;146.00;max:;148.00; +operation raw measurements (ms):;68.25;73.25;72.25;72.25;73.25; +operation stats (ms/op):;avg op:;14.37;min op:;13.65;max op:;14.65;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;147.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;149.00; +operation raw measurements (ms):;72.40;72.40;72.40;72.40;72.40; +operation stats (ms/op):;avg op:;14.48;min op:;14.48;max op:;14.48; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;147.00;149.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;149.00; +operation raw measurements (ms):;71.40;72.40;73.40;72.40;71.40; +operation stats (ms/op):;avg op:;14.44;min op:;14.28;max op:;14.68; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;149.00;148.00;146.00;147.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;72.60;74.60;73.60;73.60;74.60; +operation stats (ms/op):;avg op:;14.76;min op:;14.52;max op:;14.92; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;75.60;78.60;77.60;76.60;76.60; +operation stats (ms/op):;avg op:;15.40;min op:;15.12;max op:;15.72; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;147.00;149.00;147.00;148.00; +baseline stats (ms):;avg:;148.00;min:;147.00;max:;149.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;246.60;255.60;256.60;256.60;256.60; +operation stats (ms/op):;avg op:;50.88;min op:;49.32;max op:;51.32; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;151.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;158.00; +operation raw measurements (ms):;246.00;257.00;255.00;255.00;258.00; +operation stats (ms/op):;avg op:;50.84;min op:;49.20;max op:;51.60; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;246.60;257.60;256.60;256.60;256.60; +operation stats (ms/op):;avg op:;50.96;min op:;49.32;max op:;51.52; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;149.00;150.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;158.00; +operation raw measurements (ms):;249.20;258.20;258.20;259.20;258.20; +operation stats (ms/op):;avg op:;51.32;min op:;49.84;max op:;51.84; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;186.00;151.00;165.00;163.00;149.00; +baseline stats (ms):;avg:;162.80;min:;149.00;max:;186.00;;;CHECK +operation raw measurements (ms):;239.20;249.20;249.20;250.20;250.20; +operation stats (ms/op):;avg op:;49.52;min op:;47.84;max op:;50.04; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;149.00;150.00;147.00; +baseline stats (ms):;avg:;150.40;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;258.60;268.60;270.60;268.60;268.60; +operation stats (ms/op):;avg op:;53.40;min op:;51.72;max op:;54.12; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_ECB_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 80 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 80 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 80 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 80 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 80 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 80 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_128 ALG_AES_ECB_PKCS5 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;148.00; +operation raw measurements (ms):;44.40;44.40;45.40;45.40;46.40; +operation stats (ms/op):;avg op:;9.04;min op:;8.88;max op:;9.28; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;148.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;44.60;45.60;44.60;45.60;60.60; +operation stats (ms/op):;avg op:;9.64;min op:;8.92;max op:;12.12;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;148.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;46.20;47.20;47.20;47.20;47.20; +operation stats (ms/op):;avg op:;9.40;min op:;9.24;max op:;9.44; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;50.80;49.80;56.80;47.80;47.80; +operation stats (ms/op):;avg op:;10.12;min op:;9.56;max op:;11.36;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;168.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;151.40;min:;147.00;max:;168.00;;;CHECK +operation raw measurements (ms):;45.60;46.60;46.60;47.60;47.60; +operation stats (ms/op):;avg op:;9.36;min op:;9.12;max op:;9.52; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;169.00;147.00; +baseline stats (ms):;avg:;151.40;min:;147.00;max:;169.00;;;CHECK +operation raw measurements (ms):;53.60;55.60;56.60;55.60;55.60; +operation stats (ms/op):;avg op:;11.08;min op:;10.72;max op:;11.32; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;228.60;230.60;231.60;231.60;231.60; +operation stats (ms/op):;avg op:;46.16;min op:;45.72;max op:;46.32; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;149.00;148.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;221.40;232.40;231.40;230.40;232.40; +operation stats (ms/op):;avg op:;45.92;min op:;44.28;max op:;46.48; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;221.40;232.40;232.40;231.40;232.40; +operation stats (ms/op):;avg op:;46.00;min op:;44.28;max op:;46.48; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;223.20;234.20;233.20;238.20;234.20; +operation stats (ms/op):;avg op:;46.52;min op:;44.64;max op:;47.64; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;150.00;149.00;148.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;226.20;238.20;238.20;237.20;238.20; +operation stats (ms/op):;avg op:;47.12;min op:;45.24;max op:;47.64; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;151.00;148.00;149.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;158.00; +operation raw measurements (ms):;235.00;247.00;247.00;245.00;246.00; +operation stats (ms/op):;avg op:;48.80;min op:;47.00;max op:;49.40; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;182.00;147.00; +baseline stats (ms):;avg:;153.80;min:;146.00;max:;182.00;;;CHECK +operation raw measurements (ms):;38.20;109.20;39.20;39.20;40.20; +operation stats (ms/op):;avg op:;10.64;min op:;7.64;max op:;21.84;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;171.00;148.00;149.00;148.00;170.00; +baseline stats (ms):;avg:;157.20;min:;148.00;max:;171.00;;;CHECK +operation raw measurements (ms):;34.80;35.80;36.80;35.80;35.80; +operation stats (ms/op):;avg op:;7.16;min op:;6.96;max op:;7.36; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;45.80;46.80;46.80;46.80;46.80; +operation stats (ms/op):;avg op:;9.32;min op:;9.16;max op:;9.36; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;46.75;48.75;47.75;47.75;47.75; +operation stats (ms/op):;avg op:;9.55;min op:;9.35;max op:;9.75; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;50.00;52.00;53.00;52.00;52.00; +operation stats (ms/op):;avg op:;10.36;min op:;10.00;max op:;10.60; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;148.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;149.00; +operation raw measurements (ms):;58.40;59.40;59.40;58.40;59.40; +operation stats (ms/op):;avg op:;11.80;min op:;11.68;max op:;11.88; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;150.00;150.00;150.00;149.00; +baseline stats (ms):;avg:;151.20;min:;149.00;max:;157.00; +operation raw measurements (ms):;218.80;229.80;232.80;229.80;230.80; +operation stats (ms/op):;avg op:;45.68;min op:;43.76;max op:;46.56; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;150.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;151.00;min:;149.00;max:;158.00; +operation raw measurements (ms):;221.00;231.00;231.00;231.00;232.00; +operation stats (ms/op):;avg op:;45.84;min op:;44.20;max op:;46.40; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;149.00;148.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;221.40;232.40;233.40;232.40;231.40; +operation stats (ms/op):;avg op:;46.04;min op:;44.28;max op:;46.68; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;150.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;150.80;min:;149.00;max:;157.00; +operation raw measurements (ms):;223.20;233.20;233.20;234.20;234.20; +operation stats (ms/op):;avg op:;46.32;min op:;44.64;max op:;46.84; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;151.00;149.00;149.00; +baseline stats (ms):;avg:;151.20;min:;149.00;max:;158.00; +operation raw measurements (ms):;226.80;274.80;236.80;239.80;235.80; +operation stats (ms/op):;avg op:;48.56;min op:;45.36;max op:;54.96;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;150.00;150.00;194.00; +baseline stats (ms):;avg:;160.00;min:;148.00;max:;194.00;;;CHECK +operation raw measurements (ms):;263.00;256.00;239.00;236.00;238.00; +operation stats (ms/op):;avg op:;49.28;min op:;47.20;max op:;52.60;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_128_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_192_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_BLOCK_256_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;149.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;149.00; +operation raw measurements (ms):;44.80;44.80;43.80;45.80;45.80; +operation stats (ms/op):;avg op:;9.00;min op:;8.76;max op:;9.16; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;45.00;45.00;46.00;46.00;45.00; +operation stats (ms/op):;avg op:;9.08;min op:;9.00;max op:;9.20; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;175.00;166.00;148.00;147.00;170.00; +baseline stats (ms):;avg:;161.20;min:;147.00;max:;175.00;;;CHECK +operation raw measurements (ms):;36.80;34.80;32.80;33.80;32.80; +operation stats (ms/op):;avg op:;6.84;min op:;6.56;max op:;7.36;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;46.60;49.60;88.60;50.60;73.60; +operation stats (ms/op):;avg op:;12.36;min op:;9.32;max op:;17.72;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;50.80;53.80;50.80;85.80;51.80; +operation stats (ms/op):;avg op:;11.72;min op:;10.16;max op:;17.16;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;146.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;58.60;59.60;59.60;58.60;61.60; +operation stats (ms/op):;avg op:;11.92;min op:;11.72;max op:;12.32; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;157.00; +operation raw measurements (ms):;221.60;231.60;232.60;231.60;231.60; +operation stats (ms/op):;avg op:;45.96;min op:;44.32;max op:;46.52; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;150.00;149.00;149.00; +baseline stats (ms):;avg:;150.80;min:;149.00;max:;157.00; +operation raw measurements (ms):;221.20;231.20;231.20;231.20;233.20; +operation stats (ms/op):;avg op:;45.92;min op:;44.24;max op:;46.64; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;163.00;148.00;150.00;149.00; +baseline stats (ms):;avg:;153.80;min:;148.00;max:;163.00;;;CHECK +operation raw measurements (ms):;219.20;229.20;229.20;228.20;230.20; +operation stats (ms/op):;avg op:;45.44;min op:;43.84;max op:;46.04; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;149.00;150.00;149.00; +baseline stats (ms):;avg:;151.20;min:;149.00;max:;159.00;;;CHECK +operation raw measurements (ms):;221.80;233.80;233.80;233.80;232.80; +operation stats (ms/op):;avg op:;46.24;min op:;44.36;max op:;46.76; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;150.00;149.00;151.00;149.00; +baseline stats (ms):;avg:;151.60;min:;149.00;max:;159.00; +operation raw measurements (ms):;225.40;235.40;238.40;238.40;235.40; +operation stats (ms/op):;avg op:;46.92;min op:;45.08;max op:;47.68; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;157.00; +operation raw measurements (ms):;235.60;245.60;245.60;246.60;245.60; +operation stats (ms/op):;avg op:;48.76;min op:;47.12;max op:;49.32; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;149.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;149.00; +operation raw measurements (ms):;75.60;76.60;118.60;77.60;76.60; +operation stats (ms/op):;avg op:;17.00;min op:;15.12;max op:;23.72;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;147.00;max:;147.00; +operation raw measurements (ms):;76.00;77.00;77.00;77.00;77.00; +operation stats (ms/op):;avg op:;15.36;min op:;15.20;max op:;15.40; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;147.00;146.00;148.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;76.80;77.80;76.80;77.80;77.80; +operation stats (ms/op):;avg op:;15.48;min op:;15.36;max op:;15.56; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;167.00;148.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;151.20;min:;147.00;max:;167.00;;;CHECK +operation raw measurements (ms):;81.80;78.80;75.80;75.80;76.80; +operation stats (ms/op):;avg op:;15.56;min op:;15.16;max op:;16.36;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;162.00;187.00;147.00;175.00; +baseline stats (ms):;avg:;165.60;min:;147.00;max:;187.00;;;CHECK +operation raw measurements (ms):;65.40;74.40;122.40;65.40;81.40; +operation stats (ms/op):;avg op:;16.36;min op:;13.08;max op:;24.48;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;156.00;147.00;147.00; +baseline stats (ms):;avg:;149.00;min:;147.00;max:;156.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;251.20;262.20;262.20;266.20;263.20; +operation stats (ms/op):;avg op:;52.20;min op:;50.24;max op:;53.24; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;167.00;149.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;152.20;min:;148.00;max:;167.00;;;CHECK +operation raw measurements (ms):;251.80;260.80;260.80;260.80;261.80; +operation stats (ms/op):;avg op:;51.84;min op:;50.36;max op:;52.36; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;148.00;149.00;150.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;252.00;263.00;263.00;263.00;264.00; +operation stats (ms/op):;avg op:;52.20;min op:;50.40;max op:;52.80; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;254.80;265.80;265.80;265.80;266.80; +operation stats (ms/op):;avg op:;52.76;min op:;50.96;max op:;53.36; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;147.00;149.00;148.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;257.80;268.80;269.80;268.80;268.80; +operation stats (ms/op):;avg op:;53.36;min op:;51.56;max op:;53.96; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;151.00;148.00;148.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;266.40;276.40;277.40;276.40;276.40; +operation stats (ms/op):;avg op:;54.92;min op:;53.28;max op:;55.48; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_CBC_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_CBC_PKCS5 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;43.75;43.75;45.75;44.75;45.75; +operation stats (ms/op):;avg op:;8.95;min op:;8.75;max op:;9.15; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;44.60;44.60;44.60;44.60;45.60; +operation stats (ms/op):;avg op:;8.96;min op:;8.92;max op:;9.12; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;45.80;45.80;45.80;45.80;47.80; +operation stats (ms/op):;avg op:;9.24;min op:;9.16;max op:;9.56; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;47.60;49.60;50.60;47.60;48.60; +operation stats (ms/op):;avg op:;9.76;min op:;9.52;max op:;10.12; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;148.00;146.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;50.80;50.80;51.80;51.80;52.80; +operation stats (ms/op):;avg op:;10.32;min op:;10.16;max op:;10.56; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;148.00; +operation raw measurements (ms):;58.40;59.40;60.40;60.40;59.40; +operation stats (ms/op):;avg op:;11.92;min op:;11.68;max op:;12.08; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;149.00;149.00;148.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;220.20;231.20;231.20;229.20;231.20; +operation stats (ms/op):;avg op:;45.72;min op:;44.04;max op:;46.24; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;150.00;149.00;148.00;150.00; +baseline stats (ms):;avg:;151.20;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;219.80;229.80;230.80;230.80;230.80; +operation stats (ms/op):;avg op:;45.68;min op:;43.96;max op:;46.16; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;148.00;150.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;220.20;231.20;232.20;232.20;233.20; +operation stats (ms/op):;avg op:;45.96;min op:;44.04;max op:;46.64; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;224.80;236.80;233.80;233.80;234.80; +operation stats (ms/op):;avg op:;46.56;min op:;44.96;max op:;47.36; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;150.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;226.20;236.20;237.20;237.20;238.20; +operation stats (ms/op):;avg op:;47.00;min op:;45.24;max op:;47.64; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;150.80;min:;149.00;max:;158.00; +operation raw measurements (ms):;235.20;245.20;245.20;245.20;245.20; +operation stats (ms/op):;avg op:;48.64;min op:;47.04;max op:;49.04; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;75.60;76.60;78.60;76.60;77.60; +operation stats (ms/op):;avg op:;15.40;min op:;15.12;max op:;15.72; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;149.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;149.00; +operation raw measurements (ms):;74.60;76.60;75.60;76.60;76.60; +operation stats (ms/op):;avg op:;15.20;min op:;14.92;max op:;15.32; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;148.00; +operation raw measurements (ms):;76.40;76.40;76.40;77.40;77.40; +operation stats (ms/op):;avg op:;15.36;min op:;15.28;max op:;15.48; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;148.00;147.00;146.00;149.00; +baseline stats (ms):;avg:;147.60;min:;146.00;max:;149.00; +operation raw measurements (ms):;78.40;79.40;80.40;78.40;79.40; +operation stats (ms/op):;avg op:;15.84;min op:;15.68;max op:;16.08; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;146.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;81.80;82.80;81.80;82.80;82.80; +operation stats (ms/op):;avg op:;16.48;min op:;16.36;max op:;16.56; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;149.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;149.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;150.00;148.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;158.00; +operation raw measurements (ms):;251.20;263.20;261.20;263.20;262.20; +operation stats (ms/op):;avg op:;52.04;min op:;50.24;max op:;52.64; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;251.40;262.40;262.40;262.40;262.40; +operation stats (ms/op):;avg op:;52.04;min op:;50.28;max op:;52.48; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;149.00;150.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;158.00; +operation raw measurements (ms):;254.20;263.20;264.20;262.20;263.20; +operation stats (ms/op):;avg op:;52.28;min op:;50.84;max op:;52.84; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;254.40;264.40;264.40;265.40;265.40; +operation stats (ms/op):;avg op:;52.56;min op:;50.88;max op:;53.08; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;150.00;149.00;150.00;149.00; +baseline stats (ms):;avg:;151.20;min:;149.00;max:;158.00; +operation raw measurements (ms):;256.80;267.80;267.80;267.80;267.80; +operation stats (ms/op):;avg op:;53.12;min op:;51.36;max op:;53.56; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;150.00;148.00;150.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;158.00; +operation raw measurements (ms):;267.00;276.00;276.00;277.00;278.00; +operation stats (ms/op):;avg op:;54.96;min op:;53.40;max op:;55.60; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_ECB_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 00 c0 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_192 ALG_AES_ECB_PKCS5 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;44.75;45.75;45.75;44.75;45.75; +operation stats (ms/op):;avg op:;9.07;min op:;8.95;max op:;9.15; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;148.00;146.00;148.00; +baseline stats (ms):;avg:;147.75;min:;146.00;max:;148.00; +operation raw measurements (ms):;44.25;46.25;47.25;44.25;46.25; +operation stats (ms/op):;avg op:;9.13;min op:;8.85;max op:;9.45; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;150.00;147.00;147.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;150.00; +operation raw measurements (ms):;45.40;45.40;45.40;45.40;46.40; +operation stats (ms/op):;avg op:;9.12;min op:;9.08;max op:;9.28; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;46.80;48.80;48.80;47.80;47.80; +operation stats (ms/op):;avg op:;9.60;min op:;9.36;max op:;9.76; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;148.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;50.75;51.75;51.75;51.75;53.75; +operation stats (ms/op):;avg op:;10.39;min op:;10.15;max op:;10.75; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0d ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;59.80;60.80;61.80;59.80;62.80; +operation stats (ms/op):;avg op:;12.20;min op:;11.96;max op:;12.56; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;220.40;232.40;231.40;231.40;231.40; +operation stats (ms/op):;avg op:;45.88;min op:;44.08;max op:;46.48; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;149.00;148.00;150.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;220.40;231.40;231.40;231.40;231.40; +operation stats (ms/op):;avg op:;45.84;min op:;44.08;max op:;46.28; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;149.00;149.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;157.00; +operation raw measurements (ms):;222.80;233.80;232.80;232.80;232.80; +operation stats (ms/op):;avg op:;46.20;min op:;44.56;max op:;46.76; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;147.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;150.60;min:;147.00;max:;159.00;;;CHECK +operation raw measurements (ms):;223.40;234.40;234.40;234.40;235.40; +operation stats (ms/op):;avg op:;46.48;min op:;44.68;max op:;47.08; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;227.80;237.80;237.80;238.80;238.80; +operation stats (ms/op):;avg op:;47.24;min op:;45.56;max op:;47.76; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0d ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;150.00;149.00;150.00; +baseline stats (ms):;avg:;151.20;min:;149.00;max:;158.00; +operation raw measurements (ms):;235.80;246.80;246.80;245.80;245.80; +operation stats (ms/op):;avg op:;48.84;min op:;47.16;max op:;49.36; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;149.00;147.00;148.00;146.00; +baseline stats (ms):;avg:;147.80;min:;146.00;max:;149.00; +operation raw measurements (ms):;43.20;45.20;45.20;44.20;44.20; +operation stats (ms/op):;avg op:;8.88;min op:;8.64;max op:;9.04; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;45.80;45.80;45.80;44.80;45.80; +operation stats (ms/op):;avg op:;9.12;min op:;8.96;max op:;9.16; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;45.40;46.40;49.40;47.40;46.40; +operation stats (ms/op):;avg op:;9.40;min op:;9.08;max op:;9.88;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;149.00;147.00;148.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;149.00; +operation raw measurements (ms):;47.40;48.40;48.40;47.40;48.40; +operation stats (ms/op):;avg op:;9.60;min op:;9.48;max op:;9.68; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;149.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;149.00; +operation raw measurements (ms):;50.60;50.60;51.60;51.60;52.60; +operation stats (ms/op):;avg op:;10.28;min op:;10.12;max op:;10.52; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0e ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;148.25;min:;147.00;max:;149.00; +operation raw measurements (ms):;58.75;60.75;59.75;59.75;59.75; +operation stats (ms/op):;avg op:;11.95;min op:;11.75;max op:;12.15; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;222.60;232.60;231.60;230.60;231.60; +operation stats (ms/op):;avg op:;45.96;min op:;44.52;max op:;46.52; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;220.60;231.60;232.60;233.60;231.60; +operation stats (ms/op):;avg op:;46.00;min op:;44.12;max op:;46.72; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;149.00;150.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;222.00;232.00;232.00;233.00;233.00; +operation stats (ms/op):;avg op:;46.08;min op:;44.40;max op:;46.60; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;149.00;149.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;222.60;234.60;235.60;234.60;234.60; +operation stats (ms/op):;avg op:;46.48;min op:;44.52;max op:;47.12; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;160.00;148.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;160.00;;;CHECK +operation raw measurements (ms):;227.00;239.00;238.00;237.00;237.00; +operation stats (ms/op):;avg op:;47.12;min op:;45.40;max op:;47.80; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 0e ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;236.40;246.40;249.40;245.40;246.40; +operation stats (ms/op):;avg op:;48.96;min op:;47.28;max op:;49.88; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_128_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 12 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 12 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 13 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 13 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_192_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 14 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 14 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_CBC_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 15 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 15 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_BLOCK_256_ECB_NOPAD - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;147.75;min:;146.00;max:;148.00; +operation raw measurements (ms):;43.25;45.25;45.25;47.25;44.25; +operation stats (ms/op):;avg op:;9.01;min op:;8.65;max op:;9.45; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;149.00;148.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;148.25;min:;147.00;max:;149.00; +operation raw measurements (ms):;46.75;44.75;45.75;44.75;44.75; +operation stats (ms/op):;avg op:;9.07;min op:;8.95;max op:;9.35; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;45.40;46.40;48.40;47.40;48.40; +operation stats (ms/op):;avg op:;9.44;min op:;9.08;max op:;9.68; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;47.60;48.60;49.60;49.60;49.60; +operation stats (ms/op):;avg op:;9.80;min op:;9.52;max op:;9.92; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;52.40;52.40;54.40;53.40;52.40; +operation stats (ms/op):;avg op:;10.60;min op:;10.48;max op:;10.88; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 16 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;59.00;61.00;61.00;60.00;61.00; +operation stats (ms/op):;avg op:;12.08;min op:;11.80;max op:;12.20; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;150.00;150.00;149.00;149.00; +baseline stats (ms):;avg:;151.20;min:;149.00;max:;158.00; +operation raw measurements (ms):;219.80;230.80;230.80;229.80;231.80; +operation stats (ms/op):;avg op:;45.72;min op:;43.96;max op:;46.36; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;151.00;148.00;149.00; +baseline stats (ms):;avg:;151.20;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;220.80;230.80;231.80;230.80;231.80; +operation stats (ms/op):;avg op:;45.84;min op:;44.16;max op:;46.36; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;149.00;149.00;148.00; +baseline stats (ms):;avg:;150.80;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;221.20;233.20;232.20;232.20;232.20; +operation stats (ms/op):;avg op:;46.04;min op:;44.24;max op:;46.64; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;160.00;150.00;151.00;149.00;148.00; +baseline stats (ms):;avg:;151.60;min:;148.00;max:;160.00;;;CHECK +operation raw measurements (ms):;222.40;235.40;233.40;233.40;234.40; +operation stats (ms/op):;avg op:;46.36;min op:;44.48;max op:;47.08; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;149.00;150.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;227.00;238.00;237.00;238.00;240.00; +operation stats (ms/op):;avg op:;47.20;min op:;45.40;max op:;48.00; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 16 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;149.00;148.00;149.00;150.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;157.00; +operation raw measurements (ms):;237.40;247.40;248.40;247.40;247.40; +operation stats (ms/op):;avg op:;49.12;min op:;47.48;max op:;49.68; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;146.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;77.20;77.20;77.20;77.20;77.20; +operation stats (ms/op):;avg op:;15.44;min op:;15.44;max op:;15.44; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;149.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;149.00; +operation raw measurements (ms):;74.60;76.60;76.60;77.60;79.60; +operation stats (ms/op):;avg op:;15.40;min op:;14.92;max op:;15.92; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;149.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;149.00; +operation raw measurements (ms):;75.60;78.60;77.60;77.60;78.60; +operation stats (ms/op):;avg op:;15.52;min op:;15.12;max op:;15.72; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;146.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;79.75;80.75;79.75;79.75;78.75; +operation stats (ms/op):;avg op:;15.95;min op:;15.75;max op:;16.15; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;82.80;82.80;82.80;82.80;82.80; +operation stats (ms/op):;avg op:;16.56;min op:;16.56;max op:;16.56; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 17 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;149.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;149.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;151.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;157.00; +operation raw measurements (ms):;252.40;263.40;263.40;262.40;263.40; +operation stats (ms/op):;avg op:;52.20;min op:;50.48;max op:;52.68; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;157.00;148.00;148.00;148.00;150.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;157.00; +operation raw measurements (ms):;252.80;263.80;264.80;262.80;263.80; +operation stats (ms/op):;avg op:;52.32;min op:;50.56;max op:;52.96; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;253.60;263.60;263.60;264.60;264.60; +operation stats (ms/op):;avg op:;52.40;min op:;50.72;max op:;52.92; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;148.00;148.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;255.60;267.60;265.60;265.60;268.60; +operation stats (ms/op):;avg op:;52.92;min op:;51.12;max op:;53.72; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;150.00;149.00; +baseline stats (ms):;avg:;151.00;min:;149.00;max:;158.00; +operation raw measurements (ms):;259.00;268.00;271.00;268.00;269.00; +operation stats (ms/op):;avg op:;53.40;min op:;51.80;max op:;54.20; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 17 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;269.40;277.40;277.40;277.40;278.40; +operation stats (ms/op):;avg op:;55.20;min op:;53.88;max op:;55.68; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_CBC_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 18 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 18 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_CBC_PKCS5 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;148.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;44.20;47.20;45.20;45.20;46.20; +operation stats (ms/op):;avg op:;9.12;min op:;8.84;max op:;9.44; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;146.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;45.20;45.20;52.20;48.20;47.20; +operation stats (ms/op):;avg op:;9.52;min op:;9.04;max op:;10.44;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;149.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;149.00; +operation raw measurements (ms):;45.60;46.60;45.60;47.60;47.60; +operation stats (ms/op):;avg op:;9.32;min op:;9.12;max op:;9.52; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;146.00;148.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;45.80;47.80;48.80;48.80;48.80; +operation stats (ms/op):;avg op:;9.60;min op:;9.16;max op:;9.76; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;148.00;146.00;146.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;148.00; +operation raw measurements (ms):;52.00;51.00;54.00;53.00;52.00; +operation stats (ms/op):;avg op:;10.48;min op:;10.20;max op:;10.80; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 19 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;149.00;149.00;146.00; +baseline stats (ms):;avg:;147.80;min:;146.00;max:;149.00; +operation raw measurements (ms):;59.20;60.20;61.20;60.20;60.20; +operation stats (ms/op):;avg op:;12.04;min op:;11.84;max op:;12.24; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;150.00;147.00;149.00; +baseline stats (ms):;avg:;150.60;min:;147.00;max:;158.00; +operation raw measurements (ms):;219.40;230.40;231.40;231.40;231.40; +operation stats (ms/op):;avg op:;45.76;min op:;43.88;max op:;46.28; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;148.00;149.00;149.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;220.60;232.60;231.60;231.60;232.60; +operation stats (ms/op):;avg op:;45.96;min op:;44.12;max op:;46.52; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;148.00; +baseline stats (ms):;avg:;150.40;min:;148.00;max:;158.00;;;CHECK +operation raw measurements (ms):;222.60;232.60;231.60;233.60;235.60; +operation stats (ms/op):;avg op:;46.24;min op:;44.52;max op:;47.12; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;147.00;149.00;149.00; +baseline stats (ms):;avg:;150.20;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;224.80;234.80;233.80;233.80;234.80; +operation stats (ms/op):;avg op:;46.48;min op:;44.96;max op:;46.96; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;150.00;149.00;149.00;149.00; +baseline stats (ms):;avg:;151.00;min:;149.00;max:;158.00; +operation raw measurements (ms):;228.00;239.00;238.00;238.00;237.00; +operation stats (ms/op):;avg op:;47.20;min op:;45.60;max op:;47.80; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 19 ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;150.00;150.00;149.00; +baseline stats (ms):;avg:;151.00;min:;148.00;max:;158.00; +operation raw measurements (ms):;235.00;246.00;246.00;247.00;246.00; +operation stats (ms/op):;avg op:;48.80;min op:;47.00;max op:;49.40; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M1 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;146.00;148.00;146.00;149.00;147.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;149.00; +operation raw measurements (ms):;75.80;76.80;76.80;77.80;76.80; +operation stats (ms/op):;avg op:;15.36;min op:;15.16;max op:;15.56; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;148.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;77.60;77.60;75.60;77.60;77.60; +operation stats (ms/op):;avg op:;15.44;min op:;15.12;max op:;15.52; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;77.60;78.60;79.60;78.60;77.60; +operation stats (ms/op):;avg op:;15.68;min op:;15.52;max op:;15.92; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;78.60;80.60;79.60;79.60;78.60; +operation stats (ms/op):;avg op:;15.88;min op:;15.72;max op:;16.12; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;147.00;146.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;81.60;84.60;83.60;83.60;84.60; +operation stats (ms/op):;avg op:;16.72;min op:;16.32;max op:;16.92; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1a ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;148.00;147.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +UNKONWN_ERROR-card_has_return_value_ff02 + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;252.40;263.40;262.40;261.40;262.40; +operation stats (ms/op):;avg op:;52.08;min op:;50.48;max op:;52.68; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;148.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;149.80;min:;147.00;max:;158.00;;;CHECK +operation raw measurements (ms):;255.20;263.20;263.20;263.20;265.20; +operation stats (ms/op):;avg op:;52.40;min op:;51.04;max op:;53.04; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;149.00;148.00;149.00;147.00; +baseline stats (ms):;avg:;150.40;min:;147.00;max:;159.00;;;CHECK +operation raw measurements (ms):;252.60;263.60;264.60;262.60;263.60; +operation stats (ms/op):;avg op:;52.28;min op:;50.52;max op:;52.92; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;150.20;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;254.80;266.80;266.80;266.80;269.80; +operation stats (ms/op):;avg op:;53.00;min op:;50.96;max op:;53.96; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;158.00;149.00;149.00;148.00;149.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;158.00; +operation raw measurements (ms):;259.40;269.40;269.40;270.40;268.40; +operation stats (ms/op):;avg op:;53.48;min op:;51.88;max op:;54.08; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1a ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +baseline measurements (ms):;159.00;148.00;149.00;149.00;148.00; +baseline stats (ms):;avg:;150.60;min:;148.00;max:;159.00;;;CHECK +operation raw measurements (ms):;267.40;278.40;277.40;277.40;278.40; +operation stats (ms/op):;avg op:;55.16;min op:;53.48;max op:;55.68; +operation info:;data length;512;total iterations;25;total invocations;25; + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_ECB_ISO9797_M2 - variable data - END + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 1b ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 01 00 00 07 00 10 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 01 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 01 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 01 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 01 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 Cipher_setKeyInitDoFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;a3;config;00 11 00 1b ff ff 00 0f 01 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_AES LENGTH_AES_256 ALG_AES_ECB_PKCS5 - variable data - END + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 02 00 00 07 00 20 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 02 00 00 07 00 20 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 02 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 02 00 00 07 00 20 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 02 00 00 07 00 20 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 02 e0 00 07 00 2e ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 02 e0 00 07 00 2e ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 02 e0 00 07 00 5c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 02 e0 00 07 00 2e ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 02 e0 00 07 00 2e ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 03 00 00 07 00 30 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 03 00 00 07 00 30 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 03 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 03 00 00 07 00 30 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 03 00 00 07 00 30 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 03 80 00 07 00 38 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 03 80 00 07 00 38 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 03 80 00 07 00 70 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 03 80 00 07 00 38 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 03 80 00 07 00 38 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 04 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 04 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 04 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 04 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 04 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 05 00 00 07 00 50 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 05 00 00 07 00 50 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 05 00 00 07 00 a0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 05 00 00 07 00 50 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 05 00 00 07 00 50 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 06 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 06 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 06 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 06 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 06 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 07 c0 00 07 00 7c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 07 c0 00 07 00 7c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 07 c0 00 07 00 f8 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 07 c0 00 07 00 7c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 07 c0 00 07 00 7c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 08 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 08 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 08 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 08 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 08 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 0c 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 0c 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 0c 00 00 07 01 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 0c 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 0c 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 05 10 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 05 10 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 05 10 00 00 07 02 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 05 10 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 05 10 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 02 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 02 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 02 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 02 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 02 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 02 e0 00 07 00 2e ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 02 e0 00 07 00 2e ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 02 e0 00 07 00 5c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 02 e0 00 07 00 2e ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 02 e0 00 07 00 2e ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 03 00 00 07 00 30 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 03 00 00 07 00 30 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 03 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 03 00 00 07 00 30 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 03 00 00 07 00 30 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 03 80 00 07 00 38 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 03 80 00 07 00 38 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 03 80 00 07 00 70 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 03 80 00 07 00 38 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 03 80 00 07 00 38 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 04 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 04 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 04 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 04 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 04 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 05 00 00 07 00 50 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 05 00 00 07 00 50 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 05 00 00 07 00 a0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 05 00 00 07 00 50 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 05 00 00 07 00 50 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 06 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 06 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 06 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 06 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 06 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 07 c0 00 07 00 7c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 07 c0 00 07 00 7c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 07 c0 00 07 00 f8 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 07 c0 00 07 00 7c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 07 c0 00 07 00 7c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 08 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 08 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 08 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 08 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 08 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 0c 00 00 07 01 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 01 00 04 10 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 01 00 04 10 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 01 00 04 10 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 01 00 04 10 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 01 00 04 10 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 02 00 00 07 00 20 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 02 00 00 07 00 20 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 02 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 02 00 00 07 00 20 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 02 00 00 07 00 20 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 02 e0 00 07 00 2e ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 02 e0 00 07 00 2e ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 02 e0 00 07 00 5c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 02 e0 00 07 00 2e ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 02 e0 00 07 00 2e ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 03 00 00 07 00 30 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 03 00 00 07 00 30 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 03 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 03 00 00 07 00 30 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 03 00 00 07 00 30 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 03 80 00 07 00 38 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 03 80 00 07 00 38 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 03 80 00 07 00 70 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 03 80 00 07 00 38 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 03 80 00 07 00 38 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 04 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 04 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 04 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 04 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 04 00 00 07 00 40 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 05 00 00 07 00 50 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 05 00 00 07 00 50 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 05 00 00 07 00 a0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 05 00 00 07 00 50 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 05 00 00 07 00 50 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 06 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 06 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 06 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 06 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 06 00 00 07 00 60 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 07 c0 00 07 00 7c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 07 c0 00 07 00 7c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 07 c0 00 07 00 f8 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 07 c0 00 07 00 7c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 07 c0 00 07 00 7c ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 08 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 08 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 08 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 08 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 08 00 00 07 00 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 0c 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 0c 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 0c 00 00 07 01 80 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 0c 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 0c 00 00 07 00 c0 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 ff ff 00 06 10 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b ff ff 00 06 10 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c ff ff 00 06 10 00 00 07 02 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a ff ff 00 06 10 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f ff ff 00 06 10 00 00 07 01 00 ff ff 00 01 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 02 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 02 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 02 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 02 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_512 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 02 00 00 07 00 20 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 02 e0 00 07 00 2e ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 02 e0 00 07 00 2e ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 02 e0 00 07 00 5c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 02 e0 00 07 00 2e ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_736 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 02 e0 00 07 00 2e ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 03 00 00 07 00 30 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 03 00 00 07 00 30 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 03 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 03 00 00 07 00 30 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_768 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 03 00 00 07 00 30 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 03 80 00 07 00 38 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 03 80 00 07 00 38 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 03 80 00 07 00 70 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 03 80 00 07 00 38 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_896 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 03 80 00 07 00 38 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 04 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 04 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 04 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 04 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1024 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 04 00 00 07 00 40 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 05 00 00 07 00 50 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 05 00 00 07 00 50 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 05 00 00 07 00 a0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 05 00 00 07 00 50 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1280 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 05 00 00 07 00 50 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 06 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 06 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 06 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 06 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1536 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 06 00 00 07 00 60 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 07 c0 00 07 00 7c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 07 c0 00 07 00 7c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 07 c0 00 07 00 f8 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 07 c0 00 07 00 7c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_1984 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 07 c0 00 07 00 7c ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 08 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 08 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 08 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 08 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_2048 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 08 00 00 07 00 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 0c 00 00 07 01 80 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_3072 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 0c 00 00 07 00 c0 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO14888 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO14888 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 09 00 02 00 04 10 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO9796 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_ISO9796 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0b 00 02 00 04 10 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_NOPAD - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_NOPAD Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0c 00 02 00 04 10 00 00 07 02 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1 - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1 Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0a 00 02 00 04 10 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP - variable data - BEGIN + +method name:; TYPE_RSA_CRT_PUBLIC LENGTH_RSA_4096 ALG_RSA_PKCS1_OAEP Cipher_doFinal() +measurement config:;appletPrepareINS;31;appletMeasureINS;43;config;00 11 00 0f 00 02 00 04 10 00 00 07 01 00 ff ff 00 02 00 05 00 01 +NO_SUCH_ALGORITHM + + +CIPHER - END + + +SIGNATURE + + +SIGNATURE - TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;157.00;157.00;157.00;157.00; +baseline stats (ms):;avg:;157.00;min:;157.00;max:;157.00; +operation raw measurements (ms):;44.00;44.00;43.00;45.00;44.00; +operation stats (ms/op):;avg op:;8.80;min op:;8.60;max op:;9.00; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;158.00;157.00;157.00;158.00; +baseline stats (ms):;avg:;157.40;min:;157.00;max:;158.00; +operation raw measurements (ms):;42.60;44.60;43.60;46.60;44.60; +operation stats (ms/op):;avg op:;8.88;min op:;8.52;max op:;9.32; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;156.00;158.00;158.00;158.00;156.00; +baseline stats (ms):;avg:;157.20;min:;156.00;max:;158.00; +operation raw measurements (ms):;45.80;45.80;44.80;45.80;44.80; +operation stats (ms/op):;avg op:;9.08;min op:;8.96;max op:;9.16; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;156.00;157.00;156.00;159.00;159.00; +baseline stats (ms):;avg:;157.40;min:;156.00;max:;159.00; +operation raw measurements (ms):;46.60;46.60;46.60;46.60;46.60; +operation stats (ms/op):;avg op:;9.32;min op:;9.32;max op:;9.32; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;158.00;160.00;157.00;158.00;157.00; +baseline stats (ms):;avg:;158.00;min:;157.00;max:;160.00; +operation raw measurements (ms):;50.00;50.00;50.00;49.00;50.00; +operation stats (ms/op):;avg op:;9.96;min op:;9.80;max op:;10.00; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;158.00;161.00;160.00;159.00;160.00; +baseline stats (ms):;avg:;159.60;min:;158.00;max:;161.00; +operation raw measurements (ms):;57.40;58.40;57.40;57.40;58.40; +operation stats (ms/op):;avg op:;11.56;min op:;11.48;max op:;11.68; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;146.00;147.00;147.00;149.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;146.60;104.60;105.60;103.60;104.60; +operation stats (ms/op):;avg op:;22.60;min op:;20.72;max op:;29.32;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;146.40;105.40;105.40;105.40;106.40; +operation stats (ms/op):;avg op:;22.76;min op:;21.08;max op:;29.28;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;148.00;105.00;106.00;106.00;106.00; +operation stats (ms/op):;avg op:;22.84;min op:;21.00;max op:;29.60;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;147.00;max:;147.00; +operation raw measurements (ms):;148.00;107.00;107.00;108.00;107.00; +operation stats (ms/op):;avg op:;23.08;min op:;21.40;max op:;29.60;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;148.00;146.00;147.00;148.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;148.00; +operation raw measurements (ms):;152.00;110.00;110.00;112.00;109.00; +operation stats (ms/op):;avg op:;23.72;min op:;21.80;max op:;30.40;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;146.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;160.40;118.40;117.40;117.40;119.40; +operation stats (ms/op):;avg op:;25.32;min op:;23.48;max op:;32.08;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_AES LENGTH_AES_128 ALG_AES_MAC_128_NOPAD - variable data - END + + +SIGNATURE - TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;155.00;158.00;156.00;157.00;157.00; +baseline stats (ms):;avg:;156.60;min:;155.00;max:;158.00; +operation raw measurements (ms):;48.40;46.40;46.40;47.40;47.40; +operation stats (ms/op):;avg op:;9.44;min op:;9.28;max op:;9.68; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;156.00;159.00;158.00;158.00;158.00; +baseline stats (ms):;avg:;158.25;min:;156.00;max:;159.00; +operation raw measurements (ms):;45.75;45.75;46.75;45.75;44.75; +operation stats (ms/op):;avg op:;9.15;min op:;8.95;max op:;9.35; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;156.00;157.00;159.00;157.00;158.00; +baseline stats (ms):;avg:;157.40;min:;156.00;max:;159.00; +operation raw measurements (ms):;89.60;48.60;48.60;47.60;47.60; +operation stats (ms/op):;avg op:;11.28;min op:;9.52;max op:;17.92;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;158.00;157.00;158.00;158.00; +baseline stats (ms):;avg:;157.60;min:;157.00;max:;158.00; +operation raw measurements (ms):;50.40;50.40;49.40;51.40;50.40; +operation stats (ms/op):;avg op:;10.08;min op:;9.88;max op:;10.28; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;158.00;158.00;159.00;159.00; +baseline stats (ms):;avg:;158.20;min:;157.00;max:;159.00; +operation raw measurements (ms):;52.80;52.80;52.80;52.80;52.80; +operation stats (ms/op):;avg op:;10.56;min op:;10.56;max op:;10.56; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;158.00;161.00;160.00;163.00;161.00; +baseline stats (ms):;avg:;161.25;min:;158.00;max:;163.00; +operation raw measurements (ms):;58.75;58.75;57.75;58.75;58.75; +operation stats (ms/op):;avg op:;11.71;min op:;11.55;max op:;11.75; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;149.00;148.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;149.00; +operation raw measurements (ms):;215.40;214.40;214.40;216.40;215.40; +operation stats (ms/op):;avg op:;43.04;min op:;42.88;max op:;43.28; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;148.00;147.00;147.00;149.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;151.60;108.60;109.60;108.60;108.60; +operation stats (ms/op):;avg op:;23.48;min op:;21.72;max op:;30.32;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;151.40;110.40;110.40;110.40;111.40; +operation stats (ms/op):;avg op:;23.76;min op:;22.08;max op:;30.28;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;147.80;min:;147.00;max:;149.00; +operation raw measurements (ms):;151.20;112.20;111.20;110.20;110.20; +operation stats (ms/op):;avg op:;23.80;min op:;22.04;max op:;30.24;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;147.00;149.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;149.00; +operation raw measurements (ms):;154.80;113.80;113.80;113.80;114.80; +operation stats (ms/op):;avg op:;24.44;min op:;22.76;max op:;30.96;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;165.40;121.40;124.40;122.40;122.40; +operation stats (ms/op):;avg op:;26.24;min op:;24.28;max op:;33.08;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_AES LENGTH_AES_192 ALG_AES_MAC_128_NOPAD - variable data - END + + +SIGNATURE - TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD - variable data - BEGIN + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;155.00;157.00;159.00;158.00;158.00; +baseline stats (ms):;avg:;158.00;min:;155.00;max:;159.00; +operation raw measurements (ms):;48.00;46.00;47.00;46.00;46.00; +operation stats (ms/op):;avg op:;9.32;min op:;9.20;max op:;9.60; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;158.00;157.00;158.00;158.00; +baseline stats (ms):;avg:;157.60;min:;157.00;max:;158.00; +operation raw measurements (ms):;47.40;47.40;46.40;47.40;46.40; +operation stats (ms/op):;avg op:;9.40;min op:;9.28;max op:;9.48; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;156.00;157.00;158.00;159.00;158.00; +baseline stats (ms):;avg:;157.60;min:;156.00;max:;159.00; +operation raw measurements (ms):;47.40;48.40;48.40;47.40;48.40; +operation stats (ms/op):;avg op:;9.60;min op:;9.48;max op:;9.68; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;156.00;158.00;157.00;158.00;158.00; +baseline stats (ms):;avg:;157.75;min:;156.00;max:;158.00; +operation raw measurements (ms):;49.25;49.25;50.25;49.25;49.25; +operation stats (ms/op):;avg op:;9.89;min op:;9.85;max op:;10.05; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;159.00;158.00;159.00;159.00; +baseline stats (ms):;avg:;158.75;min:;157.00;max:;159.00; +operation raw measurements (ms):;53.25;52.25;51.25;53.25;52.25; +operation stats (ms/op):;avg op:;10.49;min op:;10.25;max op:;10.65; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;161.00;161.00;162.00;160.00; +baseline stats (ms):;avg:;160.80;min:;160.00;max:;162.00; +operation raw measurements (ms):;60.20;61.20;61.20;60.20;60.20; +operation stats (ms/op):;avg op:;12.12;min op:;12.04;max op:;12.24; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;215.80;214.80;215.80;215.80;216.80; +operation stats (ms/op):;avg op:;43.16;min op:;42.96;max op:;43.36; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;148.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.60;min:;147.00;max:;148.00; +operation raw measurements (ms):;149.40;109.40;109.40;109.40;107.40; +operation stats (ms/op):;avg op:;23.40;min op:;21.48;max op:;29.88;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;148.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;149.60;109.60;109.60;108.60;110.60; +operation stats (ms/op):;avg op:;23.52;min op:;21.72;max op:;29.92;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;146.00;148.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;153.20;112.20;113.20;110.20;111.20; +operation stats (ms/op):;avg op:;24.00;min op:;22.04;max op:;30.64;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;148.00;149.00;146.00;147.00; +baseline stats (ms):;avg:;147.60;min:;146.00;max:;149.00; +operation raw measurements (ms):;156.40;114.40;113.40;114.40;115.40; +operation stats (ms/op):;avg op:;24.56;min op:;22.68;max op:;31.28;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 12 ff ff 00 0f 01 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;149.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;149.00; +operation raw measurements (ms):;164.60;124.60;124.60;122.60;123.60; +operation stats (ms/op):;avg op:;26.40;min op:;24.52;max op:;32.92;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_AES LENGTH_AES_256 ALG_AES_MAC_128_NOPAD - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 13 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;161.00;160.00;161.00;160.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;161.00; +operation raw measurements (ms):;69.40;68.40;68.40;69.40;69.40; +operation stats (ms/op):;avg op:;13.80;min op:;13.68;max op:;13.88; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 13 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;161.00;163.00;161.00;160.00; +baseline stats (ms):;avg:;161.20;min:;160.00;max:;163.00; +operation raw measurements (ms):;69.80;67.80;67.80;67.80;67.80; +operation stats (ms/op):;avg op:;13.64;min op:;13.56;max op:;13.96; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 13 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;160.00;161.00;162.00;160.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;162.00; +operation raw measurements (ms):;68.40;68.40;69.40;68.40;69.40; +operation stats (ms/op):;avg op:;13.76;min op:;13.68;max op:;13.88; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 13 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;161.00;160.00;163.00;161.00; +baseline stats (ms):;avg:;161.40;min:;160.00;max:;163.00; +operation raw measurements (ms):;69.60;68.60;68.60;69.60;69.60; +operation stats (ms/op):;avg op:;13.84;min op:;13.72;max op:;13.92; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 13 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;164.00;163.00;162.00;162.00;161.00; +baseline stats (ms):;avg:;162.40;min:;161.00;max:;164.00; +operation raw measurements (ms):;73.60;72.60;70.60;71.60;70.60; +operation stats (ms/op):;avg op:;14.36;min op:;14.12;max op:;14.72; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 13 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;163.00;163.00;162.00;162.00;163.00; +baseline stats (ms):;avg:;162.60;min:;162.00;max:;163.00; +operation raw measurements (ms):;77.40;78.40;77.40;78.40;78.40; +operation stats (ms/op):;avg op:;15.60;min op:;15.48;max op:;15.68; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 13 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;148.00;146.00;148.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;169.20;127.20;127.20;127.20;126.20; +operation stats (ms/op):;avg op:;27.08;min op:;25.24;max op:;33.84;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 13 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;169.40;126.40;128.40;127.40;126.40; +operation stats (ms/op):;avg op:;27.12;min op:;25.28;max op:;33.88;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 13 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;170.80;125.80;126.80;126.80;127.80; +operation stats (ms/op):;avg op:;27.12;min op:;25.16;max op:;34.16;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 13 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;170.00;127.00;129.00;127.00;128.00; +operation stats (ms/op):;avg op:;27.24;min op:;25.40;max op:;34.00;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 13 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;146.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;148.00; +operation raw measurements (ms):;175.60;130.60;131.60;131.60;130.60; +operation stats (ms/op):;avg op:;28.00;min op:;26.12;max op:;35.12;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 13 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;180.00;136.00;136.00;137.00;135.00; +operation stats (ms/op):;avg op:;28.96;min op:;27.00;max op:;36.00;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_1_M2_ALG3 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M1 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M1 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 03 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M1 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;161.00;162.00;161.00;159.00; +baseline stats (ms):;avg:;160.60;min:;159.00;max:;162.00; +operation raw measurements (ms):;64.40;65.40;65.40;65.40;65.40; +operation stats (ms/op):;avg op:;13.04;min op:;12.88;max op:;13.08; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;160.00;159.00;159.00;160.00; +baseline stats (ms):;avg:;159.60;min:;159.00;max:;160.00; +operation raw measurements (ms):;65.40;65.40;65.40;65.40;64.40; +operation stats (ms/op):;avg op:;13.04;min op:;12.88;max op:;13.08; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;161.00;160.00;160.00;160.00; +baseline stats (ms):;avg:;160.40;min:;160.00;max:;161.00; +operation raw measurements (ms):;64.60;64.60;66.60;64.60;65.60; +operation stats (ms/op):;avg op:;13.04;min op:;12.92;max op:;13.32; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;160.00;161.00;161.00;159.00; +baseline stats (ms):;avg:;160.20;min:;159.00;max:;161.00; +operation raw measurements (ms):;67.80;65.80;65.80;67.80;66.80; +operation stats (ms/op):;avg op:;13.36;min op:;13.16;max op:;13.56; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;161.00;161.00;162.00;162.00; +baseline stats (ms):;avg:;161.20;min:;160.00;max:;162.00; +operation raw measurements (ms):;68.80;68.80;67.80;69.80;68.80; +operation stats (ms/op):;avg op:;13.76;min op:;13.56;max op:;13.96; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;162.00;163.00;161.00;163.00; +baseline stats (ms):;avg:;162.20;min:;161.00;max:;163.00; +operation raw measurements (ms):;74.80;73.80;74.80;75.80;72.80; +operation stats (ms/op):;avg op:;14.88;min op:;14.56;max op:;15.16; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;146.00;148.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;164.80;121.80;122.80;122.80;122.80; +operation stats (ms/op):;avg op:;26.20;min op:;24.36;max op:;32.96;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;148.00;146.00;146.00;148.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;165.80;121.80;122.80;123.80;122.80; +operation stats (ms/op):;avg op:;26.28;min op:;24.36;max op:;33.16;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;165.75;124.75;123.75;122.75;122.75; +operation stats (ms/op):;avg op:;26.39;min op:;24.55;max op:;33.15;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;165.75;124.75;123.75;124.75;123.75; +operation stats (ms/op):;avg op:;26.51;min op:;24.75;max op:;33.15;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;149.00;147.00;148.00;146.00;147.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;169.60;127.60;128.60;126.60;125.60; +operation stats (ms/op):;avg op:;27.12;min op:;25.12;max op:;33.92;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;146.00;146.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;175.80;132.80;134.80;132.80;131.80; +operation stats (ms/op):;avg op:;28.32;min op:;26.36;max op:;35.16;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC4_ISO9797_M2 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;160.00;160.00;161.00;160.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;162.00; +operation raw measurements (ms):;67.40;66.40;66.40;66.40;68.40; +operation stats (ms/op):;avg op:;13.40;min op:;13.28;max op:;13.68; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;160.00;160.00;160.00;160.00; +baseline stats (ms):;avg:;160.20;min:;160.00;max:;161.00; +operation raw measurements (ms):;68.80;66.80;65.80;66.80;67.80; +operation stats (ms/op):;avg op:;13.44;min op:;13.16;max op:;13.76; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;160.00;161.00;162.00;161.00; +baseline stats (ms):;avg:;160.80;min:;160.00;max:;162.00; +operation raw measurements (ms):;67.20;68.20;67.20;67.20;67.20; +operation stats (ms/op):;avg op:;13.48;min op:;13.44;max op:;13.64; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;162.00;160.00;160.00;160.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;162.00; +operation raw measurements (ms):;68.40;70.40;68.40;69.40;68.40; +operation stats (ms/op):;avg op:;13.80;min op:;13.68;max op:;14.08; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;163.00;161.00;161.00;161.00; +baseline stats (ms):;avg:;161.40;min:;161.00;max:;163.00; +operation raw measurements (ms):;71.60;71.60;70.60;71.60;71.60; +operation stats (ms/op):;avg op:;14.28;min op:;14.12;max op:;14.32; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;164.00;162.00;162.00;162.00;163.00; +baseline stats (ms):;avg:;162.60;min:;162.00;max:;164.00; +operation raw measurements (ms):;79.40;77.40;79.40;80.40;79.40; +operation stats (ms/op):;avg op:;15.84;min op:;15.48;max op:;16.08; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;166.80;123.80;123.80;125.80;124.80; +operation stats (ms/op):;avg op:;26.60;min op:;24.76;max op:;33.36;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;167.40;126.40;125.40;126.40;126.40; +operation stats (ms/op):;avg op:;26.88;min op:;25.08;max op:;33.48;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;148.00;147.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;168.20;125.20;125.20;125.20;127.20; +operation stats (ms/op):;avg op:;26.84;min op:;25.04;max op:;33.64;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;147.00;max:;147.00; +operation raw measurements (ms):;171.00;127.00;128.00;127.00;126.00; +operation stats (ms/op):;avg op:;27.16;min op:;25.20;max op:;34.20;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;146.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;173.20;130.20;130.20;132.20;130.20; +operation stats (ms/op):;avg op:;27.84;min op:;26.04;max op:;34.64;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;180.80;135.80;136.80;136.80;137.80; +operation stats (ms/op):;avg op:;29.12;min op:;27.16;max op:;36.16;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_ISO9797_M2 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;163.00;162.00;162.00;161.00;161.00; +baseline stats (ms):;avg:;161.80;min:;161.00;max:;163.00; +operation raw measurements (ms):;70.20;69.20;69.20;70.20;71.20; +operation stats (ms/op):;avg op:;14.00;min op:;13.84;max op:;14.24; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;164.00;162.00;162.00;161.00;161.00; +baseline stats (ms):;avg:;162.00;min:;161.00;max:;164.00; +operation raw measurements (ms):;71.00;69.00;71.00;71.00;70.00; +operation stats (ms/op):;avg op:;14.08;min op:;13.80;max op:;14.20; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;164.00;163.00;163.00;161.00; +baseline stats (ms):;avg:;162.60;min:;161.00;max:;164.00; +operation raw measurements (ms):;69.40;71.40;70.40;70.40;69.40; +operation stats (ms/op):;avg op:;14.04;min op:;13.88;max op:;14.28; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;162.00;162.00;161.00;162.00; +baseline stats (ms):;avg:;161.60;min:;161.00;max:;162.00; +operation raw measurements (ms):;71.40;71.40;71.40;71.40;72.40; +operation stats (ms/op):;avg op:;14.32;min op:;14.28;max op:;14.48; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;163.00;162.00;162.00;162.00; +baseline stats (ms):;avg:;162.25;min:;161.00;max:;163.00; +operation raw measurements (ms):;75.75;75.75;74.75;75.75;75.75; +operation stats (ms/op):;avg op:;15.11;min op:;14.95;max op:;15.15; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;163.00;164.00;166.00;163.00;163.00; +baseline stats (ms):;avg:;163.80;min:;163.00;max:;166.00; +operation raw measurements (ms):;83.20;82.20;82.20;83.20;83.20; +operation stats (ms/op):;avg op:;16.56;min op:;16.44;max op:;16.64; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;236.40;237.40;236.40;237.40;237.40; +operation stats (ms/op):;avg op:;47.40;min op:;47.28;max op:;47.48; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;145.00;147.00;148.00;149.00;148.00; +baseline stats (ms):;avg:;148.00;min:;145.00;max:;149.00; +operation raw measurements (ms):;172.00;129.00;130.00;130.00;130.00; +operation stats (ms/op):;avg op:;27.64;min op:;25.80;max op:;34.40;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;148.00;149.00;146.00;147.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;175.60;131.60;129.60;132.60;131.60; +operation stats (ms/op):;avg op:;28.04;min op:;25.92;max op:;35.12;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;148.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;148.00;min:;146.00;max:;148.00; +operation raw measurements (ms):;174.00;131.00;132.00;131.00;132.00; +operation stats (ms/op):;avg op:;28.00;min op:;26.20;max op:;34.80;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;146.00;148.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;179.20;136.20;136.20;135.20;136.20; +operation stats (ms/op):;avg op:;28.92;min op:;27.04;max op:;35.84;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 05 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;145.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;186.80;142.80;142.80;142.80;144.80; +operation stats (ms/op):;avg op:;30.40;min op:;28.56;max op:;37.36;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_ISO9797_M2 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC4_NOPAD - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_NOPAD - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 01 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_NOPAD - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC4_PKCS5 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC4_PKCS5 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 07 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC4_PKCS5 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 14 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;161.00;159.00;162.00;161.00; +baseline stats (ms):;avg:;161.25;min:;159.00;max:;162.00; +operation raw measurements (ms):;65.75;65.75;65.75;64.75;66.75; +operation stats (ms/op):;avg op:;13.15;min op:;12.95;max op:;13.35; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 14 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;160.00;160.00;161.00;161.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;161.00; +operation raw measurements (ms):;67.40;65.40;65.40;68.40;67.40; +operation stats (ms/op):;avg op:;13.36;min op:;13.08;max op:;13.68; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 14 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;163.00;160.00;161.00;161.00;160.00; +baseline stats (ms):;avg:;161.00;min:;160.00;max:;163.00; +operation raw measurements (ms):;66.00;67.00;65.00;66.00;67.00; +operation stats (ms/op):;avg op:;13.24;min op:;13.00;max op:;13.40; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 14 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;161.00;161.00;160.00;159.00; +baseline stats (ms):;avg:;160.20;min:;159.00;max:;161.00; +operation raw measurements (ms):;67.80;68.80;67.80;68.80;68.80; +operation stats (ms/op):;avg op:;13.68;min op:;13.56;max op:;13.76; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 14 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;161.00;160.00;161.00;161.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;161.00; +operation raw measurements (ms):;71.40;70.40;73.40;70.40;70.40; +operation stats (ms/op):;avg op:;14.24;min op:;14.08;max op:;14.68; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 14 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;163.00;161.00;162.00;161.00; +baseline stats (ms):;avg:;161.80;min:;161.00;max:;163.00; +operation raw measurements (ms):;77.20;75.20;78.20;77.20;76.20; +operation stats (ms/op):;avg op:;15.36;min op:;15.04;max op:;15.64; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 14 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;146.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;168.40;125.40;125.40;126.40;124.40; +operation stats (ms/op):;avg op:;26.80;min op:;24.88;max op:;33.68;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 14 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;167.40;124.40;124.40;124.40;125.40; +operation stats (ms/op):;avg op:;26.64;min op:;24.88;max op:;33.48;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 14 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;148.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;166.75;124.75;126.75;126.75;124.75; +operation stats (ms/op):;avg op:;26.79;min op:;24.95;max op:;33.35;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 14 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;148.00;149.00;146.00;146.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;167.60;124.60;126.60;125.60;125.60; +operation stats (ms/op):;avg op:;26.80;min op:;24.92;max op:;33.52;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 14 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;171.40;129.40;129.40;129.40;129.40; +operation stats (ms/op):;avg op:;27.56;min op:;25.88;max op:;34.28;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 14 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;147.00;148.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;177.20;134.20;135.20;134.20;134.20; +operation stats (ms/op):;avg op:;28.60;min op:;26.84;max op:;35.44;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_1_M2_ALG3 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;159.00;160.00;159.00;159.00; +baseline stats (ms):;avg:;159.40;min:;159.00;max:;160.00; +operation raw measurements (ms):;66.60;67.60;66.60;65.60;65.60; +operation stats (ms/op):;avg op:;13.28;min op:;13.12;max op:;13.52; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;160.00;160.00;160.00;161.00; +baseline stats (ms):;avg:;160.40;min:;160.00;max:;161.00; +operation raw measurements (ms):;65.60;65.60;65.60;64.60;63.60; +operation stats (ms/op):;avg op:;13.00;min op:;12.72;max op:;13.12; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;160.00;160.00;160.00;162.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;162.00; +operation raw measurements (ms):;64.40;65.40;64.40;65.40;64.40; +operation stats (ms/op):;avg op:;12.96;min op:;12.88;max op:;13.08; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;159.00;160.00;161.00;161.00; +baseline stats (ms):;avg:;160.20;min:;159.00;max:;161.00; +operation raw measurements (ms):;67.80;65.80;67.80;66.80;65.80; +operation stats (ms/op):;avg op:;13.36;min op:;13.16;max op:;13.56; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;160.00;160.00;162.00;161.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;162.00; +operation raw measurements (ms):;68.40;69.40;69.40;70.40;69.40; +operation stats (ms/op):;avg op:;13.88;min op:;13.68;max op:;14.08; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;163.00;162.00;161.00;162.00;162.00; +baseline stats (ms):;avg:;162.25;min:;161.00;max:;163.00; +operation raw measurements (ms):;74.75;74.75;73.75;74.75;73.75; +operation stats (ms/op):;avg op:;14.87;min op:;14.75;max op:;14.95; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;165.40;123.40;123.40;123.40;123.40; +operation stats (ms/op):;avg op:;26.36;min op:;24.68;max op:;33.08;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;165.75;122.75;122.75;122.75;123.75; +operation stats (ms/op):;avg op:;26.31;min op:;24.55;max op:;33.15;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;146.00;147.00;149.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;149.00; +operation raw measurements (ms):;166.00;124.00;125.00;125.00;124.00; +operation stats (ms/op):;avg op:;26.56;min op:;24.80;max op:;33.20;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;147.00;146.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;167.75;123.75;123.75;125.75;122.75; +operation stats (ms/op):;avg op:;26.55;min op:;24.55;max op:;33.55;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;146.00;147.00;149.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;149.00; +operation raw measurements (ms):;171.00;126.00;129.00;129.00;126.00; +operation stats (ms/op):;avg op:;27.24;min op:;25.20;max op:;34.20;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;145.00;147.00;146.00;148.00;148.00; +baseline stats (ms):;avg:;146.80;min:;145.00;max:;148.00; +operation raw measurements (ms):;175.20;132.20;133.20;133.20;131.20; +operation stats (ms/op):;avg op:;28.20;min op:;26.24;max op:;35.04;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M1 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;160.00;161.00;160.00;160.00; +baseline stats (ms):;avg:;160.40;min:;160.00;max:;161.00; +operation raw measurements (ms):;66.60;65.60;67.60;67.60;65.60; +operation stats (ms/op):;avg op:;13.32;min op:;13.12;max op:;13.52; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;160.00;160.00;161.00;162.00; +baseline stats (ms):;avg:;160.80;min:;160.00;max:;162.00; +operation raw measurements (ms):;67.20;66.20;66.20;69.20;67.20; +operation stats (ms/op):;avg op:;13.44;min op:;13.24;max op:;13.84; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;160.00;160.00;161.00;161.00; +baseline stats (ms):;avg:;160.40;min:;160.00;max:;161.00; +operation raw measurements (ms):;67.60;67.60;66.60;67.60;68.60; +operation stats (ms/op):;avg op:;13.52;min op:;13.32;max op:;13.72; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;162.00;160.00;161.00;161.00; +baseline stats (ms):;avg:;161.20;min:;160.00;max:;162.00; +operation raw measurements (ms):;68.80;68.80;66.80;67.80;68.80; +operation stats (ms/op):;avg op:;13.64;min op:;13.36;max op:;13.76; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;161.00;161.00;161.00;161.00; +baseline stats (ms):;avg:;161.20;min:;161.00;max:;162.00; +operation raw measurements (ms):;72.80;73.80;71.80;72.80;73.80; +operation stats (ms/op):;avg op:;14.60;min op:;14.36;max op:;14.76; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;164.00;162.00;162.00;162.00;163.00; +baseline stats (ms):;avg:;162.60;min:;162.00;max:;164.00; +operation raw measurements (ms):;79.40;80.40;79.40;80.40;80.40; +operation stats (ms/op):;avg op:;16.00;min op:;15.88;max op:;16.08; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;167.40;126.40;125.40;125.40;124.40; +operation stats (ms/op):;avg op:;26.76;min op:;24.88;max op:;33.48;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;168.40;127.40;126.40;124.40;126.40; +operation stats (ms/op):;avg op:;26.92;min op:;24.88;max op:;33.68;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;149.00;147.00;147.00;146.00;148.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;167.60;124.60;125.60;125.60;124.60; +operation stats (ms/op):;avg op:;26.72;min op:;24.92;max op:;33.52;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;169.40;127.40;126.40;127.40;126.40; +operation stats (ms/op):;avg op:;27.08;min op:;25.28;max op:;33.88;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;173.00;131.00;131.00;129.00;132.00; +operation stats (ms/op):;avg op:;27.84;min op:;25.80;max op:;34.60;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;146.00;146.00;148.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;148.00; +operation raw measurements (ms):;181.40;136.40;137.40;137.40;138.40; +operation stats (ms/op):;avg op:;29.24;min op:;27.28;max op:;36.28;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M1 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;162.00;162.00;161.00;162.00; +baseline stats (ms):;avg:;162.00;min:;161.00;max:;162.00; +operation raw measurements (ms):;69.00;70.00;70.00;70.00;70.00; +operation stats (ms/op):;avg op:;13.96;min op:;13.80;max op:;14.00; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;160.00;161.00;161.00;161.00; +baseline stats (ms):;avg:;161.00;min:;160.00;max:;161.00; +operation raw measurements (ms):;71.00;73.00;71.00;71.00;71.00; +operation stats (ms/op):;avg op:;14.28;min op:;14.20;max op:;14.60; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;161.00;161.00;161.00;161.00; +baseline stats (ms):;avg:;161.00;min:;160.00;max:;161.00; +operation raw measurements (ms):;71.00;72.00;72.00;74.00;71.00; +operation stats (ms/op):;avg op:;14.40;min op:;14.20;max op:;14.80; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;161.00;162.00;163.00;162.00; +baseline stats (ms):;avg:;161.80;min:;161.00;max:;163.00; +operation raw measurements (ms):;72.20;72.20;72.20;74.20;71.20; +operation stats (ms/op):;avg op:;14.48;min op:;14.24;max op:;14.84; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;163.00;162.00;161.00;161.00; +baseline stats (ms):;avg:;161.60;min:;161.00;max:;163.00; +operation raw measurements (ms):;75.40;77.40;76.40;75.40;76.40; +operation stats (ms/op):;avg op:;15.24;min op:;15.08;max op:;15.48; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;164.00;165.00;163.00;163.00;163.00; +baseline stats (ms):;avg:;163.60;min:;163.00;max:;165.00; +operation raw measurements (ms):;83.40;82.40;83.40;85.40;81.40; +operation stats (ms/op):;avg op:;16.64;min op:;16.28;max op:;17.08; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;237.40;237.40;237.40;237.40;237.40; +operation stats (ms/op):;avg op:;47.48;min op:;47.48;max op:;47.48; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;148.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;173.80;130.80;130.80;128.80;132.80; +operation stats (ms/op):;avg op:;27.88;min op:;25.76;max op:;34.76;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;146.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;174.75;130.75;130.75;130.75;130.75; +operation stats (ms/op):;avg op:;27.91;min op:;26.15;max op:;34.95;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;148.00;148.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;174.60;130.60;131.60;133.60;131.60; +operation stats (ms/op):;avg op:;28.08;min op:;26.12;max op:;34.92;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;178.40;137.40;136.40;136.40;136.40; +operation stats (ms/op):;avg op:;29.00;min op:;27.28;max op:;35.68;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 04 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;146.00;149.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;149.00; +operation raw measurements (ms):;186.40;143.40;143.40;143.40;142.40; +operation stats (ms/op):;avg op:;30.36;min op:;28.48;max op:;37.28;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M1 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;160.00;160.00;158.00;159.00; +baseline stats (ms):;avg:;159.75;min:;158.00;max:;160.00; +operation raw measurements (ms):;64.25;64.25;66.25;64.25;66.25; +operation stats (ms/op):;avg op:;13.01;min op:;12.85;max op:;13.25; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;160.00;160.00;160.00;160.00; +baseline stats (ms):;avg:;160.00;min:;160.00;max:;160.00; +operation raw measurements (ms):;64.00;65.00;64.00;66.00;66.00; +operation stats (ms/op):;avg op:;13.00;min op:;12.80;max op:;13.20; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;161.00;160.00;160.00;159.00; +baseline stats (ms):;avg:;160.25;min:;159.00;max:;161.00; +operation raw measurements (ms):;64.75;64.75;64.75;65.75;63.75; +operation stats (ms/op):;avg op:;12.95;min op:;12.75;max op:;13.15; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;161.00;160.00;160.00;159.00; +baseline stats (ms):;avg:;160.25;min:;159.00;max:;161.00; +operation raw measurements (ms):;65.75;64.75;65.75;65.75;65.75; +operation stats (ms/op):;avg op:;13.11;min op:;12.95;max op:;13.15; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;161.00;161.00;162.00;160.00; +baseline stats (ms):;avg:;161.25;min:;160.00;max:;162.00; +operation raw measurements (ms):;68.75;67.75;67.75;68.75;67.75; +operation stats (ms/op):;avg op:;13.63;min op:;13.55;max op:;13.75; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;162.00;161.00;162.00;162.00; +baseline stats (ms):;avg:;162.00;min:;161.00;max:;162.00; +operation raw measurements (ms):;73.00;74.00;74.00;77.00;74.00; +operation stats (ms/op):;avg op:;14.88;min op:;14.60;max op:;15.40; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;146.00;146.00;146.00;147.00; +baseline stats (ms):;avg:;146.20;min:;146.00;max:;147.00; +operation raw measurements (ms):;165.80;124.80;122.80;122.80;124.80; +operation stats (ms/op):;avg op:;26.44;min op:;24.56;max op:;33.16;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;147.75;min:;146.00;max:;148.00; +operation raw measurements (ms):;165.25;122.25;122.25;121.25;122.25; +operation stats (ms/op):;avg op:;26.13;min op:;24.25;max op:;33.05;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;148.00;146.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;165.20;125.20;124.20;123.20;124.20; +operation stats (ms/op):;avg op:;26.48;min op:;24.64;max op:;33.04;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;167.00;123.00;123.00;123.00;124.00; +operation stats (ms/op):;avg op:;26.40;min op:;24.60;max op:;33.40;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;149.00;147.00;148.00; +baseline stats (ms):;avg:;147.40;min:;146.00;max:;149.00; +operation raw measurements (ms):;167.60;127.60;126.60;125.60;126.60; +operation stats (ms/op):;avg op:;26.96;min op:;25.12;max op:;33.52;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;149.00;148.00;146.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;149.00; +operation raw measurements (ms):;174.80;130.80;131.80;131.80;132.80; +operation stats (ms/op):;avg op:;28.08;min op:;26.16;max op:;34.96;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC8_ISO9797_M2 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;159.00;161.00;159.00;160.00; +baseline stats (ms):;avg:;159.80;min:;159.00;max:;161.00; +operation raw measurements (ms):;66.20;66.20;66.20;66.20;67.20; +operation stats (ms/op):;avg op:;13.28;min op:;13.24;max op:;13.44; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;160.00;160.00;160.00;162.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;162.00; +operation raw measurements (ms):;66.40;66.40;67.40;66.40;65.40; +operation stats (ms/op):;avg op:;13.28;min op:;13.08;max op:;13.48; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;160.00;161.00;162.00;160.00;160.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;162.00; +operation raw measurements (ms):;66.40;67.40;66.40;66.40;65.40; +operation stats (ms/op):;avg op:;13.28;min op:;13.08;max op:;13.48; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;159.00;160.00;160.00;162.00; +baseline stats (ms):;avg:;160.60;min:;159.00;max:;162.00; +operation raw measurements (ms):;68.40;67.40;68.40;67.40;67.40; +operation stats (ms/op):;avg op:;13.56;min op:;13.48;max op:;13.68; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;162.00;161.00;161.00;160.00; +baseline stats (ms):;avg:;161.25;min:;160.00;max:;162.00; +operation raw measurements (ms):;71.75;72.75;71.75;71.75;72.75; +operation stats (ms/op):;avg op:;14.43;min op:;14.35;max op:;14.55; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;163.00;164.00;162.00;162.00;164.00; +baseline stats (ms):;avg:;163.00;min:;162.00;max:;164.00; +operation raw measurements (ms):;79.00;78.00;79.00;78.00;79.00; +operation stats (ms/op):;avg op:;15.72;min op:;15.60;max op:;15.80; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;166.75;123.75;123.75;123.75;122.75; +operation stats (ms/op):;avg op:;26.43;min op:;24.55;max op:;33.35;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;167.40;124.40;124.40;124.40;125.40; +operation stats (ms/op):;avg op:;26.64;min op:;24.88;max op:;33.48;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;148.00;147.00;148.00;146.00; +baseline stats (ms):;avg:;147.75;min:;146.00;max:;148.00; +operation raw measurements (ms):;168.25;124.25;124.25;124.25;124.25; +operation stats (ms/op):;avg op:;26.61;min op:;24.85;max op:;33.65;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;169.40;127.40;127.40;128.40;126.40; +operation stats (ms/op):;avg op:;27.16;min op:;25.28;max op:;33.88;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;172.40;130.40;131.40;130.40;130.40; +operation stats (ms/op):;avg op:;27.80;min op:;26.08;max op:;34.48;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;147.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;147.00; +operation raw measurements (ms):;179.40;137.40;136.40;137.40;136.40; +operation stats (ms/op):;avg op:;29.08;min op:;27.28;max op:;35.88;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_ISO9797_M2 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;161.00;162.00;161.00;161.00; +baseline stats (ms):;avg:;161.20;min:;161.00;max:;162.00; +operation raw measurements (ms):;69.80;69.80;69.80;69.80;68.80; +operation stats (ms/op):;avg op:;13.92;min op:;13.76;max op:;13.96; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;162.00;160.00;161.00;161.00; +baseline stats (ms):;avg:;161.25;min:;160.00;max:;162.00; +operation raw measurements (ms):;70.75;69.75;70.75;71.75;69.75; +operation stats (ms/op):;avg op:;14.11;min op:;13.95;max op:;14.35; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;160.00;161.00;160.00;161.00; +baseline stats (ms):;avg:;160.60;min:;160.00;max:;161.00; +operation raw measurements (ms):;71.40;71.40;71.40;72.40;71.40; +operation stats (ms/op):;avg op:;14.32;min op:;14.28;max op:;14.48; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;162.00;161.00;162.00;164.00;160.00; +baseline stats (ms):;avg:;161.80;min:;160.00;max:;164.00; +operation raw measurements (ms):;72.20;71.20;72.20;71.20;72.20; +operation stats (ms/op):;avg op:;14.36;min op:;14.24;max op:;14.44; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;161.00;163.00;162.00;162.00;162.00; +baseline stats (ms):;avg:;162.25;min:;161.00;max:;163.00; +operation raw measurements (ms):;75.75;76.75;75.75;75.75;75.75; +operation stats (ms/op):;avg op:;15.19;min op:;15.15;max op:;15.35; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;163.00;164.00;164.00;162.00;163.00; +baseline stats (ms):;avg:;163.20;min:;162.00;max:;164.00; +operation raw measurements (ms):;81.80;83.80;82.80;82.80;82.80; +operation stats (ms/op):;avg op:;16.56;min op:;16.36;max op:;16.76; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;146.00;147.00;149.00;146.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;149.00; +operation raw measurements (ms):;236.80;235.80;235.80;235.80;237.80; +operation stats (ms/op):;avg op:;47.28;min op:;47.16;max op:;47.56; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;148.00;146.00;147.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;172.20;130.20;131.20;132.20;130.20; +operation stats (ms/op):;avg op:;27.84;min op:;26.04;max op:;34.44;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;145.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;145.00;max:;147.00; +operation raw measurements (ms):;175.00;131.00;130.00;131.00;130.00; +operation stats (ms/op):;avg op:;27.88;min op:;26.00;max op:;35.00;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;175.80;132.80;131.80;132.80;131.80; +operation stats (ms/op):;avg op:;28.20;min op:;26.36;max op:;35.16;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;178.00;135.00;136.00;135.00;135.00; +operation stats (ms/op):;avg op:;28.76;min op:;27.00;max op:;35.60;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 06 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;146.00;148.00;148.00;148.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;184.80;141.80;141.80;142.80;141.80; +operation stats (ms/op):;avg op:;30.12;min op:;28.36;max op:;36.96;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_ISO9797_M2 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;155.00;156.00;154.00;154.00;155.00; +baseline stats (ms):;avg:;154.80;min:;154.00;max:;156.00; +operation raw measurements (ms):;39.20;39.20;39.20;40.20;41.20; +operation stats (ms/op):;avg op:;7.96;min op:;7.84;max op:;8.24; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;155.00;155.00;155.00;154.00;155.00; +baseline stats (ms):;avg:;155.00;min:;154.00;max:;155.00; +operation raw measurements (ms):;39.00;40.00;41.00;40.00;41.00; +operation stats (ms/op):;avg op:;8.04;min op:;7.80;max op:;8.20; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;154.00;155.00;154.00;155.00;154.00; +baseline stats (ms):;avg:;154.40;min:;154.00;max:;155.00; +operation raw measurements (ms):;41.60;40.60;40.60;41.60;41.60; +operation stats (ms/op):;avg op:;8.24;min op:;8.12;max op:;8.32; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;156.00;155.00;156.00;155.00;156.00; +baseline stats (ms):;avg:;155.60;min:;155.00;max:;156.00; +operation raw measurements (ms):;40.40;40.40;40.40;42.40;40.40; +operation stats (ms/op):;avg op:;8.16;min op:;8.08;max op:;8.48; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;156.00;156.00;156.00;156.00; +baseline stats (ms):;avg:;156.20;min:;156.00;max:;157.00; +operation raw measurements (ms):;43.80;42.80;42.80;44.80;42.80; +operation stats (ms/op):;avg op:;8.68;min op:;8.56;max op:;8.96; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;158.00;158.00;158.00;157.00; +baseline stats (ms):;avg:;157.60;min:;157.00;max:;158.00; +operation raw measurements (ms):;47.40;47.40;47.40;47.40;48.40; +operation stats (ms/op):;avg op:;9.52;min op:;9.48;max op:;9.68; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;146.00;146.00;148.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;148.00; +operation raw measurements (ms):;141.40;98.40;98.40;98.40;97.40; +operation stats (ms/op):;avg op:;21.36;min op:;19.48;max op:;28.28;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;149.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;149.00; +operation raw measurements (ms):;140.80;96.80;97.80;96.80;96.80; +operation stats (ms/op):;avg op:;21.16;min op:;19.36;max op:;28.16;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;149.00;147.00;147.00;147.00;149.00; +baseline stats (ms):;avg:;147.80;min:;147.00;max:;149.00; +operation raw measurements (ms):;140.20;97.20;96.20;97.20;97.20; +operation stats (ms/op):;avg op:;21.12;min op:;19.24;max op:;28.04;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;146.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;142.20;99.20;101.20;99.20;99.20; +operation stats (ms/op):;avg op:;21.64;min op:;19.84;max op:;28.44;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;148.00;147.00;147.00;148.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;143.60;100.60;101.60;102.60;100.60; +operation stats (ms/op):;avg op:;21.96;min op:;20.12;max op:;28.72;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;148.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.20;min:;147.00;max:;148.00; +operation raw measurements (ms):;149.80;107.80;106.80;106.80;106.80; +operation stats (ms/op):;avg op:;23.12;min op:;21.36;max op:;29.96;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC8_NOPAD - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;155.00;155.00;154.00;156.00;155.00; +baseline stats (ms):;avg:;155.25;min:;154.00;max:;156.00; +operation raw measurements (ms):;40.75;298.75;40.75;40.75;41.75; +operation stats (ms/op):;avg op:;18.51;min op:;8.15;max op:;59.75;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;154.00;154.00;155.00;155.00;155.00; +baseline stats (ms):;avg:;154.60;min:;154.00;max:;155.00; +operation raw measurements (ms):;40.40;41.40;40.40;41.40;41.40; +operation stats (ms/op):;avg op:;8.20;min op:;8.08;max op:;8.28; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;155.00;154.00;155.00;155.00;155.00; +baseline stats (ms):;avg:;155.00;min:;154.00;max:;155.00; +operation raw measurements (ms):;42.00;43.00;43.00;42.00;41.00; +operation stats (ms/op):;avg op:;8.44;min op:;8.20;max op:;8.60; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;156.00;155.00;156.00;157.00; +baseline stats (ms):;avg:;156.20;min:;155.00;max:;157.00; +operation raw measurements (ms):;43.80;42.80;41.80;41.80;40.80; +operation stats (ms/op):;avg op:;8.44;min op:;8.16;max op:;8.76; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;158.00;157.00;156.00;155.00;157.00; +baseline stats (ms):;avg:;156.60;min:;155.00;max:;158.00; +operation raw measurements (ms):;45.40;45.40;45.40;45.40;46.40; +operation stats (ms/op):;avg op:;9.12;min op:;9.08;max op:;9.28; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;158.00;158.00;157.00;157.00; +baseline stats (ms):;avg:;157.40;min:;157.00;max:;158.00; +operation raw measurements (ms):;54.60;52.60;52.60;52.60;53.60; +operation stats (ms/op):;avg op:;10.64;min op:;10.52;max op:;10.92; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;146.00;145.00; +baseline stats (ms):;avg:;146.20;min:;145.00;max:;147.00; +operation raw measurements (ms):;140.80;99.80;98.80;99.80;99.80; +operation stats (ms/op):;avg op:;21.56;min op:;19.76;max op:;28.16;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;146.00;148.00;147.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;141.20;99.20;98.20;98.20;99.20; +operation stats (ms/op):;avg op:;21.44;min op:;19.64;max op:;28.24;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;146.00;148.00;147.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;142.20;100.20;99.20;99.20;98.20; +operation stats (ms/op):;avg op:;21.56;min op:;19.64;max op:;28.44;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;148.00;148.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.40;min:;147.00;max:;148.00; +operation raw measurements (ms):;143.60;101.60;100.60;99.60;101.60; +operation stats (ms/op):;avg op:;21.88;min op:;19.92;max op:;28.72;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;148.00;147.00;147.00;146.00; +baseline stats (ms):;avg:;146.80;min:;146.00;max:;148.00; +operation raw measurements (ms):;148.20;103.20;104.20;104.20;103.20; +operation stats (ms/op):;avg op:;22.52;min op:;20.64;max op:;29.64;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;148.00;147.00;148.00; +baseline stats (ms):;avg:;147.20;min:;146.00;max:;148.00; +operation raw measurements (ms):;153.80;110.80;111.80;110.80;110.80; +operation stats (ms/op):;avg op:;23.92;min op:;22.16;max op:;30.76;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_NOPAD - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;155.00;155.00;154.00;155.00;156.00; +baseline stats (ms):;avg:;155.25;min:;154.00;max:;156.00; +operation raw measurements (ms):;41.75;43.75;42.75;41.75;41.75; +operation stats (ms/op):;avg op:;8.47;min op:;8.35;max op:;8.75; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;155.00;155.00;155.00;156.00;155.00; +baseline stats (ms):;avg:;155.20;min:;155.00;max:;156.00; +operation raw measurements (ms):;42.80;42.80;42.80;43.80;42.80; +operation stats (ms/op):;avg op:;8.60;min op:;8.56;max op:;8.76; +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;156.00;155.00;155.00;156.00;157.00; +baseline stats (ms):;avg:;155.80;min:;155.00;max:;157.00; +operation raw measurements (ms):;42.20;43.20;43.20;42.20;43.20; +operation stats (ms/op):;avg op:;8.56;min op:;8.44;max op:;8.64; +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;156.00;155.00;157.00;156.00; +baseline stats (ms):;avg:;156.20;min:;155.00;max:;157.00; +operation raw measurements (ms):;43.80;44.80;43.80;43.80;43.80; +operation stats (ms/op):;avg op:;8.80;min op:;8.76;max op:;8.96; +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;156.00;158.00;157.00;156.00;158.00; +baseline stats (ms):;avg:;157.00;min:;156.00;max:;158.00; +operation raw measurements (ms):;47.00;48.00;47.00;47.00;47.00; +operation stats (ms/op):;avg op:;9.44;min op:;9.40;max op:;9.60; +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;157.00;158.00;159.00;158.00;158.00; +baseline stats (ms):;avg:;158.25;min:;157.00;max:;159.00; +operation raw measurements (ms):;54.75;53.75;54.75;54.75;55.75; +operation stats (ms/op):;avg op:;10.95;min op:;10.75;max op:;11.15; +operation info:;data length;512;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;148.00;146.00;146.00; +baseline stats (ms):;avg:;146.60;min:;146.00;max:;148.00; +operation raw measurements (ms):;208.40;209.40;210.40;209.40;209.40; +operation stats (ms/op):;avg op:;41.88;min op:;41.68;max op:;42.08; +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;147.00; +operation raw measurements (ms):;144.00;102.00;102.00;102.00;102.00; +operation stats (ms/op):;avg op:;22.08;min op:;20.40;max op:;28.80;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;147.00;148.00;147.00;146.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;144.75;102.75;102.75;102.75;102.75; +operation stats (ms/op):;avg op:;22.23;min op:;20.55;max op:;28.95;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;149.00;146.00;147.00;147.00; +baseline stats (ms):;avg:;147.00;min:;146.00;max:;149.00; +operation raw measurements (ms):;147.00;103.00;104.00;103.00;106.00; +operation stats (ms/op):;avg op:;22.52;min op:;20.60;max op:;29.40;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;146.00;147.00;147.00;148.00;147.00; +baseline stats (ms):;avg:;147.25;min:;146.00;max:;148.00; +operation raw measurements (ms):;150.75;106.75;108.75;107.75;106.75; +operation stats (ms/op):;avg op:;23.23;min op:;21.35;max op:;30.15;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 02 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;147.00;146.00;147.00;146.00;146.00; +baseline stats (ms):;avg:;146.40;min:;146.00;max:;147.00; +operation raw measurements (ms):;158.60;115.60;115.60;115.60;116.60; +operation stats (ms/op):;avg op:;24.88;min op:;23.12;max op:;31.72;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_NOPAD - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 40 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 40 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 40 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 40 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 40 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 40 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES ALG_DES_MAC8_PKCS5 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES3_2KEY ALG_DES_MAC8_PKCS5 - variable data - END + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 - variable data - BEGIN + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 08 ff ff 00 03 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - TYPE_DES LENGTH_DES3_3KEY ALG_DES_MAC8_PKCS5 - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 71 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 71 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 71 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 71 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 71 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 71 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 71 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 71 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 71 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 71 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 71 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 71 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_113 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 83 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 83 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 83 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 83 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 83 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 83 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 83 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 83 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 83 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 83 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 83 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 83 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_131 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 a3 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_163 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 04 00 0a 00 c1 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_F2M KeyBuilder_LENGTH_EC_F2M_193 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 70 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 70 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 70 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 70 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 70 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 70 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 70 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 70 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 70 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 70 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 70 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 70 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_112 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_128 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 a0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_160 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_192 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 00 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_224 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_256 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 01 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 01 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_384 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA - variable data - BEGIN + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 02 09 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 02 09 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 02 09 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 02 09 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 02 09 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 11 00 05 00 0c 02 09 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 02 09 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 02 09 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 02 09 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 02 09 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 02 09 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 11 00 05 00 0c 02 09 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - KeyPair_ALG_EC_FP KeyBuilder_LENGTH_EC_FP_521 Signature_ALG_ECDSA_SHA - variable data - END + + +SIGNATURE - ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA - variable data - BEGIN + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_DSA LENGTH_DSA_512 ALG_DSA_SHA - variable data - END + + +SIGNATURE - ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA - variable data - BEGIN + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_DSA LENGTH_DSA_768 ALG_DSA_SHA - variable data - END + + +SIGNATURE - ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA - variable data - BEGIN + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0e 00 03 00 08 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0e 00 03 00 08 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_DSA LENGTH_DSA_1024 ALG_DSA_SHA - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 01 00 05 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0b 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0b 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 16 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 16 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 10 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 10 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_MD5_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0c 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0c 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0d 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0d 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 17 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 17 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_RIPEMD160_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 09 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 09 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_ISO9796 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0a 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0a 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 15 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 15 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_PKCS1_PSS - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_512 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 02 e0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_736 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_768 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 80 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 80 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 80 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 80 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 80 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 03 80 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_896 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 04 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 04 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 04 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 04 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 04 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 04 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1024 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 05 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 05 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 05 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 05 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 05 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 05 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1280 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 06 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 06 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 06 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 06 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 06 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 06 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1536 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 07 c0 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_1984 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 08 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 08 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 08 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 08 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 08 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 08 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_2048 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 0c 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_3072 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 - variable data - BEGIN + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_sign() +measurement config:;appletPrepareINS;32;appletMeasureINS;49;config;00 12 00 0f 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 10 00 00 0a 00 10 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 10 00 00 0a 00 20 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 10 00 00 0a 00 40 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 10 00 00 0a 00 80 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 10 00 00 0a 01 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 Signature_setKeyInitSign() +measurement config:;appletPrepareINS;32;appletMeasureINS;a9;config;00 12 00 0f 00 02 00 06 10 00 00 0a 02 00 ff ff ff ff 00 05 00 01 +NO_SUCH_ALGORITHM + + +SIGNATURE - ALG_RSA_CRT LENGTH_RSA_4096 ALG_RSA_SHA_RFC2409 - variable data - END + + +SIGNATURE - END + + +CHECKSUM + + +CHECKSUM - ALG_ISO3309_CRC16 - variable data - BEGIN + +method name:; ALG_ISO3309_CRC16 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 01 ff ff ff ff ff ff 00 05 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;111.00;109.00;111.00;111.00; +baseline stats (ms):;avg:;110.50;min:;108.00;max:;111.00; +operation raw measurements (ms):;2.50;2.50;2.50;3.50;2.50; +operation stats (ms/op):;avg op:;0.54;min op:;0.50;max op:;0.70;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC16 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 01 ff ff ff ff ff ff 00 05 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;110.00;109.00;109.00;109.00;110.00; +baseline stats (ms):;avg:;109.40;min:;109.00;max:;110.00; +operation raw measurements (ms):;6.60;5.60;2.60;5.60;4.60; +operation stats (ms/op):;avg op:;1.00;min op:;0.52;max op:;1.32;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC16 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 01 ff ff ff ff ff ff 00 05 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;108.00;109.00;110.00;109.00; +baseline stats (ms):;avg:;109.25;min:;108.00;max:;110.00; +operation raw measurements (ms):;3.75;3.75;4.75;4.75;3.75; +operation stats (ms/op):;avg op:;0.83;min op:;0.75;max op:;0.95;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC16 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 01 ff ff ff ff ff ff 00 05 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;110.00;109.00;110.00;108.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;110.00; +operation raw measurements (ms):;4.00;3.00;6.00;5.00;6.00; +operation stats (ms/op):;avg op:;0.96;min op:;0.60;max op:;1.20;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC16 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 01 ff ff ff ff ff ff 00 05 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;110.00;109.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.20;min:;109.00;max:;110.00; +operation raw measurements (ms):;4.80;4.80;4.80;5.80;6.80; +operation stats (ms/op):;avg op:;1.08;min op:;0.96;max op:;1.36;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC16 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 01 ff ff ff ff ff ff 00 05 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;108.00;109.00;109.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;109.00; +operation raw measurements (ms):;5.00;5.00;6.00;5.00;8.00; +operation stats (ms/op):;avg op:;1.16;min op:;1.00;max op:;1.60;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +CHECKSUM - ALG_ISO3309_CRC16 - variable data - END + + +CHECKSUM - ALG_ISO3309_CRC32 - variable data - BEGIN + +method name:; ALG_ISO3309_CRC32 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 02 ff ff ff ff ff ff 00 05 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;110.00;109.00;109.00;109.00;108.00; +baseline stats (ms):;avg:;109.25;min:;108.00;max:;110.00; +operation raw measurements (ms):;4.75;3.75;3.75;4.75;3.75; +operation stats (ms/op):;avg op:;0.83;min op:;0.75;max op:;0.95;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC32 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 02 ff ff ff ff ff ff 00 05 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;108.00;109.00;109.00; +baseline stats (ms):;avg:;109.00;min:;108.00;max:;109.00; +operation raw measurements (ms):;3.00;4.00;3.00;4.00;5.00; +operation stats (ms/op):;avg op:;0.76;min op:;0.60;max op:;1.00;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC32 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 02 ff ff ff ff ff ff 00 05 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;109.00;108.00;108.00; +baseline stats (ms):;avg:;108.60;min:;108.00;max:;109.00; +operation raw measurements (ms):;4.40;4.40;4.40;4.40;5.40; +operation stats (ms/op):;avg op:;0.92;min op:;0.88;max op:;1.08;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC32 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 02 ff ff ff ff ff ff 00 05 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;109.00;108.00;110.00; +baseline stats (ms):;avg:;109.25;min:;108.00;max:;110.00; +operation raw measurements (ms):;3.75;3.75;3.75;4.75;3.75; +operation stats (ms/op):;avg op:;0.79;min op:;0.75;max op:;0.95;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC32 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 02 ff ff ff ff ff ff 00 05 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;110.00;109.00;109.00;110.00;110.00; +baseline stats (ms):;avg:;109.60;min:;109.00;max:;110.00; +operation raw measurements (ms):;4.40;4.40;5.40;5.40;6.40; +operation stats (ms/op):;avg op:;1.04;min op:;0.88;max op:;1.28;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; ALG_ISO3309_CRC32 Checksum_doFinal() +measurement config:;appletPrepareINS;35;appletMeasureINS;46;config;00 17 00 02 ff ff ff ff ff ff 00 05 02 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;109.00;109.00;110.00;108.00;109.00; +baseline stats (ms):;avg:;109.25;min:;108.00;max:;110.00; +operation raw measurements (ms):;5.75;4.75;3.75;3.75;4.75; +operation stats (ms/op):;avg op:;0.91;min op:;0.75;max op:;1.15;;CHECK +operation info:;data length;512;total iterations;25;total invocations;25; + + +CHECKSUM - ALG_ISO3309_CRC32 - variable data - END + + +CHECKSUM - END + + +AESKey +No variable data test for TYPE_AES LENGTH_AES_128 +No variable data test for TYPE_AES LENGTH_AES_192 +No variable data test for TYPE_AES LENGTH_AES_256 + + +AESKey - END + + +DESKeyNo variable data test for TYPE_DES LENGTH_DES_64 +No variable data test for TYPE_DES LENGTH_DES_128 +No variable data test for TYPE_DES LENGTH_DES_192 + + +DESKey - END + + +KoreanSEEDKeyNo variable data test for TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128 + + +KoreanSEEDKey - END + + +DSAPrivateKeyNo variable data test for TYPE_DSA_PRIVATE LENGTH_DSA_512 +No variable data test for TYPE_DSA_PRIVATE LENGTH_DSA_768 +No variable data test for TYPE_DSA_PRIVATE LENGTH DSA_1024 + + +DSAPrivateKey - END + + +DSAPublicKeyNo variable data test for TYPE_DSA_PUBLIC LENGTH_DSA_512 +No variable data test for TYPE_DSA_PUBLIC LENGTH_DSA_768 +No variable data test for TYPE_DSA_PUBLIC LENGTH_DSA_1024 + + +DSAPublicKey - END + + +ECF2MPublicKeyNo variable data test for TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_113 +No variable data test for TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_131 +No variable data test for TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_163 +No variable data test for TYPE_EC_F2M_PUBLIC LENGTH_EC_F2M_193 + + +ECF2MPublicKey - END + + +ECF2MPrivateKeyNo variable data test for TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113 +No variable data test for TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131 +No variable data test for TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163 +No variable data test for TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193 + + +ECF2MPrivateKey - END + + +ECFPPublicKeyNo variable data test for TYPE_EC_FP_PUBLIC LENGTH_EC_FP_112 +No variable data test for TYPE_EC_FP_PUBLIC LENGTH_EC_FP_128 +No variable data test for TYPE_EC_FP_PUBLIC LENGTH_EC_FP_160 +No variable data test for TYPE_EC_FP_PUBLIC LENGTH_EC_FP_192 +No variable data test for TYPE_EC_FP_PUBLIC LENGTH_EC_FP_224 +No variable data test for TYPE_EC_FP_PUBLIC LENGTH_EC_FP_256 +No variable data test for TYPE_EC_FP_PUBLIC LENGTH_EC_FP_384 +No variable data test for TYPE_EC_FP_PUBLIC LENGTH_EC_FP_521 + + +ECFPPublicKey - END + + +ECFPPrivateKeyNo variable data test for TYPE_EC_FP PRIVATE LENGTH_EC_FP_112 +No variable data test for TYPE_EC_FP PRIVATE LENGTH_EC_FP_128 +No variable data test for TYPE_EC_FP PRIVATE LENGTH_EC_FP_160 +No variable data test for TYPE_EC_FP PRIVATE LENGTH_EC_FP_192 +No variable data test for TYPE_EC_FP PRIVATE LENGTH_EC_FP_224 +No variable data test for TYPE_EC_FP PRIVATE LENGTH_EC_FP_256 +No variable data test for TYPE_EC_FP PRIVATE LENGTH_EC_FP_384 +No variable data test for TYPE_EC_FP PRIVATE LENGTH_EC_FP_521 + + +ECFPPrivateKey - END + + +HMACKeyNo variable data test for TYPE_HMAC_SHA-1 LENGTH_HMAC_64 +No variable data test for TYPE_HMAC_SHA-256 LENGTH_HMAC_64 +No variable data test for TYPE_HMAC_SHA-384 LENGTH_HMAC_128 +No variable data test for TYPE_HMAC_SHA-512 LENGTH_HMAC_128 + + +HMACKey - END + + +RSAPrivateCRTKeyNo variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_512 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_736 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_768 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_896 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1024 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1280 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1536 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_1984 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_2048 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_3072 +No variable data test for TYPE_RSA_PRIVATE_CRT LENGTH_RSA_4096 + + +RSAPrivateCRTKey - END + + +RSAPrivateKeyNo variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_512 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_736 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_768 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_896 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_1024 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_1280 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_1536 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_1984 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_2048 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_3072 +No variable data test for TYPE_RSA_PRIVATE LENGTH_RSA_4096 + + +RSAPrivateKey - END + + +RSAPublicKeyNo variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_512 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_736 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_768 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_896 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_1024 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_1280 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_1536 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_1984 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_2048 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_3072 +No variable data test for TYPE_RSA_PUBLIC LENGTH_RSA_4096 + + +RSAPublicKey - END + + +UTIL + + +UTIL - UTIL - variable data - BEGIN + +method name:; UTIL Util_arrayCompare_RAM_matching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 12 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;89.00;90.00;90.00;91.00; +baseline stats (ms):;avg:;90.25;min:;89.00;max:;91.00; +operation raw measurements (ms):;1.75;1.75;0.75;0.75;1.75; +operation stats (ms/op):;avg op:;0.27;min op:;0.15;max op:;0.35;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM_matching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 12 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;89.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;3.00;2.00;2.00;2.00;0.00; +operation stats (ms/op):;avg op:;0.36;min op:;0.00;max op:;0.60;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM_matching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 12 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;91.00;90.00;90.00;91.00; +baseline stats (ms):;avg:;90.60;min:;90.00;max:;91.00; +operation raw measurements (ms):;1.40;1.40;1.40;2.40;1.40; +operation stats (ms/op):;avg op:;0.32;min op:;0.28;max op:;0.48;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM_matching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 12 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;91.00;90.00;91.00; +baseline stats (ms):;avg:;90.40;min:;90.00;max:;91.00; +operation raw measurements (ms):;2.60;2.60;2.60;1.60;2.60; +operation stats (ms/op):;avg op:;0.48;min op:;0.32;max op:;0.52;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM_matching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 12 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;89.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;4.00;4.00;4.00;5.00;6.00; +operation stats (ms/op):;avg op:;0.92;min op:;0.80;max op:;1.20;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM_mismatching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 13 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;91.00;90.00;91.00;90.00; +baseline stats (ms):;avg:;90.40;min:;90.00;max:;91.00; +operation raw measurements (ms):;1.60;1.60;0.60;0.60;1.60; +operation stats (ms/op):;avg op:;0.24;min op:;0.12;max op:;0.32;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM_mismatching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 13 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;89.00;91.00;90.00;91.00;91.00; +baseline stats (ms):;avg:;90.75;min:;89.00;max:;91.00; +operation raw measurements (ms):;3.25;1.25;0.25;2.25;1.25; +operation stats (ms/op):;avg op:;0.33;min op:;0.05;max op:;0.65;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM_mismatching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 13 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;90.00;max:;90.00; +operation raw measurements (ms):;3.00;2.00;3.00;1.00;3.00; +operation stats (ms/op):;avg op:;0.48;min op:;0.20;max op:;0.60;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM_mismatching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 13 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;91.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;1.80;3.80;1.80;2.80;3.80; +operation stats (ms/op):;avg op:;0.56;min op:;0.36;max op:;0.76;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM_mismatching() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 13 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;89.00;91.00;91.00;90.00;89.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;91.00; +operation raw measurements (ms):;4.00;4.00;3.00;5.00;4.00; +operation stats (ms/op):;avg op:;0.80;min op:;0.60;max op:;1.00;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 01 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;91.00;90.00;92.00; +baseline stats (ms):;avg:;90.60;min:;90.00;max:;92.00; +operation raw measurements (ms):;1.40;1.40;1.40;0.40;-0.60; +operation stats (ms/op):;avg op:;0.16;min op:;-0.12;max op:;0.28;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 01 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;90.00;89.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;2.00;1.00;2.00;2.00;1.00; +operation stats (ms/op):;avg op:;0.32;min op:;0.20;max op:;0.40;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 01 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;91.00;90.00;90.00;92.00; +baseline stats (ms):;avg:;90.60;min:;90.00;max:;92.00; +operation raw measurements (ms):;0.40;0.40;1.40;0.40;0.40; +operation stats (ms/op):;avg op:;0.12;min op:;0.08;max op:;0.28;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 01 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;89.00;91.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.25;min:;89.00;max:;91.00; +operation raw measurements (ms):;3.75;3.75;0.75;1.75;1.75; +operation stats (ms/op):;avg op:;0.47;min op:;0.15;max op:;0.75;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 01 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;89.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;2.00;4.00;2.00;3.00;2.00; +operation stats (ms/op):;avg op:;0.52;min op:;0.40;max op:;0.80;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 02 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;92.00;90.00;90.00;91.00; +baseline stats (ms):;avg:;90.60;min:;90.00;max:;92.00; +operation raw measurements (ms):;12.40;1.40;0.40;0.40;2.40; +operation stats (ms/op):;avg op:;0.68;min op:;0.08;max op:;2.48;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 02 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;89.00;90.00;89.00;90.00; +baseline stats (ms):;avg:;89.60;min:;89.00;max:;90.00; +operation raw measurements (ms):;11.40;2.40;2.40;2.40;1.40; +operation stats (ms/op):;avg op:;0.80;min op:;0.28;max op:;2.28;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 02 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;91.00;90.00;90.00; +baseline stats (ms):;avg:;90.40;min:;90.00;max:;91.00; +operation raw measurements (ms):;13.60;0.60;1.60;1.60;0.60; +operation stats (ms/op):;avg op:;0.72;min op:;0.12;max op:;2.72;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 02 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;92.00;90.00;89.00;89.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;92.00; +operation raw measurements (ms):;17.00;3.00;2.00;2.00;3.00; +operation stats (ms/op):;avg op:;1.08;min op:;0.40;max op:;3.40;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 02 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;90.00;92.00; +baseline stats (ms):;avg:;90.40;min:;90.00;max:;92.00; +operation raw measurements (ms):;23.60;1.60;1.60;3.60;2.60; +operation stats (ms/op):;avg op:;1.32;min op:;0.32;max op:;4.72;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 03 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;91.00;90.00;92.00;90.00; +baseline stats (ms):;avg:;90.60;min:;90.00;max:;92.00; +operation raw measurements (ms):;10.40;1.40;1.40;1.40;1.40; +operation stats (ms/op):;avg op:;0.64;min op:;0.28;max op:;2.08;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 03 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;89.00;90.00;90.00;90.00;89.00; +baseline stats (ms):;avg:;89.60;min:;89.00;max:;90.00; +operation raw measurements (ms):;11.40;3.40;1.40;3.40;2.40; +operation stats (ms/op):;avg op:;0.88;min op:;0.28;max op:;2.28;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 03 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;91.00;90.00;90.00;89.00; +baseline stats (ms):;avg:;90.20;min:;89.00;max:;91.00; +operation raw measurements (ms):;10.80;1.80;2.80;0.80;1.80; +operation stats (ms/op):;avg op:;0.72;min op:;0.16;max op:;2.16;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 03 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;92.00;90.00;91.00;90.00; +baseline stats (ms):;avg:;90.60;min:;90.00;max:;92.00; +operation raw measurements (ms):;18.40;1.40;0.40;1.40;1.40; +operation stats (ms/op):;avg op:;0.92;min op:;0.08;max op:;3.68;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 03 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;91.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;23.80;1.80;1.80;1.80;1.80; +operation stats (ms/op):;avg op:;1.24;min op:;0.36;max op:;4.76;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 04 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;0.80;0.80;1.80;0.80;-0.20; +operation stats (ms/op):;avg op:;0.16;min op:;-0.04;max op:;0.36;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 04 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;92.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.40;min:;90.00;max:;92.00; +operation raw measurements (ms):;0.60;1.60;1.60;0.60;0.60; +operation stats (ms/op):;avg op:;0.20;min op:;0.12;max op:;0.32;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 04 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;89.00;90.00;91.00;90.00;89.00; +baseline stats (ms):;avg:;89.80;min:;89.00;max:;91.00; +operation raw measurements (ms):;1.20;1.20;2.20;1.20;2.20; +operation stats (ms/op):;avg op:;0.32;min op:;0.24;max op:;0.44;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 04 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;92.00;90.00; +baseline stats (ms):;avg:;90.40;min:;90.00;max:;92.00; +operation raw measurements (ms):;0.60;1.60;0.60;2.60;1.60; +operation stats (ms/op):;avg op:;0.28;min op:;0.12;max op:;0.52;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopy_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 04 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;92.00;90.00;91.00; +baseline stats (ms):;avg:;90.80;min:;90.00;max:;92.00; +operation raw measurements (ms):;0.20;1.20;1.20;1.20;2.20; +operation stats (ms/op):;avg op:;0.24;min op:;0.04;max op:;0.44;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 05 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;90.00;max:;90.00; +operation raw measurements (ms):;1.00;3.00;2.00;2.00;1.00; +operation stats (ms/op):;avg op:;0.36;min op:;0.20;max op:;0.60;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 05 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;89.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;2.00;2.00;2.00;1.00;1.00; +operation stats (ms/op):;avg op:;0.32;min op:;0.20;max op:;0.40;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 05 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;89.00;90.00;90.00;91.00; +baseline stats (ms):;avg:;90.25;min:;89.00;max:;91.00; +operation raw measurements (ms):;0.75;1.75;1.75;0.75;0.75; +operation stats (ms/op):;avg op:;0.23;min op:;0.15;max op:;0.35;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 05 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;91.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;1.80;0.80;1.80;0.80;1.80; +operation stats (ms/op):;avg op:;0.28;min op:;0.16;max op:;0.36;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 05 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;91.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;1.80;1.80;3.80;1.80;1.80; +operation stats (ms/op):;avg op:;0.44;min op:;0.36;max op:;0.76;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 06 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;10.80;1.80;2.80;0.80;1.80; +operation stats (ms/op):;avg op:;0.72;min op:;0.16;max op:;2.16;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 06 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;11.80;3.80;1.80;0.80;1.80; +operation stats (ms/op):;avg op:;0.80;min op:;0.16;max op:;2.36;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 06 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;89.00;89.00;91.00;90.00;90.00; +baseline stats (ms):;avg:;89.80;min:;89.00;max:;91.00; +operation raw measurements (ms):;15.20;2.20;2.20;2.20;2.20; +operation stats (ms/op):;avg op:;0.96;min op:;0.44;max op:;3.04;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 06 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;92.00;91.00;92.00;89.00; +baseline stats (ms):;avg:;91.50;min:;89.00;max:;92.00; +operation raw measurements (ms):;16.50;2.50;0.50;0.50;0.50; +operation stats (ms/op):;avg op:;0.82;min op:;0.10;max op:;3.30;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 06 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;92.00;90.00;89.00;91.00; +baseline stats (ms):;avg:;90.40;min:;89.00;max:;92.00; +operation raw measurements (ms):;24.60;1.60;1.60;1.60;1.60; +operation stats (ms/op):;avg op:;1.24;min op:;0.32;max op:;4.92;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 07 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;92.00;89.00;90.00;90.00;91.00; +baseline stats (ms):;avg:;90.40;min:;89.00;max:;92.00; +operation raw measurements (ms):;9.60;1.60;0.60;0.60;0.60; +operation stats (ms/op):;avg op:;0.52;min op:;0.12;max op:;1.92;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 07 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;91.00;92.00;90.00; +baseline stats (ms):;avg:;90.80;min:;90.00;max:;92.00; +operation raw measurements (ms):;10.20;2.20;0.20;0.20;0.20; +operation stats (ms/op):;avg op:;0.52;min op:;0.04;max op:;2.04;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 07 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;90.00;89.00;91.00; +baseline stats (ms):;avg:;90.20;min:;89.00;max:;91.00; +operation raw measurements (ms):;11.80;0.80;2.80;2.80;3.80; +operation stats (ms/op):;avg op:;0.88;min op:;0.16;max op:;2.36;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 07 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;91.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;17.80;3.80;2.80;2.80;1.80; +operation stats (ms/op):;avg op:;1.16;min op:;0.36;max op:;3.56;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 07 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;89.00;92.00;90.00;90.00;89.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;92.00; +operation raw measurements (ms):;24.00;3.00;2.00;3.00;2.00; +operation stats (ms/op):;avg op:;1.36;min op:;0.40;max op:;4.80;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 08 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;92.00;91.00;89.00;90.00;91.00; +baseline stats (ms):;avg:;90.60;min:;89.00;max:;92.00; +operation raw measurements (ms):;1.40;2.40;0.40;1.40;0.40; +operation stats (ms/op):;avg op:;0.24;min op:;0.08;max op:;0.48;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 08 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;90.00;max:;90.00; +operation raw measurements (ms):;2.00;1.00;3.00;1.00;1.00; +operation stats (ms/op):;avg op:;0.32;min op:;0.20;max op:;0.60;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 08 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;89.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.25;min:;89.00;max:;91.00; +operation raw measurements (ms):;0.75;1.75;1.75;1.75;2.75; +operation stats (ms/op):;avg op:;0.35;min op:;0.15;max op:;0.55;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 08 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;92.00;89.00;91.00; +baseline stats (ms):;avg:;90.40;min:;89.00;max:;92.00; +operation raw measurements (ms):;1.60;1.60;1.60;0.60;0.60; +operation stats (ms/op):;avg op:;0.24;min op:;0.12;max op:;0.32;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCopyNonAtomic_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 08 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;91.00;91.00;91.00;90.00; +baseline stats (ms):;avg:;91.00;min:;90.00;max:;91.00; +operation raw measurements (ms):;2.00;0.00;1.00;1.00;1.00; +operation stats (ms/op):;avg op:;0.20;min op:;0.00;max op:;0.40;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 09 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;91.00;91.00; +baseline stats (ms):;avg:;90.40;min:;90.00;max:;91.00; +operation raw measurements (ms):;0.60;0.60;0.60;1.60;1.60; +operation stats (ms/op):;avg op:;0.20;min op:;0.12;max op:;0.32;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 09 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;91.00;90.00;91.00;90.00; +baseline stats (ms):;avg:;90.40;min:;90.00;max:;91.00; +operation raw measurements (ms):;0.60;0.60;1.60;1.60;-0.40; +operation stats (ms/op):;avg op:;0.16;min op:;-0.08;max op:;0.32;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 09 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;89.00;90.00;91.00;90.00;93.00; +baseline stats (ms):;avg:;90.60;min:;89.00;max:;93.00; +operation raw measurements (ms):;1.40;0.40;0.40;0.40;-0.60; +operation stats (ms/op):;avg op:;0.08;min op:;-0.12;max op:;0.28;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 09 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;89.00;91.00;91.00;90.00; +baseline stats (ms):;avg:;90.20;min:;89.00;max:;91.00; +operation raw measurements (ms):;2.80;0.80;0.80;0.80;0.80; +operation stats (ms/op):;avg op:;0.24;min op:;0.16;max op:;0.56;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 09 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;92.00;90.00;90.00;91.00;91.00; +baseline stats (ms):;avg:;90.80;min:;90.00;max:;92.00; +operation raw measurements (ms):;2.20;-0.80;0.20;0.20;0.20; +operation stats (ms/op):;avg op:;0.08;min op:;-0.16;max op:;0.44;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0a 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;91.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;10.80;1.80;1.80;1.80;1.80; +operation stats (ms/op):;avg op:;0.72;min op:;0.36;max op:;2.16;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0a 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;92.00;90.00;91.00; +baseline stats (ms):;avg:;90.80;min:;90.00;max:;92.00; +operation raw measurements (ms):;10.20;0.20;0.20;2.20;1.20; +operation stats (ms/op):;avg op:;0.56;min op:;0.04;max op:;2.04;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0a 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;92.00;90.00;92.00;89.00; +baseline stats (ms):;avg:;90.80;min:;89.00;max:;92.00; +operation raw measurements (ms):;12.20;0.20;1.20;1.20;1.20; +operation stats (ms/op):;avg op:;0.64;min op:;0.04;max op:;2.44;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0a 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;17.80;0.80;1.80;0.80;2.80; +operation stats (ms/op):;avg op:;0.96;min op:;0.16;max op:;3.56;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayFillNonAtomic_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0a 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;89.00;91.00;91.00;90.00; +baseline stats (ms):;avg:;90.20;min:;89.00;max:;91.00; +operation raw measurements (ms):;23.80;1.80;2.80;2.80;2.80; +operation stats (ms/op):;avg op:;1.36;min op:;0.36;max op:;4.76;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0b 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;89.00;91.00;91.00; +baseline stats (ms):;avg:;90.20;min:;89.00;max:;91.00; +operation raw measurements (ms):;-0.20;2.80;1.80;0.80;0.80; +operation stats (ms/op):;avg op:;0.24;min op:;-0.04;max op:;0.56;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0b 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;92.00;90.00; +baseline stats (ms):;avg:;90.40;min:;90.00;max:;92.00; +operation raw measurements (ms):;1.60;0.60;-0.40;1.60;0.60; +operation stats (ms/op):;avg op:;0.16;min op:;-0.08;max op:;0.32;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0b 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;91.00;89.00;89.00;89.00; +baseline stats (ms):;avg:;89.60;min:;89.00;max:;91.00; +operation raw measurements (ms):;1.40;1.40;2.40;1.40;1.40; +operation stats (ms/op):;avg op:;0.32;min op:;0.28;max op:;0.48;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0b 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;89.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;3.00;2.00;2.00;1.00;3.00; +operation stats (ms/op):;avg op:;0.44;min op:;0.20;max op:;0.60;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0b 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;91.00;90.00;91.00; +baseline stats (ms):;avg:;90.60;min:;90.00;max:;91.00; +operation raw measurements (ms):;0.40;2.40;0.40;2.40;0.40; +operation stats (ms/op):;avg op:;0.24;min op:;0.08;max op:;0.48;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0c 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;1.80;2.80;1.80;1.80;1.80; +operation stats (ms/op):;avg op:;0.40;min op:;0.36;max op:;0.56;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0c 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;92.00;90.00;91.00; +baseline stats (ms):;avg:;90.80;min:;90.00;max:;92.00; +operation raw measurements (ms):;1.20;0.20;2.20;1.20;2.20; +operation stats (ms/op):;avg op:;0.28;min op:;0.04;max op:;0.44;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0c 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;89.00;91.00;90.00; +baseline stats (ms):;avg:;90.20;min:;89.00;max:;91.00; +operation raw measurements (ms):;1.80;1.80;1.80;1.80;2.80; +operation stats (ms/op):;avg op:;0.40;min op:;0.36;max op:;0.56;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0c 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;91.00;90.00;89.00;90.00; +baseline stats (ms):;avg:;90.25;min:;89.00;max:;91.00; +operation raw measurements (ms):;1.75;1.75;2.75;1.75;2.75; +operation stats (ms/op):;avg op:;0.43;min op:;0.35;max op:;0.55;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0c 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;89.00;91.00; +baseline stats (ms):;avg:;90.25;min:;89.00;max:;91.00; +operation raw measurements (ms):;3.75;3.75;3.75;1.75;2.75; +operation stats (ms/op):;avg op:;0.63;min op:;0.35;max op:;0.75;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0d 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;92.00;89.00;91.00;89.00;90.00; +baseline stats (ms):;avg:;90.20;min:;89.00;max:;92.00; +operation raw measurements (ms):;1.80;0.80;1.80;3.80;0.80; +operation stats (ms/op):;avg op:;0.36;min op:;0.16;max op:;0.76;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0d 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;89.00;91.00;90.00;89.00; +baseline stats (ms):;avg:;89.80;min:;89.00;max:;91.00; +operation raw measurements (ms):;2.20;2.20;2.20;2.20;0.20; +operation stats (ms/op):;avg op:;0.36;min op:;0.04;max op:;0.44;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0d 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;91.00;92.00;90.00;92.00; +baseline stats (ms):;avg:;91.20;min:;90.00;max:;92.00; +operation raw measurements (ms):;-0.20;0.80;-0.20;1.80;1.80; +operation stats (ms/op):;avg op:;0.16;min op:;-0.04;max op:;0.36;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0d 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;89.00;90.00;91.00;90.00; +baseline stats (ms):;avg:;90.25;min:;89.00;max:;91.00; +operation raw measurements (ms):;1.75;1.75;2.75;2.75;3.75; +operation stats (ms/op):;avg op:;0.51;min op:;0.35;max op:;0.75;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_RAM2EEPROM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0d 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;89.00;90.00;90.00;89.00; +baseline stats (ms):;avg:;89.80;min:;89.00;max:;91.00; +operation raw measurements (ms):;3.20;1.20;2.20;1.20;2.20; +operation stats (ms/op):;avg op:;0.40;min op:;0.24;max op:;0.64;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0e 00 10 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;91.00;90.00;91.00;91.00;90.00; +baseline stats (ms):;avg:;90.60;min:;90.00;max:;91.00; +operation raw measurements (ms):;0.40;2.40;0.40;-0.60;2.40; +operation stats (ms/op):;avg op:;0.20;min op:;-0.12;max op:;0.48;;CHECK +operation info:;data length;16;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0e 00 20 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.00;min:;90.00;max:;90.00; +operation raw measurements (ms):;2.00;1.00;1.00;1.00;1.00; +operation stats (ms/op):;avg op:;0.24;min op:;0.20;max op:;0.40;;CHECK +operation info:;data length;32;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0e 00 40 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;91.00;90.00;89.00;90.00; +baseline stats (ms):;avg:;90.25;min:;89.00;max:;91.00; +operation raw measurements (ms):;1.75;0.75;0.75;0.75;0.75; +operation stats (ms/op):;avg op:;0.19;min op:;0.15;max op:;0.35;;CHECK +operation info:;data length;64;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0e 00 80 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;90.00;90.00;89.00;90.00; +baseline stats (ms):;avg:;90.00;min:;89.00;max:;90.00; +operation raw measurements (ms):;2.00;1.00;2.00;2.00;1.00; +operation stats (ms/op):;avg op:;0.32;min op:;0.20;max op:;0.40;;CHECK +operation info:;data length;128;total iterations;25;total invocations;25; + +method name:; UTIL Util_arrayCompare_EEPROM2RAM() +measurement config:;appletPrepareINS;38;appletMeasureINS;50;config;00 21 ff ff ff ff ff ff ff ff 00 0e 01 00 ff ff ff ff 00 05 00 01 +baseline measurements (ms):;90.00;91.00;90.00;90.00;90.00; +baseline stats (ms):;avg:;90.20;min:;90.00;max:;91.00; +operation raw measurements (ms):;2.80;2.80;0.80;1.80;1.80; +operation stats (ms/op):;avg op:;0.40;min op:;0.16;max op:;0.56;;CHECK +operation info:;data length;256;total iterations;25;total invocations;25; + + +UTIL - UTIL - variable data - END + + +UTIL - END + + +SWALGS + + +SWALGS - SWALGS - variable data - BEGIN + + +SWALGS - SWALGS - variable data - END + + +SWALGS - END + + +KEY PAIR + +method name:; ALG_RSA LENGTH_RSA_512 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 02 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_736 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 02 e0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_768 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 03 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_896 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 03 80 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1024 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 04 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1280 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 05 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1536 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 06 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_1984 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 07 c0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_2048 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 08 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_3072 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 0c 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA LENGTH_RSA_4096 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 01 ff ff 10 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_512 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 02 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_736 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 02 e0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_768 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 03 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_896 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 03 80 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1024 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 04 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1280 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 05 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1536 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 06 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_1984 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 07 c0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_2048 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 08 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_3072 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 0c 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_RSA_CRT LENGTH_RSA_4096 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 02 ff ff 10 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_512 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 03 ff ff 02 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_768 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 03 ff ff 03 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_DSA LENGTH_DSA_1024 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 03 ff ff 04 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_113 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 04 ff ff 00 71 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_131 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 04 ff ff 00 83 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_163 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 04 ff ff 00 a3 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_F2M LENGTH_EC_F2M_193 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 04 ff ff 00 c1 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_112 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 70 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_128 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 80 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_160 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 a0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_192 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 c0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_224 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 00 e0 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_256 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 01 00 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_384 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 01 80 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + +method name:; ALG_EC_FP LENGTH_EC_FP_521 KeyPair_genKeyPair() +measurement config:;appletPrepareINS;36;appletMeasureINS;45;config;00 19 ff ff 00 05 ff ff 02 09 00 01 ff ff ff ff ff ff 00 01 00 01 +NO_SUCH_ALGORITHM + + +KEY PAIR - END + + +KEYAGREEMENT + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_112 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_112 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_128 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_128 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_160 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_160 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_192 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_192 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_224 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_224 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_256 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_256 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_384 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_384 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_521 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_FP LENGTH_EC_FP_521 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_F2M LENGTH_EC_F2M_113 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_F2M LENGTH_EC_F2M_113 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_F2M LENGTH_EC_F2M_131 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_F2M LENGTH_EC_F2M_131 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_F2M LENGTH_EC_F2M_163 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_F2M LENGTH_EC_F2M_163 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - ALG_EC_F2M LENGTH_EC_F2M_193 ALG_EC_SVDP_DH - variable data - BEGIN +For KeyAgreement, variable length perf test is not supported + + +KEYAGREEMENT - ALG_EC_F2M LENGTH_EC_F2M_193 ALG_EC_SVDP_DH - variable data - END + + +KEYAGREEMENT - END + + +Total test time:; 1529527080 seconds. + +Total human interventions (retries with physical resets etc.):; 0 + +Total reconnects to card:; 0 \ No newline at end of file diff --git a/Profiles/results/Athena_IDProtect_ICFabDate_2015_ALGSUPPORT__3b_d5_18_ff_81_91_fe_1f_c3_80_73_c8_21_13_09_(provided_by_PetrS).csv b/Profiles/results/Athena_IDProtect_ICFabDate_2015_ALGSUPPORT__3b_d5_18_ff_81_91_fe_1f_c3_80_73_c8_21_13_09_(provided_by_PetrS).csv index f6cc67e0..190730ab 100644 --- a/Profiles/results/Athena_IDProtect_ICFabDate_2015_ALGSUPPORT__3b_d5_18_ff_81_91_fe_1f_c3_80_73_c8_21_13_09_(provided_by_PetrS).csv +++ b/Profiles/results/Athena_IDProtect_ICFabDate_2015_ALGSUPPORT__3b_d5_18_ff_81_91_fe_1f_c3_80_73_c8_21_13_09_(provided_by_PetrS).csv @@ -7,6 +7,7 @@ Used reader; PC/SC terminal Generic EMV Smartcard Reader 0 Card ATR; 3b d5 18 ff 81 91 fe 1f c3 80 73 c8 21 13 09 Card name; Athena IDProtect Used protocol; T=1 +Package_AID_test; Athena_IDProtect_AIDSUPPORT_3BD518FF8191FE1FC38073C8211309.csv JavaCard support version;2.2.2; JCSystem.getVersion()[Major.Minor];2.2; diff --git a/Profiles/results/Feitian_C21C_Samsung_S3FS91J_ALGSUPPORT__3b_fc_18_00_00_81_31_80_45_90_67_46_4a_01_00_05_24_c0_72_7e_00_86_(provided_by_Thotheolh_Tay).csv b/Profiles/results/Feitian_C21C_Samsung_S3FS91J_ALGSUPPORT__3b_fc_18_00_00_81_31_80_45_90_67_46_4a_01_00_05_24_c0_72_7e_00_86_(provided_by_Thotheolh_Tay).csv index f65e43a8..c569f913 100644 --- a/Profiles/results/Feitian_C21C_Samsung_S3FS91J_ALGSUPPORT__3b_fc_18_00_00_81_31_80_45_90_67_46_4a_01_00_05_24_c0_72_7e_00_86_(provided_by_Thotheolh_Tay).csv +++ b/Profiles/results/Feitian_C21C_Samsung_S3FS91J_ALGSUPPORT__3b_fc_18_00_00_81_31_80_45_90_67_46_4a_01_00_05_24_c0_72_7e_00_86_(provided_by_Thotheolh_Tay).csv @@ -7,7 +7,9 @@ Used reader; PC/SC terminal Feitian SCR301 0 Card ATR; 3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 00 05 24 c0 72 7e 00 86 Card name; Samsung Used protocol; T=1 +Package_AID_test; Feitian_C21C_AIDSUPPORT_3BFC180000813180459067464A006A0424C0727E00EC.csv +JavaCard support version;3.0.4 JCSystem.getVersion()[Major.Minor];3.0; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/Feitian_JavaCOS_A22CR_ICFabDate_2016_257_ALGSUPPORT__3b_9c_95_80_81_1f_03_90_67_46_4a_01_00_35_04_f2_72_fe_00_a1_(provided_by_PetrS).csv b/Profiles/results/Feitian_JavaCOS_A22CR_ICFabDate_2016_257_ALGSUPPORT__3b_9c_95_80_81_1f_03_90_67_46_4a_01_00_35_04_f2_72_fe_00_a1_(provided_by_PetrS).csv index ce74a4f0..2bef279a 100644 --- a/Profiles/results/Feitian_JavaCOS_A22CR_ICFabDate_2016_257_ALGSUPPORT__3b_9c_95_80_81_1f_03_90_67_46_4a_01_00_35_04_f2_72_fe_00_a1_(provided_by_PetrS).csv +++ b/Profiles/results/Feitian_JavaCOS_A22CR_ICFabDate_2016_257_ALGSUPPORT__3b_9c_95_80_81_1f_03_90_67_46_4a_01_00_35_04_f2_72_fe_00_a1_(provided_by_PetrS).csv @@ -7,7 +7,9 @@ Used reader; PC/SC terminal Generic EMV Smartcard Reader 0 Card ATR; 3b 9c 95 80 81 1f 03 90 67 46 4a 01 00 35 04 f2 72 fe 00 a1 Card name; Feitian JavaCOS A22CR Used protocol; T=1 +Package_AID_test; Feitian_A22CR_AIDSUPPORT_3B9C9580811F039067464A01003504F272FE00A1.csv +JavaCard support version;3.0.4 JCSystem.getVersion()[Major.Minor];3.0; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/Feitian_JavaCOS_A22_3b_fc_18_00_00_81_31_80_45_90_67_46_4a_00_68_08_04_00_00_00_00_0e_(provided_by_Ivo_Kubjas_and_PetrS).csv b/Profiles/results/Feitian_JavaCOS_A22_3b_fc_18_00_00_81_31_80_45_90_67_46_4a_00_68_08_04_00_00_00_00_0e_(provided_by_Ivo_Kubjas_and_PetrS).csv deleted file mode 100644 index 41c92868..00000000 --- a/Profiles/results/Feitian_JavaCOS_A22_3b_fc_18_00_00_81_31_80_45_90_67_46_4a_00_68_08_04_00_00_00_00_0e_(provided_by_Ivo_Kubjas_and_PetrS).csv +++ /dev/null @@ -1,253 +0,0 @@ -INFO: This file was generated by AlgTest utility. See http://www.fi.muni.cz/~xsvenda/jcsupport.html for more results, source codes and other details.; -Tested and provided by; insert your name please.; -Execution date/time; 2015/12/22 13:43:07 -AlgTestJClient version; 1.6.0 -AlgTest applet version; 1.6.0 -Used reader; PC/SC terminal Gemplus USB Smart Card Reader 0 -Card ATR; 3b fc 18 00 00 81 31 80 45 90 67 46 4a 00 68 08 04 00 00 00 00 0e -Card name; JavaCOS A22 -Used protocol; T=1 - -JCSystem.getVersion()[Major.Minor];3.0; -JCSystem.isObjectDeletionSupported;yes; -JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; -JCSystem.MEMORY_TYPE_TRANSIENT_RESET;2795B; -JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;512B; -JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;512B; -CPLC; failed to obtain CPLC -javacardx.crypto.Cipher -ALG_DES_CBC_NOPAD;yes;0.067000 -ALG_DES_CBC_ISO9797_M1;yes;0.063000 -ALG_DES_CBC_ISO9797_M2;yes;0.066000 -ALG_DES_CBC_PKCS5;yes;0.064000 -ALG_DES_ECB_NOPAD;yes;0.064000 -ALG_DES_ECB_ISO9797_M1;yes;0.065000 -ALG_DES_ECB_ISO9797_M2;yes;0.064000 -ALG_DES_ECB_PKCS5;yes;0.064000 -ALG_RSA_ISO14888;no; -ALG_RSA_PKCS1;yes;0.064000 -ALG_RSA_ISO9796;no; -ALG_RSA_NOPAD;yes;0.063000 -ALG_AES_BLOCK_128_CBC_NOPAD;yes;0.064000 -ALG_AES_BLOCK_128_ECB_NOPAD;yes;0.064000 -ALG_RSA_PKCS1_OAEP;no; -ALG_KOREAN_SEED_ECB_NOPAD;yes;0.065000 -ALG_KOREAN_SEED_CBC_NOPAD;yes;0.063000 -ALG_AES_BLOCK_192_CBC_NOPAD;no; -ALG_AES_BLOCK_192_ECB_NOPAD;no; -ALG_AES_BLOCK_256_CBC_NOPAD;no; -ALG_AES_BLOCK_256_ECB_NOPAD;no; -ALG_AES_CBC_ISO9797_M1;yes;0.064000 -ALG_AES_CBC_ISO9797_M2;yes;0.065000 -ALG_AES_CBC_PKCS5;yes;0.064000 -ALG_AES_ECB_ISO9797_M1;yes;0.064000 -ALG_AES_ECB_ISO9797_M2;yes;0.065000 -ALG_AES_ECB_PKCS5;yes;0.064000 - -javacard.crypto.Signature -ALG_DES_MAC4_NOPAD;yes;0.064000 -ALG_DES_MAC8_NOPAD;yes;0.064000 -ALG_DES_MAC4_ISO9797_M1;yes;0.064000 -ALG_DES_MAC8_ISO9797_M1;yes;0.063000 -ALG_DES_MAC4_ISO9797_M2;yes;0.064000 -ALG_DES_MAC8_ISO9797_M2;yes;0.064000 -ALG_DES_MAC4_PKCS5;yes;0.065000 -ALG_DES_MAC8_PKCS5;yes;0.064000 -ALG_RSA_SHA_ISO9796;yes;0.064000 -ALG_RSA_SHA_PKCS1;yes;0.064000 -ALG_RSA_MD5_PKCS1;yes;0.065000 -ALG_RSA_RIPEMD160_ISO9796;no; -ALG_RSA_RIPEMD160_PKCS1;no; -ALG_DSA_SHA;no; -ALG_RSA_SHA_RFC2409;no; -ALG_RSA_MD5_RFC2409;no; -ALG_ECDSA_SHA;no; -ALG_AES_MAC_128_NOPAD;yes;0.065000 -ALG_DES_MAC4_ISO9797_1_M2_ALG3;yes;0.064000 -ALG_DES_MAC8_ISO9797_1_M2_ALG3;yes;0.064000 -ALG_RSA_SHA_PKCS1_PSS;no; -ALG_RSA_MD5_PKCS1_PSS;no; -ALG_RSA_RIPEMD160_PKCS1_PSS;no; -ALG_HMAC_SHA1;no; -ALG_HMAC_SHA_256;no; -ALG_HMAC_SHA_384;no; -ALG_HMAC_SHA_512;no; -ALG_HMAC_MD5;no; -ALG_HMAC_RIPEMD160;no; -ALG_RSA_SHA_ISO9796_MR;yes;0.064000 -ALG_RSA_RIPEMD160_ISO9796_MR;no; -ALG_SEED_MAC_NOPAD;yes;0.064000 -ALG_ECDSA_SHA_256;no; -ALG_ECDSA_SHA_384;no; -ALG_AES_MAC_192_NOPAD;no; -ALG_AES_MAC_256_NOPAD;no; -ALG_ECDSA_SHA_224;no; -ALG_ECDSA_SHA_512;no; -ALG_RSA_SHA_224_PKCS1;no; -ALG_RSA_SHA_256_PKCS1;no; -ALG_RSA_SHA_384_PKCS1;no; -ALG_RSA_SHA_512_PKCS1;no; -ALG_RSA_SHA_224_PKCS1_PSS;no; -ALG_RSA_SHA_256_PKCS1_PSS;no; -ALG_RSA_SHA_384_PKCS1_PSS;no; -ALG_RSA_SHA_512_PKCS1_PSS;no; -ALG_DES_MAC4_ISO9797_1_M1_ALG3;no; -ALG_DES_MAC8_ISO9797_1_M1_ALG3;no; - -javacard.security.MessageDigest -ALG_SHA;yes;0.063000 -ALG_MD5;yes;0.064000 -ALG_RIPEMD160;no; -ALG_SHA_256;yes;0.063000 -ALG_SHA_384;yes;0.063000 -ALG_SHA_512;yes;0.064000 -ALG_SHA_224;no; - -javacard.security.RandomData -ALG_PSEUDO_RANDOM;yes;0.060000 -ALG_SECURE_RANDOM;yes;0.069000 - -javacard.security.KeyBuilder -TYPE_DES_TRANSIENT_RESET;yes;0.084000 -TYPE_DES_TRANSIENT_DESELECT;yes;0.083000 -TYPE_DES LENGTH_DES;yes;0.078000 -TYPE_DES LENGTH_DES3_2KEY;yes;0.077000 -TYPE_DES LENGTH_DES3_3KEY;yes;0.078000 -TYPE_AES_TRANSIENT_RESET;yes;0.084000 -TYPE_AES_TRANSIENT_DESELECT;yes;0.085000 -TYPE_AES LENGTH_AES_128;yes;0.077000 -TYPE_AES LENGTH_AES_192;yes;0.075000 -TYPE_AES LENGTH_AES_256;yes;0.079000 -TYPE_RSA_PUBLIC LENGTH_RSA_512;yes;0.075000 -TYPE_RSA_PUBLIC LENGTH_RSA_736;no; -TYPE_RSA_PUBLIC LENGTH_RSA_768;yes;0.074000 -TYPE_RSA_PUBLIC LENGTH_RSA_896;yes;0.075000 -TYPE_RSA_PUBLIC LENGTH_RSA_1024;yes;0.077000 -TYPE_RSA_PUBLIC LENGTH_RSA_1280;yes;0.079000 -TYPE_RSA_PUBLIC LENGTH_RSA_1536;yes;0.078000 -TYPE_RSA_PUBLIC LENGTH_RSA_1984;yes;0.079000 -TYPE_RSA_PUBLIC LENGTH_RSA_2048;yes;0.075000 -TYPE_RSA_PUBLIC LENGTH_RSA_3072;no; -TYPE_RSA_PUBLIC LENGTH_RSA_4096;no; -TYPE_RSA_PRIVATE LENGTH_RSA_512;yes;0.077000 -TYPE_RSA_PRIVATE LENGTH_RSA_736;no; -TYPE_RSA_PRIVATE LENGTH_RSA_768;yes;0.075000 -TYPE_RSA_PRIVATE LENGTH_RSA_896;yes;0.078000 -TYPE_RSA_PRIVATE LENGTH_RSA_1024;yes;0.075000 -TYPE_RSA_PRIVATE LENGTH_RSA_1280;yes;0.077000 -TYPE_RSA_PRIVATE LENGTH_RSA_1536;yes;0.074000 -TYPE_RSA_PRIVATE LENGTH_RSA_1984;yes;0.078000 -TYPE_RSA_PRIVATE LENGTH_RSA_2048;yes;0.075000 -TYPE_RSA_PRIVATE LENGTH_RSA_3072;no; -TYPE_RSA_PRIVATE LENGTH_RSA_4096;no; -TYPE_RSA_PRIVATE_TRANSIENT_RESET;yes;0.081000 -TYPE_RSA_PRIVATE_TRANSIENT_DESELECT;yes;0.081000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512;yes;0.116000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736;no; -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768;yes;0.121000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896;yes;0.121000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024;yes;0.120000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280;yes;0.125000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536;yes;0.122000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984;yes;0.120000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048;yes;0.124000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072;no; -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096;no; -TYPE_RSA_CRT_PRIVATE_TRANSIENT_RESET;yes;0.135000 -TYPE_RSA_CRT_PRIVATE_TRANSIENT_DESELECT;yes;0.134000 -TYPE_DSA_PRIVATE LENGTH_DSA_512;no; -TYPE_DSA_PRIVATE LENGTH_DSA_768;no; -TYPE_DSA_PRIVATE LENGTH_DSA_1024;no; -TYPE_DSA_PRIVATE_TRANSIENT_RESET;no; -TYPE_DSA_PRIVATE_TRANSIENT_DESELECT;no; -TYPE_DSA_PUBLIC LENGTH_DSA_512;no; -TYPE_DSA_PUBLIC LENGTH_DSA_768;no; -TYPE_DSA_PUBLIC LENGTH_DSA_1024;no; -TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113;no; -TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131;no; -TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163;no; -TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193;no; -TYPE_EC_F2M_PRIVATE_TRANSIENT_RESET;no; -TYPE_EC_F2M_PRIVATE_TRANSIENT_DESELECT;no; -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_112;no; -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_128;no; -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_160;no; -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_192;no; -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_224;no; -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_256;no; -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_384;no; -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_521;no; -TYPE_EC_FP_PRIVATE_TRANSIENT_RESET;no; -TYPE_EC_FP_PRIVATE_TRANSIENT_DESELECT;no; -TYPE_KOREAN_SEED_TRANSIENT_RESET;yes;0.084000 -TYPE_KOREAN_SEED_TRANSIENT_DESELECT;yes;0.083000 -TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128;yes;0.077000 -TYPE_HMAC_TRANSIENT_RESET;no; -TYPE_HMAC_TRANSIENT_DESELECT;no; -TYPE_HMAC LENGTH_HMAC_SHA_1_BLOCK_64;no; -TYPE_HMAC LENGTH_HMAC_SHA_256_BLOCK_64;no; -TYPE_HMAC LENGTH_HMAC_SHA_384_BLOCK_64;no; -TYPE_HMAC LENGTH_HMAC_SHA_512_BLOCK_64;no; - -javacard\.security\.KeyAgreement -ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF;no; - -javacard.security.Checksum -ALG_ISO3309_CRC16;yes;0.063000 -ALG_ISO3309_CRC32;yes;0.063000 - -javacard.security.KeyPair ALG_RSA on-card generation -ALG_RSA LENGTH_RSA_512;yes;0.380000 -ALG_RSA LENGTH_RSA_736;no; -ALG_RSA LENGTH_RSA_768;yes;0.599000 -ALG_RSA LENGTH_RSA_896;yes;0.821000 -ALG_RSA LENGTH_RSA_1024;yes;0.619000 -ALG_RSA LENGTH_RSA_1280;yes;1.126000 -ALG_RSA LENGTH_RSA_1536;yes;2.344000 -ALG_RSA LENGTH_RSA_1984;yes;5.439000 -ALG_RSA LENGTH_RSA_2048;yes;10.972000 -ALG_RSA LENGTH_RSA_3072;no; -ALG_RSA LENGTH_RSA_4096;no; - -javacard.security.KeyPair ALG_RSA_CRT on-card generation -ALG_RSA_CRT LENGTH_RSA_512;yes;0.556000 -ALG_RSA_CRT LENGTH_RSA_736;no; -ALG_RSA_CRT LENGTH_RSA_768;yes;0.827000 -ALG_RSA_CRT LENGTH_RSA_896;yes;0.852000 -ALG_RSA_CRT LENGTH_RSA_1024;yes;0.850000 -ALG_RSA_CRT LENGTH_RSA_1280;yes;1.788000 -ALG_RSA_CRT LENGTH_RSA_1536;yes;5.586000 -ALG_RSA_CRT LENGTH_RSA_1984;yes;19.539000 -ALG_RSA_CRT LENGTH_RSA_2048;yes;7.905000 -ALG_RSA_CRT LENGTH_RSA_3072;no; -ALG_RSA_CRT LENGTH_RSA_4096;no; - -javacard.security.KeyPair ALG_DSA on-card generation -ALG_DSA LENGTH_DSA_512;no; -ALG_DSA LENGTH_DSA_768;no; -ALG_DSA LENGTH_DSA_1024;no; - -javacard.security.KeyPair ALG_EC_F2M on-card generation -ALG_EC_F2M LENGTH_EC_F2M_113;no; -ALG_EC_F2M LENGTH_EC_F2M_131;no; -ALG_EC_F2M LENGTH_EC_F2M_163;no; -ALG_EC_F2M LENGTH_EC_F2M_193;no; - -javacard.security.KeyPair ALG_EC_FP on-card generation -ALG_EC_FP LENGTH_EC_FP_112;no; -ALG_EC_FP LENGTH_EC_FP_128;no; -ALG_EC_FP LENGTH_EC_FP_160;no; -ALG_EC_FP LENGTH_EC_FP_192;no; -ALG_EC_FP LENGTH_EC_FP_224;no; -ALG_EC_FP LENGTH_EC_FP_256;no; -ALG_EC_FP LENGTH_EC_FP_384;no; -ALG_EC_FP LENGTH_EC_FP_521;no; - -Support for variable public exponent for RSA 1024. If supported, user-defined fast modular exponentiation can be executed on the smart card via cryptographic coprocessor. This is very specific feature and you will probably not need it; -Allocate RSA 1024 objects;yes;0.090000 sec; -Set random modulus;yes;0.019000 sec; -Set random public exponent;no; -Initialize cipher with public key with random exponent;no; -Use random public exponent;no; - -Total test time:; 89 seconds. \ No newline at end of file diff --git a/Profiles/results/Feitian_JavaCOS_A22_ICFabDate_2015_3b_fc_18_00_00_81_31_80_45_90_67_46_4a_00_68_08_04_00_00_00_00_0e_(provided_by_Ivo_Kubjas_and_PetrS).csv b/Profiles/results/Feitian_JavaCOS_A22_ICFabDate_2015_3b_fc_18_00_00_81_31_80_45_90_67_46_4a_00_68_08_04_00_00_00_00_0e_(provided_by_Ivo_Kubjas_and_PetrS).csv index 41c92868..2c2d5ecf 100644 --- a/Profiles/results/Feitian_JavaCOS_A22_ICFabDate_2015_3b_fc_18_00_00_81_31_80_45_90_67_46_4a_00_68_08_04_00_00_00_00_0e_(provided_by_Ivo_Kubjas_and_PetrS).csv +++ b/Profiles/results/Feitian_JavaCOS_A22_ICFabDate_2015_3b_fc_18_00_00_81_31_80_45_90_67_46_4a_00_68_08_04_00_00_00_00_0e_(provided_by_Ivo_Kubjas_and_PetrS).csv @@ -7,7 +7,9 @@ Used reader; PC/SC terminal Gemplus USB Smart Card Reader 0 Card ATR; 3b fc 18 00 00 81 31 80 45 90 67 46 4a 00 68 08 04 00 00 00 00 0e Card name; JavaCOS A22 Used protocol; T=1 +Package_AID_test; Feitian_A22_AIDSUPPORT_3BFC180000813180459067464A00680804000000000E.csv +JavaCard support version;3.0.4 JCSystem.getVersion()[Major.Minor];3.0; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/Feitian_JavaCOS_A40_ICFabDate_2016_201_ALGSUPPORT__3b_fc_18_00_00_81_31_80_45_90_67_46_4a_01_00_20_05_00_00_00_00_4e_(provided_by_PetrS_and_Keneth_Benson).csv b/Profiles/results/Feitian_JavaCOS_A40_ICFabDate_2016_201_ALGSUPPORT__3b_fc_18_00_00_81_31_80_45_90_67_46_4a_01_00_20_05_00_00_00_00_4e_(provided_by_PetrS_and_Keneth_Benson).csv index 7366a250..d03b6db5 100644 --- a/Profiles/results/Feitian_JavaCOS_A40_ICFabDate_2016_201_ALGSUPPORT__3b_fc_18_00_00_81_31_80_45_90_67_46_4a_01_00_20_05_00_00_00_00_4e_(provided_by_PetrS_and_Keneth_Benson).csv +++ b/Profiles/results/Feitian_JavaCOS_A40_ICFabDate_2016_201_ALGSUPPORT__3b_fc_18_00_00_81_31_80_45_90_67_46_4a_01_00_20_05_00_00_00_00_4e_(provided_by_PetrS_and_Keneth_Benson).csv @@ -7,7 +7,9 @@ Used reader; PC/SC terminal Gemplus USB Smart Card Reader 0 Card ATR; 3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 00 20 05 00 00 00 00 4e Card name; JavaCos A40 Used protocol; T=1 +Package_AID_test; Feitian_A40_AIDSUPPORT_3BFC180000813180459067464A01002005000000004E.csv +JavaCard support version;3.0.4 JCSystem.getVersion()[Major.Minor];3.0; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/G+D_Smart_Cafe_Expert_4.x_V2_ICFabDate_2007_079_ALGSUPPORT__3b_f8_18_00_00_80_31_fe_45_00_73_c8_40_13_00_90_00_92_(provided_by_PetrS).csv b/Profiles/results/G+D_Smart_Cafe_Expert_4.x_V2_ICFabDate_2007_079_ALGSUPPORT__3b_f8_18_00_00_80_31_fe_45_00_73_c8_40_13_00_90_00_92_(provided_by_PetrS).csv index 01b0efc9..174f00a9 100644 --- a/Profiles/results/G+D_Smart_Cafe_Expert_4.x_V2_ICFabDate_2007_079_ALGSUPPORT__3b_f8_18_00_00_80_31_fe_45_00_73_c8_40_13_00_90_00_92_(provided_by_PetrS).csv +++ b/Profiles/results/G+D_Smart_Cafe_Expert_4.x_V2_ICFabDate_2007_079_ALGSUPPORT__3b_f8_18_00_00_80_31_fe_45_00_73_c8_40_13_00_90_00_92_(provided_by_PetrS).csv @@ -8,8 +8,9 @@ Card ATR; 3b f8 18 00 00 80 31 fe 45 00 73 c8 40 13 00 90 00 92 Card name; G+D Smart Cafe Expert 4.x V2 Performance; yes Used protocol; T=1 +Package_AID_test; GD_SmartCafe_4.x_AIDSUPPORT_3BF81800008031FE450073C8401300900092.csv -JavaCard support version;2.2.1; +JavaCard support version;2.2.2; JCSystem.getVersion()[Major.Minor];2.2; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/G+D_Smartcafe_6.0_80K_ICFabDate_2015_024_ALGSUPPORT__3b_fe_18_00_00_80_31_fe_45_53_43_45_36_30_2d_43_44_30_38_31_2d_6e_46_a9_(provided_by_PetrS).csv b/Profiles/results/G+D_Smartcafe_6.0_80K_ICFabDate_2015_024_ALGSUPPORT__3b_fe_18_00_00_80_31_fe_45_53_43_45_36_30_2d_43_44_30_38_31_2d_6e_46_a9_(provided_by_PetrS).csv index 8f3761eb..207903bc 100644 --- a/Profiles/results/G+D_Smartcafe_6.0_80K_ICFabDate_2015_024_ALGSUPPORT__3b_fe_18_00_00_80_31_fe_45_53_43_45_36_30_2d_43_44_30_38_31_2d_6e_46_a9_(provided_by_PetrS).csv +++ b/Profiles/results/G+D_Smartcafe_6.0_80K_ICFabDate_2015_024_ALGSUPPORT__3b_fe_18_00_00_80_31_fe_45_53_43_45_36_30_2d_43_44_30_38_31_2d_6e_46_a9_(provided_by_PetrS).csv @@ -7,7 +7,9 @@ Used reader; PC/SC terminal Gemplus USB Smart Card Reader 0 Card ATR; 3b fe 18 00 00 80 31 fe 45 53 43 45 36 30 2d 43 44 30 38 31 2d 6e 46 a9 Card name; G+D SmartCafe 6.0 Used protocol; T=1 +Package_AID_test; GD_SmartCafe_6.0_AIDSUPPORT_3BFE1800008031FE4553434536302D43443038312D6E46A9.csv +JavaCard support version;3.0.1 JCSystem.getVersion()[Major.Minor];3.0; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/G+D_Smartcafe_Expert_3.2_72K_ICFabDate_2003_126_3b_f7_18_00_00_80_31_fe_45_73_66_74_65_2d_6e_66_c4_(provided_by_Cosmo_and_PetrS).csv b/Profiles/results/G+D_Smartcafe_Expert_3.2_72K_ICFabDate_2003_126_3b_f7_18_00_00_80_31_fe_45_73_66_74_65_2d_6e_66_c4_(provided_by_Cosmo_and_PetrS).csv index 369e7bfc..698ee18b 100644 --- a/Profiles/results/G+D_Smartcafe_Expert_3.2_72K_ICFabDate_2003_126_3b_f7_18_00_00_80_31_fe_45_73_66_74_65_2d_6e_66_c4_(provided_by_Cosmo_and_PetrS).csv +++ b/Profiles/results/G+D_Smartcafe_Expert_3.2_72K_ICFabDate_2003_126_3b_f7_18_00_00_80_31_fe_45_73_66_74_65_2d_6e_66_c4_(provided_by_Cosmo_and_PetrS).csv @@ -7,7 +7,9 @@ Used reader; PC/SC terminal Gemplus USB Smart Card Reader 0 Card ATR; 3b f7 18 00 00 80 31 fe 45 73 66 74 65 2d 6e 66 c4 Card name; G+D Smartcafe Expert 3.2 72K Used protocol; T=1 +Package_AID_test; GD_SmartCafe_Expert_3.2_72K_AIDSUPPORT_3BF71800008031FE45736674652D6E66C4.csv +JavaCard support version;2.2.2 JCSystem.getVersion()[Major.Minor];2.2; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/Infineon_CJTOP_80K_INF_SLJ_52GLA080AL_M8.4_ICFabDate_2012_001_ALGSUPPORT__3b_fe_18_00_00_80_31_fe_45_80_31_80_66_40_90_a5_10_2e_10_83_01_90_00_f2_(provided_by_PetrS).csv b/Profiles/results/Infineon_CJTOP_80K_INF_SLJ_52GLA080AL_M8.4_ICFabDate_2012_001_ALGSUPPORT__3b_fe_18_00_00_80_31_fe_45_80_31_80_66_40_90_a5_10_2e_10_83_01_90_00_f2_(provided_by_PetrS).csv index bb92c3c0..690be65e 100644 --- a/Profiles/results/Infineon_CJTOP_80K_INF_SLJ_52GLA080AL_M8.4_ICFabDate_2012_001_ALGSUPPORT__3b_fe_18_00_00_80_31_fe_45_80_31_80_66_40_90_a5_10_2e_10_83_01_90_00_f2_(provided_by_PetrS).csv +++ b/Profiles/results/Infineon_CJTOP_80K_INF_SLJ_52GLA080AL_M8.4_ICFabDate_2012_001_ALGSUPPORT__3b_fe_18_00_00_80_31_fe_45_80_31_80_66_40_90_a5_10_2e_10_83_01_90_00_f2_(provided_by_PetrS).csv @@ -8,8 +8,9 @@ Card ATR; 3b fe 18 00 00 80 31 fe 45 80 31 80 66 40 90 a5 10 2e 10 83 01 90 00 f Card name; Infineon CJTOP 80K INF SLJ 52GLA080AL M8.4 Performance; yes Used protocol; T=1 +Package_AID_test; Infineon_CJTOP_80K_INF_SLJ_52GLA080AL_M8.4_AIDSUPPORT_3BFE1800008031FE45803180664090A5102E1083019000F2.csv -JavaCard support version;2.2.2; +JavaCard support version;3.0.4; JCSystem.getVersion()[Major.Minor];3.0; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/Infineon_SLE78_Universal_JCard_ALGSUPPORT__3b_fd_96_00_00_81_31_fe_45_53_4c_4a_35_32_47_44_4c_31_32_38_43_52_57_(provided_by_Till_Maas_RedTeamPentesting).csv b/Profiles/results/Infineon_SLE78_Universal_JCard_ALGSUPPORT__3b_fd_96_00_00_81_31_fe_45_53_4c_4a_35_32_47_44_4c_31_32_38_43_52_57_(provided_by_Till_Maas_RedTeamPentesting).csv deleted file mode 100644 index c2d797f2..00000000 --- a/Profiles/results/Infineon_SLE78_Universal_JCard_ALGSUPPORT__3b_fd_96_00_00_81_31_fe_45_53_4c_4a_35_32_47_44_4c_31_32_38_43_52_57_(provided_by_Till_Maas_RedTeamPentesting).csv +++ /dev/null @@ -1,274 +0,0 @@ -INFO: This file was generated by AlgTest utility. See http://www.fi.muni.cz/~xsvenda/jcsupport.html for more results, source codes and other details.; -Tested and provided by; Till Maas; -Execution date/time; 2017/04/18 15:57:31 -AlgTestJClient version; 1.7.1 -AlgTest applet version; 1.7.1 -Used reader; PC/SC terminal Gemalto PC Twin Reader (55568187) 00 00 -Card ATR; 3b fd 96 00 00 81 31 fe 45 53 4c 4a 35 32 47 44 4c 31 32 38 43 52 57 -Card name; Infineon SLE78 Universal JCard -Used protocol; T=1 - -JCSystem.getVersion()[Major.Minor];3.0; -JCSystem.isObjectDeletionSupported;yes; -JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; -JCSystem.MEMORY_TYPE_TRANSIENT_RESET;2228B; -JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1022B; -JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1022B; - -CPLC; 9f 7f 2a 40 90 78 05 40 91 20 13 01 10 51 75 25 17 2d 21 62 5a 40 92 14 15 23 91 60 9c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -CPLC.ICFabricator;4090;Infineon -CPLC.ICType;7805 -CPLC.OperatingSystemID;4091 -CPLC.OperatingSystemReleaseDate;2013 -CPLC.OperatingSystemReleaseLevel;0110 -CPLC.ICFabricationDate;5175;(Y DDD) date in that year -CPLC.ICSerialNumber;25172d21 -CPLC.ICBatchIdentifier;625a -CPLC.ICModuleFabricator;4092 -CPLC.ICModulePackagingDate;1415 -CPLC.ICCManufacturer;2391 -CPLC.ICEmbeddingDate;609c -CPLC.ICPrePersonalizer;0000 -CPLC.ICPrePersonalizationEquipmentDate;0000 -CPLC.ICPrePersonalizationEquipmentID;00000000 -CPLC.ICPersonalizer;0000 -CPLC.ICPersonalizationDate;0000 -CPLC.ICPersonalizationEquipmentID;00000000 -CPLC.ICPersonalizationEquipmentID;00000000 - -javacardx.crypto.Cipher -ALG_DES_CBC_NOPAD;yes;0,137000 -ALG_DES_CBC_ISO9797_M1;yes;0,135000 -ALG_DES_CBC_ISO9797_M2;yes;0,280000 -ALG_DES_CBC_PKCS5;yes;0,265000 -ALG_DES_ECB_NOPAD;yes;0,280000 -ALG_DES_ECB_ISO9797_M1;yes;0,265000 -ALG_DES_ECB_ISO9797_M2;yes;0,281000 -ALG_DES_ECB_PKCS5;yes;0,265000 -ALG_RSA_ISO14888;no; -ALG_RSA_PKCS1;yes;0,148000 -ALG_RSA_ISO9796;no; -ALG_RSA_NOPAD;yes;0,135000 -ALG_AES_BLOCK_128_CBC_NOPAD;yes;0,281000 -ALG_AES_BLOCK_128_ECB_NOPAD;yes;0,266000 -ALG_RSA_PKCS1_OAEP;no; -ALG_KOREAN_SEED_ECB_NOPAD;no; -ALG_KOREAN_SEED_CBC_NOPAD;no; -ALG_AES_BLOCK_192_CBC_NOPAD;no; -ALG_AES_BLOCK_192_ECB_NOPAD;no; -ALG_AES_BLOCK_256_CBC_NOPAD;no; -ALG_AES_BLOCK_256_ECB_NOPAD;no; -ALG_AES_CBC_ISO9797_M1;yes;0,148000 -ALG_AES_CBC_ISO9797_M2;yes;0,265000 -ALG_AES_CBC_PKCS5;yes;0,280000 -ALG_AES_ECB_ISO9797_M1;yes;0,265000 -ALG_AES_ECB_ISO9797_M2;yes;0,281000 -ALG_AES_ECB_PKCS5;yes;0,265000 - -javacard.crypto.Signature -ALG_DES_MAC4_NOPAD;yes;0,280000 -ALG_DES_MAC8_NOPAD;yes;0,137000 -ALG_DES_MAC4_ISO9797_M1;yes;0,287000 -ALG_DES_MAC8_ISO9797_M1;yes;0,272000 -ALG_DES_MAC4_ISO9797_M2;yes;0,287000 -ALG_DES_MAC8_ISO9797_M2;yes;0,273000 -ALG_DES_MAC4_PKCS5;no; -ALG_DES_MAC8_PKCS5;yes;0,150000 -ALG_RSA_SHA_ISO9796;yes;0,273000 -ALG_RSA_SHA_PKCS1;yes;0,287000 -ALG_RSA_MD5_PKCS1;no; -ALG_RSA_RIPEMD160_ISO9796;no; -ALG_RSA_RIPEMD160_PKCS1;no; -ALG_DSA_SHA;no; -ALG_RSA_SHA_RFC2409;no; -ALG_RSA_MD5_RFC2409;no; -ALG_ECDSA_SHA;yes;0,137000 -ALG_AES_MAC_128_NOPAD;yes;0,287000 -ALG_DES_MAC4_ISO9797_1_M2_ALG3;no; -ALG_DES_MAC8_ISO9797_1_M2_ALG3;yes;0,137000 -ALG_RSA_SHA_PKCS1_PSS;yes;0,287000 -ALG_RSA_MD5_PKCS1_PSS;no; -ALG_RSA_RIPEMD160_PKCS1_PSS;no; -ALG_HMAC_SHA1;no; -ALG_HMAC_SHA_256;no; -ALG_HMAC_SHA_384;no; -ALG_HMAC_SHA_512;no; -ALG_HMAC_MD5;no; -ALG_HMAC_RIPEMD160;no; -ALG_RSA_SHA_ISO9796_MR;yes;0,206000 -ALG_RSA_RIPEMD160_ISO9796_MR;no; -ALG_SEED_MAC_NOPAD;no; -ALG_ECDSA_SHA_256;yes;0,151000 -ALG_ECDSA_SHA_384;yes;0,360000 -ALG_AES_MAC_192_NOPAD;no; -ALG_AES_MAC_256_NOPAD;no; -ALG_ECDSA_SHA_224;yes;0,150000 -ALG_ECDSA_SHA_512;yes;0,273000 -ALG_RSA_SHA_224_PKCS1;yes;0,288000 -ALG_RSA_SHA_256_PKCS1;yes;0,273000 -ALG_RSA_SHA_384_PKCS1;yes;0,287000 -ALG_RSA_SHA_512_PKCS1;yes;0,273000 -ALG_RSA_SHA_224_PKCS1_PSS;no; -ALG_RSA_SHA_256_PKCS1_PSS;yes;0,150000 -ALG_RSA_SHA_384_PKCS1_PSS;no; -ALG_RSA_SHA_512_PKCS1_PSS;no; -ALG_DES_MAC4_ISO9797_1_M1_ALG3;no; -ALG_DES_MAC8_ISO9797_1_M1_ALG3;no; - -javacard.security.MessageDigest -ALG_SHA;yes;0,137000 -ALG_MD5;no; -ALG_RIPEMD160;no; -ALG_SHA_256;yes;0,138000 -ALG_SHA_384;yes;0,290000 -ALG_SHA_512;yes;0,281000 -ALG_SHA_224;yes;0,290000 - -javacard.security.RandomData -ALG_PSEUDO_RANDOM;yes;0,228000 -ALG_SECURE_RANDOM;yes;0,089000 - -javacard.security.KeyBuilder -TYPE_DES_TRANSIENT_RESET;yes;0,180000 -TYPE_DES_TRANSIENT_DESELECT;yes;0,130000 -TYPE_DES LENGTH_DES;yes;0,259000 -TYPE_DES LENGTH_DES3_2KEY;yes;0,225000 -TYPE_DES LENGTH_DES3_3KEY;yes;0,224000 -TYPE_AES_TRANSIENT_RESET;yes;0,216000 -TYPE_AES_TRANSIENT_DESELECT;yes;0,216000 -TYPE_AES LENGTH_AES_128;yes;0,254000 -TYPE_AES LENGTH_AES_192;yes;0,223000 -TYPE_AES LENGTH_AES_256;yes;0,222000 -TYPE_RSA_PUBLIC LENGTH_RSA_512;yes;0,222000 -TYPE_RSA_PUBLIC LENGTH_RSA_736;yes;0,219000 -TYPE_RSA_PUBLIC LENGTH_RSA_768;yes;0,228000 -TYPE_RSA_PUBLIC LENGTH_RSA_896;yes;0,218000 -TYPE_RSA_PUBLIC LENGTH_RSA_1024;yes;0,224000 -TYPE_RSA_PUBLIC LENGTH_RSA_1280;yes;0,229000 -TYPE_RSA_PUBLIC LENGTH_RSA_1536;yes;0,228000 -TYPE_RSA_PUBLIC LENGTH_RSA_1984;yes;0,228000 -TYPE_RSA_PUBLIC LENGTH_RSA_2048;yes;0,231000 -TYPE_RSA_PUBLIC LENGTH_RSA_3072;yes;0,231000 -TYPE_RSA_PUBLIC LENGTH_RSA_4096;yes;0,237000 -TYPE_RSA_PRIVATE LENGTH_RSA_512;yes;0,230000 -TYPE_RSA_PRIVATE LENGTH_RSA_736;yes;0,237000 -TYPE_RSA_PRIVATE LENGTH_RSA_768;yes;0,222000 -TYPE_RSA_PRIVATE LENGTH_RSA_896;yes;0,228000 -TYPE_RSA_PRIVATE LENGTH_RSA_1024;yes;0,222000 -TYPE_RSA_PRIVATE LENGTH_RSA_1280;yes;0,224000 -TYPE_RSA_PRIVATE LENGTH_RSA_1536;yes;0,225000 -TYPE_RSA_PRIVATE LENGTH_RSA_1984;yes;0,228000 -TYPE_RSA_PRIVATE LENGTH_RSA_2048;yes;0,229000 -TYPE_RSA_PRIVATE LENGTH_RSA_3072;yes;0,235000 -TYPE_RSA_PRIVATE LENGTH_RSA_4096;yes;0,234000 -TYPE_RSA_PRIVATE_TRANSIENT_RESET;yes;0,223000 -TYPE_RSA_PRIVATE_TRANSIENT_DESELECT;yes;0,223000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512;yes;0,260000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736;yes;0,223000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768;yes;0,224000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896;yes;0,225000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024;yes;0,225000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280;yes;0,228000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536;yes;0,228000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984;yes;0,228000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048;yes;0,234000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072;yes;0,239000 -TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096;yes;0,245000 -TYPE_RSA_CRT_PRIVATE_TRANSIENT_RESET;yes;0,227000 -TYPE_RSA_CRT_PRIVATE_TRANSIENT_DESELECT;yes;0,230000 -TYPE_DSA_PRIVATE LENGTH_DSA_512;no; -TYPE_DSA_PRIVATE LENGTH_DSA_768;no; -TYPE_DSA_PRIVATE LENGTH_DSA_1024;no; -TYPE_DSA_PRIVATE_TRANSIENT_RESET;no; -TYPE_DSA_PRIVATE_TRANSIENT_DESELECT;no; -TYPE_DSA_PUBLIC LENGTH_DSA_512;no; -TYPE_DSA_PUBLIC LENGTH_DSA_768;no; -TYPE_DSA_PUBLIC LENGTH_DSA_1024;no; -TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113;yes;0,139000 -TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131;yes;0,230000 -TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163;yes;0,228000 -TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193;yes;0,228000 -TYPE_EC_F2M_PRIVATE_TRANSIENT_RESET;yes;0,216000 -TYPE_EC_F2M_PRIVATE_TRANSIENT_DESELECT;yes;0,219000 -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_112;yes;0,255000 -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_128;yes;0,227000 -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_160;yes;0,219000 -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_192;yes;0,225000 -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_224;yes;0,216000 -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_256;yes;0,225000 -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_384;yes;0,223000 -TYPE_EC_FP_PRIVATE LENGTH_EC_FP_521;yes;0,232000 -TYPE_EC_FP_PRIVATE_TRANSIENT_RESET;yes;0,217000 -TYPE_EC_FP_PRIVATE_TRANSIENT_DESELECT;yes;0,219000 -TYPE_KOREAN_SEED_TRANSIENT_RESET;no; -TYPE_KOREAN_SEED_TRANSIENT_DESELECT;no; -TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128;no; -TYPE_HMAC_TRANSIENT_RESET;no; -TYPE_HMAC_TRANSIENT_DESELECT;no; -TYPE_HMAC LENGTH_HMAC_SHA_1_BLOCK_64;no; -TYPE_HMAC LENGTH_HMAC_SHA_256_BLOCK_64;no; -TYPE_HMAC LENGTH_HMAC_SHA_384_BLOCK_64;no; -TYPE_HMAC LENGTH_HMAC_SHA_512_BLOCK_64;no; - -javacard\.security\.KeyAgreement -ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF;yes;0,070000 - -javacard.security.Checksum -ALG_ISO3309_CRC16;yes;0,180000 -ALG_ISO3309_CRC32;yes;0,202000 - -javacard.security.KeyPair ALG_RSA on-card generation -ALG_RSA LENGTH_RSA_512;yes;1,117000 -ALG_RSA LENGTH_RSA_736;yes;0,836000 -ALG_RSA LENGTH_RSA_768;yes;1,640000 -ALG_RSA LENGTH_RSA_896;yes;0,769000 -ALG_RSA LENGTH_RSA_1024;yes;1,062000 -ALG_RSA LENGTH_RSA_1280;yes;4,118000 -ALG_RSA LENGTH_RSA_1536;yes;2,932000 -ALG_RSA LENGTH_RSA_1984;yes;4,562000 -ALG_RSA LENGTH_RSA_2048;yes;17,679000 -ALG_RSA LENGTH_RSA_3072;error(ILLEGAL_VALUE); -ALG_RSA LENGTH_RSA_4096;no; - -javacard.security.KeyPair ALG_RSA_CRT on-card generation -ALG_RSA_CRT LENGTH_RSA_512;yes;0,516000 -ALG_RSA_CRT LENGTH_RSA_736;yes;0,978000 -ALG_RSA_CRT LENGTH_RSA_768;yes;1,403000 -ALG_RSA_CRT LENGTH_RSA_896;yes;1,581000 -ALG_RSA_CRT LENGTH_RSA_1024;yes;1,096000 -ALG_RSA_CRT LENGTH_RSA_1280;yes;5,239000 -ALG_RSA_CRT LENGTH_RSA_1536;yes;2,407000 -ALG_RSA_CRT LENGTH_RSA_1984;yes;17,433000 -ALG_RSA_CRT LENGTH_RSA_2048;yes;31,781000 -ALG_RSA_CRT LENGTH_RSA_3072;yes;67,691000 -ALG_RSA_CRT LENGTH_RSA_4096;no; - -javacard.security.KeyPair ALG_DSA on-card generation -ALG_DSA LENGTH_DSA_512;no; -ALG_DSA LENGTH_DSA_768;no; -ALG_DSA LENGTH_DSA_1024;no; - -javacard.security.KeyPair ALG_EC_F2M on-card generation -ALG_EC_F2M LENGTH_EC_F2M_113;error(ILLEGAL_VALUE); -ALG_EC_F2M LENGTH_EC_F2M_131;error(ILLEGAL_VALUE); -ALG_EC_F2M LENGTH_EC_F2M_163;no; -ALG_EC_F2M LENGTH_EC_F2M_193;no; - -javacard.security.KeyPair ALG_EC_FP on-card generation -ALG_EC_FP LENGTH_EC_FP_112;error(ILLEGAL_VALUE); -ALG_EC_FP LENGTH_EC_FP_128;yes;0,850000 -ALG_EC_FP LENGTH_EC_FP_160;yes;0,662000 -ALG_EC_FP LENGTH_EC_FP_192;yes;0,703000 -ALG_EC_FP LENGTH_EC_FP_224;yes;0,717000 -ALG_EC_FP LENGTH_EC_FP_256;yes;0,772000 -ALG_EC_FP LENGTH_EC_FP_384;yes;0,893000 -ALG_EC_FP LENGTH_EC_FP_521;yes;1,194000 - -Support for variable public exponent for RSA 1024. If supported, user-defined fast modular exponentiation can be executed on the smart card via cryptographic coprocessor. This is very specific feature and you will probably not need it; -Allocate RSA 1024 objects;yes;0,561000 sec; -Set random modulus;yes;0,024000 sec; -Set random public exponent;yes;0,027000 sec; -Initialize cipher with public key with random exponent;yes;0,015000 sec; -Use random public exponent;yes;0,092000 sec; - -Total test time:; 208 seconds. diff --git a/Profiles/results/Infineon_SLE78_Universal_JCard_ALGSUPPORT__3b_fd_96_00_00_81_31_fe_45_53_4c_4a_35_32_47_44_4c_31_32_38_43_52_57_(provided_by_Till_Maas_RedTeamPentesting_and_PetrS).csv b/Profiles/results/Infineon_SLE78_Universal_JCard_ALGSUPPORT__3b_fd_96_00_00_81_31_fe_45_53_4c_4a_35_32_47_44_4c_31_32_38_43_52_57_(provided_by_Till_Maas_RedTeamPentesting_and_PetrS).csv new file mode 100644 index 00000000..c6ebe0fb --- /dev/null +++ b/Profiles/results/Infineon_SLE78_Universal_JCard_ALGSUPPORT__3b_fd_96_00_00_81_31_fe_45_53_4c_4a_35_32_47_44_4c_31_32_38_43_52_57_(provided_by_Till_Maas_RedTeamPentesting_and_PetrS).csv @@ -0,0 +1,292 @@ +INFO: This file was generated by AlgTest utility. See http://www.fi.muni.cz/~xsvenda/jcsupport.html for more results, source codes and other details.; +Tested and provided by; insert your name please.; +Execution date/time; 2018/07/19 12:33:32 +AlgTestJClient version; 1.7.4 +AlgTest applet version; 1.7.4 +Used reader; PC/SC terminal Generic EMV Smartcard Reader 0 +Card ATR; 3b fd 96 00 00 81 31 fe 45 53 4c 4a 35 32 47 44 4c 31 32 38 43 52 57 +Card name; Infineon SLE78 Universal JCard +Card provider; please insert link/description of shop where card was bought +Used protocol; T=1 +Package_AID_test; Infineon_SLE78_Universal_JCard_AIDSUPPORT_3BFD9600008131FE45534C4A353247444C313238435257.csv + +JavaCard support version;3.0.1; +JCSystem.getVersion()[Major.Minor];3.0; +JCSystem.isObjectDeletionSupported;yes; +JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; +JCSystem.MEMORY_TYPE_TRANSIENT_RESET;2228B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1022B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;1022B; + +CPLC; 9f 7f 2a 40 90 78 05 40 91 20 13 01 10 51 75 25 17 31 23 62 5a 40 92 14 15 23 91 60 ad 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +CPLC.ICFabricator;4090;Infineon +CPLC.ICType;7805 +CPLC.OperatingSystemID;4091 +CPLC.OperatingSystemReleaseDate;2013 +CPLC.OperatingSystemReleaseLevel;0110 +CPLC.ICFabricationDate;5175;(Y DDD) date in that year +CPLC.ICSerialNumber;25173123 +CPLC.ICBatchIdentifier;625a +CPLC.ICModuleFabricator;4092 +CPLC.ICModulePackagingDate;1415 +CPLC.ICCManufacturer;2391 +CPLC.ICEmbeddingDate;60ad +CPLC.ICPrePersonalizer;0000 +CPLC.ICPrePersonalizationEquipmentDate;0000 +CPLC.ICPrePersonalizationEquipmentID;00000000 +CPLC.ICPersonalizer;0000 +CPLC.ICPersonalizationDate;0000 +CPLC.ICPersonalizationEquipmentID;00000000 +CPLC.ICPersonalizationEquipmentID;00000000 + +javacardx.crypto.Cipher +ALG_DES_CBC_NOPAD;yes;0.151000 +ALG_DES_CBC_ISO9797_M1;yes;0.146000 +ALG_DES_CBC_ISO9797_M2;yes;0.296000 +ALG_DES_CBC_PKCS5;yes;0.279000 +ALG_DES_ECB_NOPAD;yes;0.298000 +ALG_DES_ECB_ISO9797_M1;yes;0.279000 +ALG_DES_ECB_ISO9797_M2;yes;0.292000 +ALG_DES_ECB_PKCS5;yes;0.276000 +ALG_RSA_ISO14888;no; +ALG_RSA_PKCS1;yes;0.150000 +ALG_RSA_ISO9796;no; +ALG_RSA_NOPAD;yes;0.141000 +ALG_AES_BLOCK_128_CBC_NOPAD;yes;0.279000 +ALG_AES_BLOCK_128_ECB_NOPAD;yes;0.272000 +ALG_RSA_PKCS1_OAEP;no; +ALG_KOREAN_SEED_ECB_NOPAD;no; +ALG_KOREAN_SEED_CBC_NOPAD;no; +ALG_AES_BLOCK_192_CBC_NOPAD;no; +ALG_AES_BLOCK_192_ECB_NOPAD;no; +ALG_AES_BLOCK_256_CBC_NOPAD;no; +ALG_AES_BLOCK_256_ECB_NOPAD;no; +ALG_AES_CBC_ISO9797_M1;yes;0.154000 +ALG_AES_CBC_ISO9797_M2;yes;0.269000 +ALG_AES_CBC_PKCS5;yes;0.280000 +ALG_AES_ECB_ISO9797_M1;yes;0.270000 +ALG_AES_ECB_ISO9797_M2;yes;0.279000 +ALG_AES_ECB_PKCS5;yes;0.270000 + +javacard.crypto.Signature +ALG_DES_MAC4_NOPAD;yes;0.280000 +ALG_DES_MAC8_NOPAD;yes;0.142000 +ALG_DES_MAC4_ISO9797_M1;yes;0.287000 +ALG_DES_MAC8_ISO9797_M1;yes;0.278000 +ALG_DES_MAC4_ISO9797_M2;yes;0.285000 +ALG_DES_MAC8_ISO9797_M2;yes;0.278000 +ALG_DES_MAC4_PKCS5;no; +ALG_DES_MAC8_PKCS5;yes;0.151000 +ALG_RSA_SHA_ISO9796;yes;0.279000 +ALG_RSA_SHA_PKCS1;yes;0.286000 +ALG_RSA_MD5_PKCS1;no; +ALG_RSA_RIPEMD160_ISO9796;no; +ALG_RSA_RIPEMD160_PKCS1;no; +ALG_DSA_SHA;no; +ALG_RSA_SHA_RFC2409;no; +ALG_RSA_MD5_RFC2409;no; +ALG_ECDSA_SHA;yes;0.143000 +ALG_AES_MAC_128_NOPAD;yes;0.286000 +ALG_DES_MAC4_ISO9797_1_M2_ALG3;no; +ALG_DES_MAC8_ISO9797_1_M2_ALG3;yes;0.143000 +ALG_RSA_SHA_PKCS1_PSS;yes;0.286000 +ALG_RSA_MD5_PKCS1_PSS;no; +ALG_RSA_RIPEMD160_PKCS1_PSS;no; +ALG_HMAC_SHA1;no; +ALG_HMAC_SHA_256;no; +ALG_HMAC_SHA_384;no; +ALG_HMAC_SHA_512;no; +ALG_HMAC_MD5;no; +ALG_HMAC_RIPEMD160;no; +ALG_RSA_SHA_ISO9796_MR;yes;0.211000 +ALG_RSA_RIPEMD160_ISO9796_MR;no; +ALG_SEED_MAC_NOPAD;no; +ALG_ECDSA_SHA_256;yes;0.153000 +ALG_ECDSA_SHA_384;yes;0.366000 +ALG_AES_MAC_192_NOPAD;no; +ALG_AES_MAC_256_NOPAD;no; +ALG_ECDSA_SHA_224;yes;0.152000 +ALG_ECDSA_SHA_512;yes;0.277000 +ALG_RSA_SHA_224_PKCS1;yes;0.287000 +ALG_RSA_SHA_256_PKCS1;yes;0.279000 +ALG_RSA_SHA_384_PKCS1;yes;0.287000 +ALG_RSA_SHA_512_PKCS1;yes;0.277000 +ALG_RSA_SHA_224_PKCS1_PSS;no; +ALG_RSA_SHA_256_PKCS1_PSS;yes;0.153000 +ALG_RSA_SHA_384_PKCS1_PSS;no; +ALG_RSA_SHA_512_PKCS1_PSS;no; +ALG_DES_MAC4_ISO9797_1_M1_ALG3;no; +ALG_DES_MAC8_ISO9797_1_M1_ALG3;no; +ALG_AES_CMAC_128;no; + +javacard.security.MessageDigest +ALG_SHA;yes;0.142000 +ALG_MD5;no; +ALG_RIPEMD160;no; +ALG_SHA_256;yes;0.144000 +ALG_SHA_384;yes;0.294000 +ALG_SHA_512;yes;0.287000 +ALG_SHA_224;yes;0.294000 +ALG_SHA3_224;no; +ALG_SHA3_256;no; +ALG_SHA3_384;no; +ALG_SHA3_512;no; + +javacard.security.RandomData +ALG_PSEUDO_RANDOM;yes;0.091000 +ALG_SECURE_RANDOM;yes;0.095000 +ALG_TRNG;no; +ALG_ALG_PRESEEDED_DRBG;no; +ALG_FAST;no; +ALG_KEYGENERATION;no; + +javacard.security.KeyBuilder +TYPE_DES_TRANSIENT_RESET;yes;0.151000 +TYPE_DES_TRANSIENT_DESELECT;yes;0.136000 +TYPE_DES LENGTH_DES;yes;0.265000 +TYPE_DES LENGTH_DES3_2KEY;yes;0.229000 +TYPE_DES LENGTH_DES3_3KEY;yes;0.230000 +TYPE_AES_TRANSIENT_RESET;yes;0.222000 +TYPE_AES_TRANSIENT_DESELECT;yes;0.221000 +TYPE_AES LENGTH_AES_128;yes;0.261000 +TYPE_AES LENGTH_AES_192;yes;0.230000 +TYPE_AES LENGTH_AES_256;yes;0.225000 +TYPE_RSA_PUBLIC LENGTH_RSA_512;yes;0.227000 +TYPE_RSA_PUBLIC LENGTH_RSA_736;yes;0.225000 +TYPE_RSA_PUBLIC LENGTH_RSA_768;yes;0.231000 +TYPE_RSA_PUBLIC LENGTH_RSA_896;yes;0.224000 +TYPE_RSA_PUBLIC LENGTH_RSA_1024;yes;0.231000 +TYPE_RSA_PUBLIC LENGTH_RSA_1280;yes;0.232000 +TYPE_RSA_PUBLIC LENGTH_RSA_1536;yes;0.233000 +TYPE_RSA_PUBLIC LENGTH_RSA_1984;yes;0.232000 +TYPE_RSA_PUBLIC LENGTH_RSA_2048;yes;0.240000 +TYPE_RSA_PUBLIC LENGTH_RSA_3072;yes;0.237000 +TYPE_RSA_PUBLIC LENGTH_RSA_4096;yes;0.244000 +TYPE_RSA_PRIVATE LENGTH_RSA_512;yes;0.238000 +TYPE_RSA_PRIVATE LENGTH_RSA_736;yes;0.241000 +TYPE_RSA_PRIVATE LENGTH_RSA_768;yes;0.228000 +TYPE_RSA_PRIVATE LENGTH_RSA_896;yes;0.230000 +TYPE_RSA_PRIVATE LENGTH_RSA_1024;yes;0.228000 +TYPE_RSA_PRIVATE LENGTH_RSA_1280;yes;0.232000 +TYPE_RSA_PRIVATE LENGTH_RSA_1536;yes;0.232000 +TYPE_RSA_PRIVATE LENGTH_RSA_1984;yes;0.234000 +TYPE_RSA_PRIVATE LENGTH_RSA_2048;yes;0.234000 +TYPE_RSA_PRIVATE LENGTH_RSA_3072;yes;0.243000 +TYPE_RSA_PRIVATE LENGTH_RSA_4096;yes;0.240000 +TYPE_RSA_PRIVATE_TRANSIENT_RESET;yes;0.229000 +TYPE_RSA_PRIVATE_TRANSIENT_DESELECT;yes;0.230000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512;yes;0.268000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736;yes;0.230000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768;yes;0.231000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896;yes;0.231000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024;yes;0.230000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280;yes;0.233000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536;yes;0.231000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984;yes;0.232000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048;yes;0.240000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072;yes;0.245000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096;yes;0.251000 +TYPE_RSA_CRT_PRIVATE_TRANSIENT_RESET;yes;0.233000 +TYPE_RSA_CRT_PRIVATE_TRANSIENT_DESELECT;yes;0.236000 +TYPE_DSA_PRIVATE LENGTH_DSA_512;no; +TYPE_DSA_PRIVATE LENGTH_DSA_768;no; +TYPE_DSA_PRIVATE LENGTH_DSA_1024;no; +TYPE_DSA_PRIVATE_TRANSIENT_RESET;no; +TYPE_DSA_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_DSA_PUBLIC LENGTH_DSA_512;no; +TYPE_DSA_PUBLIC LENGTH_DSA_768;no; +TYPE_DSA_PUBLIC LENGTH_DSA_1024;no; +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113;yes;0.146000 +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131;yes;0.236000 +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163;yes;0.230000 +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193;yes;0.232000 +TYPE_EC_F2M_PRIVATE_TRANSIENT_RESET;yes;0.222000 +TYPE_EC_F2M_PRIVATE_TRANSIENT_DESELECT;yes;0.224000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_112;yes;0.260000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_128;yes;0.232000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_160;yes;0.224000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_192;yes;0.231000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_224;yes;0.221000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_256;yes;0.230000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_384;yes;0.227000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_521;yes;0.237000 +TYPE_EC_FP_PRIVATE_TRANSIENT_RESET;yes;0.223000 +TYPE_EC_FP_PRIVATE_TRANSIENT_DESELECT;yes;0.225000 +TYPE_KOREAN_SEED_TRANSIENT_RESET;no; +TYPE_KOREAN_SEED_TRANSIENT_DESELECT;no; +TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128;no; +TYPE_HMAC_TRANSIENT_RESET;no; +TYPE_HMAC_TRANSIENT_DESELECT;no; +TYPE_HMAC LENGTH_HMAC_SHA_1_BLOCK_64;no; +TYPE_HMAC LENGTH_HMAC_SHA_256_BLOCK_64;no; +TYPE_HMAC LENGTH_HMAC_SHA_384_BLOCK_64;no; +TYPE_HMAC LENGTH_HMAC_SHA_512_BLOCK_64;no; + +javacard.security.KeyAgreement +ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF;yes;0.077000 +ALG_EC_SVDP_DHC/ALG_EC_SVDP_DHC_KDF;yes;0.074000 +ALG_EC_SVDP_DH_PLAIN;yes;0.097000 +ALG_EC_SVDP_DHC_PLAIN;yes;0.094000 +ALG_EC_PACE_GM;yes;0.072000 +ALG_EC_SVDP_DH_PLAIN_XY;yes;0.051000 +ALG_DH_PLAIN;yes;0.052000 + +javacard.security.Checksum +ALG_ISO3309_CRC16;yes;0.165000 +ALG_ISO3309_CRC32;yes;0.207000 + +javacard.security.KeyPair ALG_RSA on-card generation +ALG_RSA LENGTH_RSA_512;yes;1.055000 +ALG_RSA LENGTH_RSA_736;yes;1.551000 +ALG_RSA LENGTH_RSA_768;yes;0.863000 +ALG_RSA LENGTH_RSA_896;yes;1.365000 +ALG_RSA LENGTH_RSA_1024;yes;1.494000 +ALG_RSA LENGTH_RSA_1280;yes;2.175000 +ALG_RSA LENGTH_RSA_1536;yes;2.294000 +ALG_RSA LENGTH_RSA_1984;yes;7.736000 +ALG_RSA LENGTH_RSA_2048;yes;9.528000 +ALG_RSA LENGTH_RSA_3072;error(ILLEGAL_VALUE); +ALG_RSA LENGTH_RSA_4096;no; + +javacard.security.KeyPair ALG_RSA_CRT on-card generation +ALG_RSA_CRT LENGTH_RSA_512;yes;0.758000 +ALG_RSA_CRT LENGTH_RSA_736;yes;1.543000 +ALG_RSA_CRT LENGTH_RSA_768;yes;0.802000 +ALG_RSA_CRT LENGTH_RSA_896;yes;2.656000 +ALG_RSA_CRT LENGTH_RSA_1024;yes;1.969000 +ALG_RSA_CRT LENGTH_RSA_1280;yes;5.911000 +ALG_RSA_CRT LENGTH_RSA_1536;yes;7.894000 +ALG_RSA_CRT LENGTH_RSA_1984;yes;9.437000 +ALG_RSA_CRT LENGTH_RSA_2048;yes;8.855000 +ALG_RSA_CRT LENGTH_RSA_3072;yes;161.380000 +ALG_RSA_CRT LENGTH_RSA_4096;no; + +javacard.security.KeyPair ALG_DSA on-card generation +ALG_DSA LENGTH_DSA_512;no; +ALG_DSA LENGTH_DSA_768;no; +ALG_DSA LENGTH_DSA_1024;no; + +javacard.security.KeyPair ALG_EC_F2M on-card generation +ALG_EC_F2M LENGTH_EC_F2M_113;error(ILLEGAL_VALUE); +ALG_EC_F2M LENGTH_EC_F2M_131;error(ILLEGAL_VALUE); +ALG_EC_F2M LENGTH_EC_F2M_163;no; +ALG_EC_F2M LENGTH_EC_F2M_193;no; + +javacard.security.KeyPair ALG_EC_FP on-card generation +ALG_EC_FP LENGTH_EC_FP_112;error(ILLEGAL_VALUE); +ALG_EC_FP LENGTH_EC_FP_128;yes;0.854000 +ALG_EC_FP LENGTH_EC_FP_160;yes;0.669000 +ALG_EC_FP LENGTH_EC_FP_192;yes;0.711000 +ALG_EC_FP LENGTH_EC_FP_224;yes;0.728000 +ALG_EC_FP LENGTH_EC_FP_256;yes;0.765000 +ALG_EC_FP LENGTH_EC_FP_384;yes;0.895000 +ALG_EC_FP LENGTH_EC_FP_521;yes;1.205000 + +Support for variable public exponent for RSA 1024. If supported, user-defined fast modular exponentiation can be executed on the smart card via cryptographic coprocessor. This is very specific feature and you will probably not need it; +Allocate RSA 1024 objects;yes;0.572000 sec; +Set random modulus;yes;0.030000 sec; +Set random public exponent;yes;0.033000 sec; +Initialize cipher with public key with random exponent;yes;0.019000 sec; +Use random public exponent;yes;0.103000 sec; + +Total test time:; 275 seconds. \ No newline at end of file diff --git a/Profiles/results/JavaCardOS_Infineon_JC30M48CR_ALGSUPPORT__3b_80_80_01_01_(provided_by_JavaCardOS_and_Thotheolh_Tay).csv b/Profiles/results/JavaCardOS_Infineon_JC30M48CR_ALGSUPPORT__3b_80_80_01_01_(provided_by_JavaCardOS_and_Thotheolh_Tay).csv index 6e307e6b..0a68ba9c 100644 --- a/Profiles/results/JavaCardOS_Infineon_JC30M48CR_ALGSUPPORT__3b_80_80_01_01_(provided_by_JavaCardOS_and_Thotheolh_Tay).csv +++ b/Profiles/results/JavaCardOS_Infineon_JC30M48CR_ALGSUPPORT__3b_80_80_01_01_(provided_by_JavaCardOS_and_Thotheolh_Tay).csv @@ -7,7 +7,9 @@ Used reader; PC/SC terminal SCM Microsystems Inc. SDI011G Contactless Reader 0 Card ATR; 3b 80 80 01 01 Card name; JC30M40CR Used protocol; T=1 +Package_AID_test; JavavCardOS_JC30M48CR_AIDSUPPORT_3B90958011FE6A.csv +JavaCard support version;3.0.4 JCSystem.getVersion()[Major.Minor];3.0; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/NXP_J3A080_ICFabDate_2011_035_ALGSUPPORT__3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7.csv b/Profiles/results/NXP_J3A080_ICFabDate_2011_035_ALGSUPPORT__3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7.csv new file mode 100644 index 00000000..1dbe6ea7 --- /dev/null +++ b/Profiles/results/NXP_J3A080_ICFabDate_2011_035_ALGSUPPORT__3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7.csv @@ -0,0 +1,292 @@ +INFO: This file was generated by AlgTest utility. See http://www.fi.muni.cz/~xsvenda/jcsupport.html for more results, source codes and other details.; +Tested and provided by; insert your name please.; +Execution date/time; 2018/07/18 22:03:23 +AlgTestJClient version; 1.7.4 +AlgTest applet version; 1.7.4 +Used reader; PC/SC terminal Generic EMV Smartcard Reader 0 +Card ATR; 3b f8 13 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 b7 +Card name; NXP J3A080 +Card provider; please insert link/description of shop where card was bought +Used protocol; T=1 +Package_AID_test; NXP_J3A080_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv + +JavaCard support version;2.2.2 +JCSystem.getVersion()[Major.Minor];2.2; +JCSystem.isObjectDeletionSupported;yes; +JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; +JCSystem.MEMORY_TYPE_TRANSIENT_RESET;2140B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;512B; +JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;512B; + +CPLC; 9f 7f 2a 47 90 50 40 47 91 81 02 31 00 10 35 00 31 03 95 48 30 00 00 00 00 00 00 00 00 07 0b 26 30 33 31 30 33 00 00 00 00 00 00 00 00 +CPLC.ICFabricator;4790;NXP +CPLC.ICType;5040 +CPLC.OperatingSystemID;4791 +CPLC.OperatingSystemReleaseDate;8102 +CPLC.OperatingSystemReleaseLevel;3100 +CPLC.ICFabricationDate;1035;(Y DDD) date in that year +CPLC.ICSerialNumber;00310395 +CPLC.ICBatchIdentifier;4830 +CPLC.ICModuleFabricator;0000 +CPLC.ICModulePackagingDate;0000 +CPLC.ICCManufacturer;0000 +CPLC.ICEmbeddingDate;0000 +CPLC.ICPrePersonalizer;070b +CPLC.ICPrePersonalizationEquipmentDate;2630 +CPLC.ICPrePersonalizationEquipmentID;33313033 +CPLC.ICPersonalizer;0000 +CPLC.ICPersonalizationDate;0000 +CPLC.ICPersonalizationEquipmentID;00000000 +CPLC.ICPersonalizationEquipmentID;00000000 + +javacardx.crypto.Cipher +ALG_DES_CBC_NOPAD;yes;0.103000 +ALG_DES_CBC_ISO9797_M1;yes;0.099000 +ALG_DES_CBC_ISO9797_M2;yes;0.092000 +ALG_DES_CBC_PKCS5;yes;0.089000 +ALG_DES_ECB_NOPAD;yes;0.091000 +ALG_DES_ECB_ISO9797_M1;yes;0.098000 +ALG_DES_ECB_ISO9797_M2;yes;0.089000 +ALG_DES_ECB_PKCS5;no; +ALG_RSA_ISO14888;no; +ALG_RSA_PKCS1;yes;0.100000 +ALG_RSA_ISO9796;no; +ALG_RSA_NOPAD;yes;0.113000 +ALG_AES_BLOCK_128_CBC_NOPAD;yes;0.094000 +ALG_AES_BLOCK_128_ECB_NOPAD;yes;0.081000 +ALG_RSA_PKCS1_OAEP;no; +ALG_KOREAN_SEED_ECB_NOPAD;yes;0.096000 +ALG_KOREAN_SEED_CBC_NOPAD;yes;0.091000 +ALG_AES_BLOCK_192_CBC_NOPAD;no; +ALG_AES_BLOCK_192_ECB_NOPAD;no; +ALG_AES_BLOCK_256_CBC_NOPAD;no; +ALG_AES_BLOCK_256_ECB_NOPAD;no; +ALG_AES_CBC_ISO9797_M1;no; +ALG_AES_CBC_ISO9797_M2;no; +ALG_AES_CBC_PKCS5;no; +ALG_AES_ECB_ISO9797_M1;no; +ALG_AES_ECB_ISO9797_M2;no; +ALG_AES_ECB_PKCS5;no; + +javacard.crypto.Signature +ALG_DES_MAC4_NOPAD;no; +ALG_DES_MAC8_NOPAD;yes;0.090000 +ALG_DES_MAC4_ISO9797_M1;no; +ALG_DES_MAC8_ISO9797_M1;yes;0.088000 +ALG_DES_MAC4_ISO9797_M2;no; +ALG_DES_MAC8_ISO9797_M2;yes;0.087000 +ALG_DES_MAC4_PKCS5;no; +ALG_DES_MAC8_PKCS5;no; +ALG_RSA_SHA_ISO9796;yes;0.108000 +ALG_RSA_SHA_PKCS1;yes;0.089000 +ALG_RSA_MD5_PKCS1;yes;0.092000 +ALG_RSA_RIPEMD160_ISO9796;no; +ALG_RSA_RIPEMD160_PKCS1;no; +ALG_DSA_SHA;no; +ALG_RSA_SHA_RFC2409;no; +ALG_RSA_MD5_RFC2409;no; +ALG_ECDSA_SHA;yes;0.090000 +ALG_AES_MAC_128_NOPAD;yes;0.090000 +ALG_DES_MAC4_ISO9797_1_M2_ALG3;no; +ALG_DES_MAC8_ISO9797_1_M2_ALG3;yes;0.086000 +ALG_RSA_SHA_PKCS1_PSS;no; +ALG_RSA_MD5_PKCS1_PSS;no; +ALG_RSA_RIPEMD160_PKCS1_PSS;no; +ALG_HMAC_SHA1;no; +ALG_HMAC_SHA_256;no; +ALG_HMAC_SHA_384;no; +ALG_HMAC_SHA_512;no; +ALG_HMAC_MD5;no; +ALG_HMAC_RIPEMD160;no; +ALG_RSA_SHA_ISO9796_MR;no; +ALG_RSA_RIPEMD160_ISO9796_MR;no; +ALG_SEED_MAC_NOPAD;yes;0.101000 +ALG_ECDSA_SHA_256;no; +ALG_ECDSA_SHA_384;no; +ALG_AES_MAC_192_NOPAD;no; +ALG_AES_MAC_256_NOPAD;no; +ALG_ECDSA_SHA_224;no; +ALG_ECDSA_SHA_512;no; +ALG_RSA_SHA_224_PKCS1;no; +ALG_RSA_SHA_256_PKCS1;no; +ALG_RSA_SHA_384_PKCS1;no; +ALG_RSA_SHA_512_PKCS1;no; +ALG_RSA_SHA_224_PKCS1_PSS;no; +ALG_RSA_SHA_256_PKCS1_PSS;no; +ALG_RSA_SHA_384_PKCS1_PSS;no; +ALG_RSA_SHA_512_PKCS1_PSS;no; +ALG_DES_MAC4_ISO9797_1_M1_ALG3;no; +ALG_DES_MAC8_ISO9797_1_M1_ALG3;no; +ALG_AES_CMAC_128;no; + +javacard.security.MessageDigest +ALG_SHA;yes;0.078000 +ALG_MD5;yes;0.086000 +ALG_RIPEMD160;no; +ALG_SHA_256;yes;0.082000 +ALG_SHA_384;no; +ALG_SHA_512;no; +ALG_SHA_224;no; +ALG_SHA3_224;no; +ALG_SHA3_256;no; +ALG_SHA3_384;no; +ALG_SHA3_512;no; + +javacard.security.RandomData +ALG_PSEUDO_RANDOM;yes;0.023000 +ALG_SECURE_RANDOM;yes;0.017000 +ALG_TRNG;no; +ALG_ALG_PRESEEDED_DRBG;no; +ALG_FAST;no; +ALG_KEYGENERATION;no; + +javacard.security.KeyBuilder +TYPE_DES_TRANSIENT_RESET;yes;0.106000 +TYPE_DES_TRANSIENT_DESELECT;yes;0.115000 +TYPE_DES LENGTH_DES;yes;0.121000 +TYPE_DES LENGTH_DES3_2KEY;yes;0.117000 +TYPE_DES LENGTH_DES3_3KEY;yes;0.117000 +TYPE_AES_TRANSIENT_RESET;yes;0.110000 +TYPE_AES_TRANSIENT_DESELECT;yes;0.116000 +TYPE_AES LENGTH_AES_128;yes;0.115000 +TYPE_AES LENGTH_AES_192;yes;0.118000 +TYPE_AES LENGTH_AES_256;yes;0.117000 +TYPE_RSA_PUBLIC LENGTH_RSA_512;yes;0.106000 +TYPE_RSA_PUBLIC LENGTH_RSA_736;yes;0.109000 +TYPE_RSA_PUBLIC LENGTH_RSA_768;yes;0.107000 +TYPE_RSA_PUBLIC LENGTH_RSA_896;yes;0.107000 +TYPE_RSA_PUBLIC LENGTH_RSA_1024;yes;0.146000 +TYPE_RSA_PUBLIC LENGTH_RSA_1280;yes;0.113000 +TYPE_RSA_PUBLIC LENGTH_RSA_1536;yes;0.107000 +TYPE_RSA_PUBLIC LENGTH_RSA_1984;yes;0.126000 +TYPE_RSA_PUBLIC LENGTH_RSA_2048;yes;0.113000 +TYPE_RSA_PUBLIC LENGTH_RSA_3072;no; +TYPE_RSA_PUBLIC LENGTH_RSA_4096;no; +TYPE_RSA_PRIVATE LENGTH_RSA_512;yes;0.111000 +TYPE_RSA_PRIVATE LENGTH_RSA_736;yes;0.107000 +TYPE_RSA_PRIVATE LENGTH_RSA_768;yes;0.108000 +TYPE_RSA_PRIVATE LENGTH_RSA_896;yes;0.106000 +TYPE_RSA_PRIVATE LENGTH_RSA_1024;yes;0.151000 +TYPE_RSA_PRIVATE LENGTH_RSA_1280;yes;0.112000 +TYPE_RSA_PRIVATE LENGTH_RSA_1536;yes;0.110000 +TYPE_RSA_PRIVATE LENGTH_RSA_1984;yes;0.118000 +TYPE_RSA_PRIVATE LENGTH_RSA_2048;yes;0.115000 +TYPE_RSA_PRIVATE LENGTH_RSA_3072;no; +TYPE_RSA_PRIVATE LENGTH_RSA_4096;no; +TYPE_RSA_PRIVATE_TRANSIENT_RESET;no; +TYPE_RSA_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512;yes;0.111000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_736;no; +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_768;yes;0.108000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_896;yes;0.110000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024;yes;0.112000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1280;yes;0.114000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1536;yes;0.112000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1984;yes;0.116000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048;yes;0.115000 +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_3072;no; +TYPE_RSA_CRT_PRIVATE LENGTH_RSA_4096;no; +TYPE_RSA_CRT_PRIVATE_TRANSIENT_RESET;no; +TYPE_RSA_CRT_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_DSA_PRIVATE LENGTH_DSA_512;no; +TYPE_DSA_PRIVATE LENGTH_DSA_768;no; +TYPE_DSA_PRIVATE LENGTH_DSA_1024;no; +TYPE_DSA_PRIVATE_TRANSIENT_RESET;no; +TYPE_DSA_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_DSA_PUBLIC LENGTH_DSA_512;no; +TYPE_DSA_PUBLIC LENGTH_DSA_768;no; +TYPE_DSA_PUBLIC LENGTH_DSA_1024;no; +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_113;no; +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_131;no; +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_163;no; +TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_193;no; +TYPE_EC_F2M_PRIVATE_TRANSIENT_RESET;no; +TYPE_EC_F2M_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_112;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_128;yes;0.107000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_160;yes;0.121000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_192;yes;0.108000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_224;yes;0.113000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_256;yes;0.111000 +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_384;no; +TYPE_EC_FP_PRIVATE LENGTH_EC_FP_521;no; +TYPE_EC_FP_PRIVATE_TRANSIENT_RESET;no; +TYPE_EC_FP_PRIVATE_TRANSIENT_DESELECT;no; +TYPE_KOREAN_SEED_TRANSIENT_RESET;yes;0.108000 +TYPE_KOREAN_SEED_TRANSIENT_DESELECT;yes;0.114000 +TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_128;yes;0.117000 +TYPE_HMAC_TRANSIENT_RESET;no; +TYPE_HMAC_TRANSIENT_DESELECT;no; +TYPE_HMAC LENGTH_HMAC_SHA_1_BLOCK_64;no; +TYPE_HMAC LENGTH_HMAC_SHA_256_BLOCK_64;no; +TYPE_HMAC LENGTH_HMAC_SHA_384_BLOCK_64;no; +TYPE_HMAC LENGTH_HMAC_SHA_512_BLOCK_64;no; + +javacard.security.KeyAgreement +ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF;yes;0.113000 +ALG_EC_SVDP_DHC/ALG_EC_SVDP_DHC_KDF;yes;0.117000 +ALG_EC_SVDP_DH_PLAIN;yes;0.017000 +ALG_EC_SVDP_DHC_PLAIN;yes;0.017000 +ALG_EC_PACE_GM;yes;0.017000 +ALG_EC_SVDP_DH_PLAIN_XY;yes;0.015000 +ALG_DH_PLAIN;yes;0.017000 + +javacard.security.Checksum +ALG_ISO3309_CRC16;yes;0.079000 +ALG_ISO3309_CRC32;no; + +javacard.security.KeyPair ALG_RSA on-card generation +ALG_RSA LENGTH_RSA_512;no; +ALG_RSA LENGTH_RSA_736;no; +ALG_RSA LENGTH_RSA_768;no; +ALG_RSA LENGTH_RSA_896;no; +ALG_RSA LENGTH_RSA_1024;no; +ALG_RSA LENGTH_RSA_1280;no; +ALG_RSA LENGTH_RSA_1536;no; +ALG_RSA LENGTH_RSA_1984;no; +ALG_RSA LENGTH_RSA_2048;no; +ALG_RSA LENGTH_RSA_3072;no; +ALG_RSA LENGTH_RSA_4096;no; + +javacard.security.KeyPair ALG_RSA_CRT on-card generation +ALG_RSA_CRT LENGTH_RSA_512;yes;0.462000 +ALG_RSA_CRT LENGTH_RSA_736;no; +ALG_RSA_CRT LENGTH_RSA_768;yes;0.850000 +ALG_RSA_CRT LENGTH_RSA_896;yes;0.977000 +ALG_RSA_CRT LENGTH_RSA_1024;yes;1.773000 +ALG_RSA_CRT LENGTH_RSA_1280;yes;6.410000 +ALG_RSA_CRT LENGTH_RSA_1536;yes;11.546000 +ALG_RSA_CRT LENGTH_RSA_1984;yes;51.131000 +ALG_RSA_CRT LENGTH_RSA_2048;yes;26.050000 +ALG_RSA_CRT LENGTH_RSA_3072;no; +ALG_RSA_CRT LENGTH_RSA_4096;no; + +javacard.security.KeyPair ALG_DSA on-card generation +ALG_DSA LENGTH_DSA_512;no; +ALG_DSA LENGTH_DSA_768;no; +ALG_DSA LENGTH_DSA_1024;no; + +javacard.security.KeyPair ALG_EC_F2M on-card generation +ALG_EC_F2M LENGTH_EC_F2M_113;no; +ALG_EC_F2M LENGTH_EC_F2M_131;no; +ALG_EC_F2M LENGTH_EC_F2M_163;no; +ALG_EC_F2M LENGTH_EC_F2M_193;no; + +javacard.security.KeyPair ALG_EC_FP on-card generation +ALG_EC_FP LENGTH_EC_FP_112;no; +ALG_EC_FP LENGTH_EC_FP_128;yes;0.829000 +ALG_EC_FP LENGTH_EC_FP_160;yes;0.866000 +ALG_EC_FP LENGTH_EC_FP_192;yes;0.922000 +ALG_EC_FP LENGTH_EC_FP_224;yes;1.007000 +ALG_EC_FP LENGTH_EC_FP_256;yes;1.193000 +ALG_EC_FP LENGTH_EC_FP_384;no; +ALG_EC_FP LENGTH_EC_FP_521;no; + +Support for variable public exponent for RSA 1024. If supported, user-defined fast modular exponentiation can be executed on the smart card via cryptographic coprocessor. This is very specific feature and you will probably not need it; +Allocate RSA 1024 objects;yes;0.195000 sec; +Set random modulus;yes;0.057000 sec; +Set random public exponent;yes;1.601000 sec; +Initialize cipher with public key with random exponent;yes;0.068000 sec; +Use random public exponent;yes;0.428000 sec; + +Total test time:; 397 seconds. \ No newline at end of file diff --git a/Profiles/results/NXP_JCOP41_v221_3b fa 18 00 00 81 31 fe 45 4a 43 4f 50 34 31 56 32 32 31 9d _(provided_by_PetrS).csv b/Profiles/results/NXP_JCOP41_v221_3b fa 18 00 00 81 31 fe 45 4a 43 4f 50 34 31 56 32 32 31 9d _(provided_by_PetrS).csv index 53c0b98a..2a7acb27 100644 --- a/Profiles/results/NXP_JCOP41_v221_3b fa 18 00 00 81 31 fe 45 4a 43 4f 50 34 31 56 32 32 31 9d _(provided_by_PetrS).csv +++ b/Profiles/results/NXP_JCOP41_v221_3b fa 18 00 00 81 31 fe 45 4a 43 4f 50 34 31 56 32 32 31 9d _(provided_by_PetrS).csv @@ -7,6 +7,7 @@ Card ATR; 3b fa 18 00 00 81 31 fe 45 4a 43 4f 50 34 31 56 32 32 31 9d Card name; NXP JCOP41 v2.2.1 72K Performance; yes Used protocol; T=1 +Package_AID_test; NXP_JCOP_41_v2.2.1_72K_AIDSUPPORT_3BFA1800008131FE454A434F503431563232319D.csv JavaCard support version;2.2.1; JCSystem.getVersion()[Major.Minor];2.2; diff --git a/Profiles/results/NXP_JCOP_10.18_v2.3.1_ICFabDate_2008_163_ALGSUPPORT__3b_fa_13_00_00_81_31_fe_45_4a_43_4f_50_31_30_56_32_33_31_93_(provided_by_PetrS).csv b/Profiles/results/NXP_JCOP_10.18_v2.3.1_ICFabDate_2008_163_ALGSUPPORT__3b_fa_13_00_00_81_31_fe_45_4a_43_4f_50_31_30_56_32_33_31_93_(provided_by_PetrS).csv index 2b508da8..36fba41e 100644 --- a/Profiles/results/NXP_JCOP_10.18_v2.3.1_ICFabDate_2008_163_ALGSUPPORT__3b_fa_13_00_00_81_31_fe_45_4a_43_4f_50_31_30_56_32_33_31_93_(provided_by_PetrS).csv +++ b/Profiles/results/NXP_JCOP_10.18_v2.3.1_ICFabDate_2008_163_ALGSUPPORT__3b_fa_13_00_00_81_31_fe_45_4a_43_4f_50_31_30_56_32_33_31_93_(provided_by_PetrS).csv @@ -7,7 +7,9 @@ Used reader; PC/SC terminal Generic EMV Smartcard Reader 0 Card ATR; 3b fa 13 00 00 81 31 fe 45 4a 43 4f 50 31 30 56 32 33 31 93 Card name; NXP JCOP 10_18 v2.3.1 Used protocol; T=1 +Package_AID_test; NXP_JCOP_1018_v2.3.1_AIDSUPPORT_3BFA1300008131FE454A434F5031305632333193.csv +JavaCard support version;2.2.1 JCSystem.getVersion()[Major.Minor];2.2; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;11168B; diff --git a/Profiles/results/NXP_JCOP_21 v2.4.2R3_ICFabDate_2013_025_ALGSUPPORT___3b_f9_13_00_00_81_31_fe_45_4a_43_4f_50_32_34_32_52_33_a2_(provided_by_PetrS).csv b/Profiles/results/NXP_JCOP_21 v2.4.2R3_ICFabDate_2013_025_ALGSUPPORT___3b_f9_13_00_00_81_31_fe_45_4a_43_4f_50_32_34_32_52_33_a2_(provided_by_PetrS).csv index 4e1ec3cf..133b3b98 100644 --- a/Profiles/results/NXP_JCOP_21 v2.4.2R3_ICFabDate_2013_025_ALGSUPPORT___3b_f9_13_00_00_81_31_fe_45_4a_43_4f_50_32_34_32_52_33_a2_(provided_by_PetrS).csv +++ b/Profiles/results/NXP_JCOP_21 v2.4.2R3_ICFabDate_2013_025_ALGSUPPORT___3b_f9_13_00_00_81_31_fe_45_4a_43_4f_50_32_34_32_52_33_a2_(provided_by_PetrS).csv @@ -8,8 +8,9 @@ Card ATR; 3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 33 a2 Card name; NXP JCOP21 v2.4.2R3 Performance; yes Used protocol; T=1 +Package_AID_test; NXP_JCOP_v2.4.2R3_AIDSUPPORT_3BF91300008131FE454A434F503234325233A2.csv -JavaCard support version;3.0.?; +JavaCard support version;3.0.1; JCSystem.getVersion()[Major.Minor];3.0; JCSystem.isObjectDeletionSupported;yes; diff --git a/Profiles/results/NXP_JCOP_21_V2.2_36K_ICFabDate_2008_015_ALGSUPPORT__3b_f9_18_00_00_81_31_fe_45_4a_43_4f_50_32_31_56_32_32_a9_(provided_by_PetrS).csv b/Profiles/results/NXP_JCOP_21_V2.2_36K_ICFabDate_2008_015_ALGSUPPORT__3b_f9_18_00_00_81_31_fe_45_4a_43_4f_50_32_31_56_32_32_a9_(provided_by_PetrS).csv index 9fb5b37f..e8aec6d3 100644 --- a/Profiles/results/NXP_JCOP_21_V2.2_36K_ICFabDate_2008_015_ALGSUPPORT__3b_f9_18_00_00_81_31_fe_45_4a_43_4f_50_32_31_56_32_32_a9_(provided_by_PetrS).csv +++ b/Profiles/results/NXP_JCOP_21_V2.2_36K_ICFabDate_2008_015_ALGSUPPORT__3b_f9_18_00_00_81_31_fe_45_4a_43_4f_50_32_31_56_32_32_a9_(provided_by_PetrS).csv @@ -8,6 +8,7 @@ Card ATR; 3b f9 18 00 00 81 31 fe 45 4a 43 4f 50 32 31 56 32 32 a9 Card name; NXP JCOP 21 V2.2 36K Performance; yes Used protocol; T=1 +Package_AID_test; NXP_JCOP_21_V2.2_36K_AIDSUPPORT_3BF91800008131FE454A434F503231563232A9.csv JavaCard support version;2.2.1; diff --git a/Profiles/results/NXP_JCOP_31_V2.4.1_72K_ICFabDate_2012_240_3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7_(provided_by_PetrS).csv b/Profiles/results/NXP_JCOP_31_V2.4.1_72K_ICFabDate_2012_240_3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7_(provided_by_PetrS).csv index 8f6965bd..024a471d 100644 --- a/Profiles/results/NXP_JCOP_31_V2.4.1_72K_ICFabDate_2012_240_3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7_(provided_by_PetrS).csv +++ b/Profiles/results/NXP_JCOP_31_V2.4.1_72K_ICFabDate_2012_240_3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7_(provided_by_PetrS).csv @@ -8,6 +8,7 @@ Card ATR; 3b f8 13 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 b7 Card name; NXP JCOP31 v2.4.1 72K Performance; yes Used protocol; T=1 +Package_AID_test; NXP_JCOP_31_v2.4.1_72K_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv JavaCard support version;2.2.2; diff --git a/Profiles/results/NXP_JCOP_CJ2A081_JC222_ICFabDate_2012_240_3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7_(provided_by_PetrS).csv b/Profiles/results/NXP_JCOP_CJ2A081_JC222_ICFabDate_2012_240_3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7_(provided_by_PetrS).csv index c27d3661..1ae5306d 100644 --- a/Profiles/results/NXP_JCOP_CJ2A081_JC222_ICFabDate_2012_240_3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7_(provided_by_PetrS).csv +++ b/Profiles/results/NXP_JCOP_CJ2A081_JC222_ICFabDate_2012_240_3b_f8_13_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_b7_(provided_by_PetrS).csv @@ -8,6 +8,7 @@ Card ATR; 3b f8 13 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 b7 Card name; NXP JCOP CJ2A081 Performance; yes Used protocol; T=1 +Package_AID_test; NXP_JCOP_CJ2A081_AIDSUPPORT_3BF81300008131FE454A434F5076323431B7.csv JavaCard support version;2.2.2; diff --git a/Profiles/results/NXP_JCOP_CJ3A081_JC222_3b f8 13 00 00 81 31 fe 45 4a 33 41 30 38 31 56 32 34 31 89 _(provided_by_PetrS).csv b/Profiles/results/NXP_JCOP_CJ3A081_JC222_3b f8 13 00 00 81 31 fe 45 4a 33 41 30 38 31 56 32 34 31 89 _(provided_by_PetrS).csv index b498da2b..1f8e6f01 100644 --- a/Profiles/results/NXP_JCOP_CJ3A081_JC222_3b f8 13 00 00 81 31 fe 45 4a 33 41 30 38 31 56 32 34 31 89 _(provided_by_PetrS).csv +++ b/Profiles/results/NXP_JCOP_CJ3A081_JC222_3b f8 13 00 00 81 31 fe 45 4a 33 41 30 38 31 56 32 34 31 89 _(provided_by_PetrS).csv @@ -8,6 +8,7 @@ Card ATR; 3b f8 13 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 b7 Card name; NXP CJ3A081 Performance; yes Used protocol; T=1 +Package_AID_test; NXP_CJ3A081_AIDSUPPORT_3BFA1800008131FE454A33413038315632343189.csv JavaCard support version;2.2.2; JCSystem.getVersion()[Major.Minor];2.2; diff --git a/Profiles/results/NXP_JCOP_J2A080_80K_ICFabDate_2011_070_ALGSUPPORT__3b_f8_18_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_bc__(provided_by_PetrS).csv b/Profiles/results/NXP_JCOP_J2A080_80K_ICFabDate_2011_070_ALGSUPPORT__3b_f8_18_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_bc__(provided_by_PetrS).csv index 10fcf4d6..249698ff 100644 --- a/Profiles/results/NXP_JCOP_J2A080_80K_ICFabDate_2011_070_ALGSUPPORT__3b_f8_18_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_bc__(provided_by_PetrS).csv +++ b/Profiles/results/NXP_JCOP_J2A080_80K_ICFabDate_2011_070_ALGSUPPORT__3b_f8_18_00_00_81_31_fe_45_4a_43_4f_50_76_32_34_31_bc__(provided_by_PetrS).csv @@ -7,7 +7,9 @@ Used reader; PC/SC terminal Gemplus USB Smart Card Reader 0 Card ATR; 3b f8 18 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 bc Card name; NXP J2A080 80K Used protocol; T=1 +Package_AID_test; NXP_J2A080_80K_AIDSUPPORT_3BF81800008131FE454A434F5076323431BC.csv +JavaCard support version;2.2.2 JCSystem.getVersion()[Major.Minor];2.2; JCSystem.isObjectDeletionSupported;yes; JCSystem.MEMORY_TYPE_PERSISTENT;>32767B; diff --git a/Profiles/results/Oberthur_CosmoDual72K_3B 7B 18 00 00 00 31 C0 64 77 E3 03 00 82 90 00_(provided_by_PetrS).csv b/Profiles/results/Oberthur_CosmoDual72K_3B 7B 18 00 00 00 31 C0 64 77 E3 03 00 82 90 00_(provided_by_PetrS).csv index de7ddf6c..b1052a1e 100644 --- a/Profiles/results/Oberthur_CosmoDual72K_3B 7B 18 00 00 00 31 C0 64 77 E3 03 00 82 90 00_(provided_by_PetrS).csv +++ b/Profiles/results/Oberthur_CosmoDual72K_3B 7B 18 00 00 00 31 C0 64 77 E3 03 00 82 90 00_(provided_by_PetrS).csv @@ -2,8 +2,9 @@ Oberthur Cosmo Dual 72K,, Card ATR: 3B:7B:18:00:00:00:31:C0:64:77:E3:03:00:82:90:00,, AlgTestJClient version; 1.1 AlgTest applet version; 1.1 +Package_AID_test; Oberthur_Cosmo_Dual_72K_AIDSUPPORT_3B7B1800000031C06477E30300829000.csv -JavaCard support version;2.2.0; +JavaCard support version;2.2.1; javacardx.apdu.ExtendedLength; Extended APDU;no diff --git a/Profiles/results/Oberthur_ID-ONE_Cosmo_64_RSA_v5.4_ICFabDate_2007_031_ALGSUPPORT__3b_7b_18_00_00_00_31_c0_64_77_e9_10_00_01_90_00_(provided_by_PetrS).csv b/Profiles/results/Oberthur_ID-ONE_Cosmo_64_RSA_v5.4_ICFabDate_2007_031_ALGSUPPORT__3b_7b_18_00_00_00_31_c0_64_77_e9_10_00_01_90_00_(provided_by_PetrS).csv index 2e7920fa..13739f5f 100644 --- a/Profiles/results/Oberthur_ID-ONE_Cosmo_64_RSA_v5.4_ICFabDate_2007_031_ALGSUPPORT__3b_7b_18_00_00_00_31_c0_64_77_e9_10_00_01_90_00_(provided_by_PetrS).csv +++ b/Profiles/results/Oberthur_ID-ONE_Cosmo_64_RSA_v5.4_ICFabDate_2007_031_ALGSUPPORT__3b_7b_18_00_00_00_31_c0_64_77_e9_10_00_01_90_00_(provided_by_PetrS).csv @@ -8,6 +8,7 @@ Card ATR; 3b 7b 18 00 00 00 31 c0 64 77 e9 10 00 01 90 00 Card name; Oberthur ID-ONE Cosmo 64 RSA v5.4 Performance; yes Used protocol; T=0 +Package_AID_test; Oberthur_ID-One_Cosmo_64_RSA_v5.4_AIDSUPPORT_3B7B1800000031C06477E91000019000.csv JavaCard support version;2.2.1; JCSystem.getVersion()[Major.Minor];2.2; diff --git a/Profiles/results/[undisclosed1]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv b/Profiles/results/[undisclosed1]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv index 7f4bdaba..93fcabc1 100644 --- a/Profiles/results/[undisclosed1]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv +++ b/Profiles/results/[undisclosed1]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv @@ -235,7 +235,7 @@ ALG_EC_FP LENGTH_EC_FP_256;error(ILLEGAL_VALUE); ALG_EC_FP LENGTH_EC_FP_384;no; ALG_EC_FP LENGTH_EC_FP_521;no; -javacard\.security\.KeyAgreement +javacard.security.KeyAgreement ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF;yes; ALG_EC_SVDP_DHC/ALG_EC_SVDP_DHC_KDF;no; ALG_EC_SVDP_DH_PLAIN;no; @@ -250,5 +250,4 @@ Allocate RSA 1024 objects;yes;0.094000 sec; Set random modulus;yes;0.049000 sec; Set random public exponent;yes;0.083000 sec; Initialize cipher with public key with random exponent;yes;0.019000 sec; -JavaCard support version;??? Use random public exponent;yes;0.218000 sec; \ No newline at end of file diff --git a/Profiles/results/[undisclosed2]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv b/Profiles/results/[undisclosed2]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv index 87f41be5..e9ba1109 100644 --- a/Profiles/results/[undisclosed2]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv +++ b/Profiles/results/[undisclosed2]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv @@ -235,7 +235,7 @@ ALG_EC_FP LENGTH_EC_FP_256;yes;2.945000 ALG_EC_FP LENGTH_EC_FP_384;yes;2.945000 ALG_EC_FP LENGTH_EC_FP_521;no; -javacard\.security\.KeyAgreement +javacard.security.KeyAgreement ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF;yes; ALG_EC_SVDP_DHC/ALG_EC_SVDP_DHC_KDF;yes; ALG_EC_SVDP_DH_PLAIN;yes; @@ -250,5 +250,4 @@ Allocate RSA 1024 objects;yes;0.225000 sec; Set random modulus;no; Set random public exponent;no; Initialize cipher with public key with random exponent;no; -JavaCard support version;??? Use random public exponent;no; \ No newline at end of file diff --git a/Profiles/results/[undisclosed3]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv b/Profiles/results/[undisclosed3]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv index 1b86a7b3..4bcd958d 100644 --- a/Profiles/results/[undisclosed3]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv +++ b/Profiles/results/[undisclosed3]_3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx_(provided_by_Cosmo).csv @@ -235,7 +235,7 @@ ALG_EC_FP LENGTH_EC_FP_256;yes;8.903000 ALG_EC_FP LENGTH_EC_FP_384;no; ALG_EC_FP LENGTH_EC_FP_521;no; -javacard\.security\.KeyAgreement +javacard.security.KeyAgreement ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF;yes; ALG_EC_SVDP_DHC/ALG_EC_SVDP_DHC_KDF;yes; ALG_EC_SVDP_DH_PLAIN;no; @@ -250,5 +250,4 @@ Allocate RSA 1024 objects;yes;0.250000 sec; Set random modulus;no; Set random public exponent;no; Initialize cipher with public key with random exponent;no; -JavaCard support version;??? Use random public exponent;no; \ No newline at end of file
+

Tested cards abbreviations

+c0
ACS ACOSJ (Combi) , ATR=3b 69 00 02 41 43 4f 53 4a 76 31 30 31 (provided by Alexandre Bouvier),
+c1 Athena IDprotect , ATR=3B D5 18 FF 80 91 FE 1F C3 80 73 C8 21 13 08 (provided by Cosmo),
+c2 Athena IDProtect ICFabDate 2015 , ATR=3b d5 18 ff 81 91 fe 1f c3 80 73 c8 21 13 09 (provided by PetrS),
+c3 Axalto Cyberflex32 , ATR=3B 75 94 00 00 62 02 02 02 01 (provided by PetrS),
+c4 Axalto Cyberflex PalmeraV5 , ATR=3B E6 00 00 81 21 45 32 4B 01 01 01 01 7A (provided by PetrS),
+c5 COSMO FLY v5.8 ICFabDate 2006 253 , ATR=3b 8b 80 01 00 31 c0 64 08 44 03 04 00 90 00 44 (provided by Kevin Osborn),
+c6 Feitian C21C Samsung S3FS91J , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 00 05 24 c0 72 7e 00 86 (provided by Thotheolh Tay),
+c7 Feitian eJava Token , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 64 2f 70 c1 72 fe e0 fd (provided by Razvan Dragomirescu),
+c8 Feitian JavaCOS A22CR-ECC-SHA-2 ICFabDate 2015 , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 00 10 04 f2 72 fe 00 01 (provided by Kenneth Benson),
+c9 Feitian JavaCOS A22CR ICFabDate 2016 084 , ATR=3b 8c 80 01 90 67 46 4a 01 00 25 04 00 00 00 00 d6 (provided by Josh Harvey),
+c10 Feitian JavaCOS A22CR ICFabDate 2016 257 , ATR=3b 9c 95 80 81 1f 03 90 67 46 4a 01 00 35 04 f2 72 fe 00 a1 (provided by PetrS),
+c11 Feitian JavaCOS A22 ICFabDate 2015 , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 00 68 08 04 00 00 00 00 0e (provided by Ivo Kubjas and PetrS),
+c12 Feitian JavaCOS A40 ICFabDate 2016 201 , ATR=3b fc 18 00 00 81 31 80 45 90 67 46 4a 01 00 20 05 00 00 00 00 4e (provided by PetrS and Keneth Benson),
+c13 Feitian Java Card D11CR , ATR=3b 6a 00 00 09 44 31 31 43 52 02 00 25 c3 (provided by PetrS),
+c14 Feitian K9 NXPJ3E081 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 33 a2 (provided by Thotheolh Tay),
+c15 G+D Smartcafe 6.0 80K ICFabDate 2015 024 , ATR=3b fe 18 00 00 80 31 fe 45 53 43 45 36 30 2d 43 44 30 38 31 2d 6e 46 a9 (provided by PetrS),
+c16 G+D SmartCafe Expert 144k Dual , ATR=3b fd 18 00 00 80 31 fe 45 73 66 74 65 20 63 64 31 34 34 2d 6e 66 d8 (provided by Diego NdK),
+c17 G+D Smartcafe Expert 3.2 72K ICFabDate 2003 126 , ATR=3b f7 18 00 00 80 31 fe 45 73 66 74 65 2d 6e 66 c4 (provided by Cosmo and PetrS),
+c18 G+D Smart Cafe Expert 4.x V2 ICFabDate 2007 079 , ATR=3b f8 18 00 00 80 31 fe 45 00 73 c8 40 13 00 90 00 92 (provided by PetrS), PerformanceGraphs
+c19 Gemalto IDCore 10 , ATR=3b 7d 96 00 00 80 31 80 65 b0 83 11 d0 a9 83 00 90 00 (provided by Martin Paljak),
+c20 Gemalto IDCore 3010 CC , ATR=3b 7d 96 00 00 80 31 80 65 b0 85 02 00 cf 83 01 90 00 (provided by Martin Paljak),
+c21 Gemalto TOP IM GXP4 , ATR=3b 7d 94 00 00 80 31 80 65 b0 83 11 d0 a9 83 00 90 00 (provided by PetrS),
+c22 Gemalto TwinGCX4 72k PK , ATR=3B 7A 94 00 00 80 65 A2 01 01 01 3D 72 D6 43 (provided by PetrS),
+c23 Gemplus GXPE64PK , ATR=3B 7E 94 00 00 80 25 A0 00 00 00 28 56 80 10 21 00 01 08 (provided by PetrS),
+c24 Gemplus GXPLiteGeneric , ATR=3B 7D 94 00 00 80 31 80 65 B0 83 01 02 90 83 00 90 00 (provided by PetrS),
+c25 Gemplus GXPR3r32 , ATR=3B 7D 94 00 00 80 31 80 65 B0 83 01 02 90 83 00 90 00 (provided by PetrS),
+c26 Gemplus GXPR3 , ATR=3B 7B 94 00 00 80 65 B0 83 01 01 74 83 00 90 00 (provided by PetrS),
+c27 Gemplus GXP R4 72K ICFabDate 2007 291 , ATR=3b 7d 94 00 00 80 31 80 65 b0 83 11 c0 a9 83 00 90 00 (provided by PetrS), PerformanceGraphs
+c28 Gemplus unknown jc2.1.2 ICFabDate 2006 005 , ATR=3b 7d 94 00 00 80 31 80 65 b0 83 11 11 ac 83 00 90 00 (provided by PetrS),
+c29 Infineon CJTOP 80K INF SLJ 52GLA080AL M8.4 ICFabDate 2012 001 , ATR=3b fe 18 00 00 80 31 fe 45 80 31 80 66 40 90 a5 10 2e 10 83 01 90 00 f2 (provided by PetrS), PerformanceGraphs
+c30 Infineon JTOPV2 16K , ATR=3B 6D 00 00 80 31 80 65 40 90 86 01 51 83 07 90 00 (provided by PetrS),
+c31 Infineon SLE78 Universal JCard , ATR=3b fd 96 00 00 81 31 fe 45 53 4c 4a 35 32 47 44 4c 31 32 38 43 52 57 (provided by Till Maas RedTeamPentesting and PetrS),
+c32 JavaCardOS Infineon JC30M48CR , ATR=3b 80 80 01 01 (provided by JavaCardOS and Thotheolh Tay),
+c33 JavaCardOS JC10M24R , ATR=3b 80 80 01 01 (provided by JavaCardOS),
+c34 Nokia 6131 , ATR=3B 88 80 01 00 73 C8 40 13 00 90 00 71 (provided by Hakan Karahan),
+c35 NXP JCOP J2A080 80K ICFabDate 2011 070 , ATR=3b f8 18 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 bc (provided by PetrS),
+c36 NXP J2E145G ICFabDate 2013 025 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 33 a2 (provided by PetrS and Lukas Malina),
+c37 NXP J3A080 ICFabDate 2011 035 , ATR=3b f8 13 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 b7,
+c38 NXP J3H081 EMV ICFabDate 2016 355 , ATR=3b f8 18 00 00 81 31 fe 45 00 73 c8 40 00 00 90 00 80 (provided by Adam Zhang and Richard Mitev),
+c39 NXP JCOP10 (DES only version) , ATR=3b e9 00 00 81 31 fe 45 4a 43 4f 50 31 30 56 32 32 a3 (provided by Henrik),
+c40 NXP JCOP31 , ATR=3B EB 00 00 81 31 20 45 4A 43 4F 50 33 31 33 36 47 44 54 78 (provided by PetrS),
+c41 NXP JCOP41 v221 , ATR=3b fa 18 00 00 81 31 fe 45 4a 43 4f 50 34 31 56 32 32 31 9d (provided by PetrS), PerformanceGraphs
+c42 NXP JCOP 10.18 v2.3.1 ICFabDate 2008 163 , ATR=3b fa 13 00 00 81 31 fe 45 4a 43 4f 50 31 30 56 32 33 31 93 (provided by PetrS),
+c43 NXP JCOP 21 v2.4.2R3 ICFabDate 2013 025 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 33 a2 (provided by PetrS), PerformanceGraphs
+c44 NXP JCOP 21 V2.2 36K ICFabDate 2008 015 , ATR=3b f9 18 00 00 81 31 fe 45 4a 43 4f 50 32 31 56 32 32 a9 (provided by PetrS), PerformanceGraphs
+c45 NXP JCOP 31 V2.2 36K ICFabDate 2006 306 , ATR=3b eb 00 00 81 31 20 45 4a 43 4f 50 33 31 33 36 47 44 54 78 (provided by PetrS), PerformanceGraphs
+c46 NXP JCOP 31 V2.3.2 ICFabDate 2011 016 , ATR=3b 8a 80 01 4a 43 4f 50 33 31 56 32 33 32 7a (provided by Martin Omacka),
+c47 NXP JCOP 31 V2.4.1 72K ICFabDate 2012 240 , ATR=3b f8 13 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 b7 (provided by PetrS), PerformanceGraphs
+c48 NXP JCOP CJ2A081 JC222 ICFabDate 2012 240 , ATR=3b f8 13 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 b7 (provided by PetrS), PerformanceGraphs
+c49 NXP JCOP CJ3A080v241 , ATR=3B F8 13 00 00 81 31 FE 45 4A 43 4F 50 76 32 34 31 B7 (provided by Lazuardi Nasution), PerformanceGraphs
+c50 NXP JCOP CJ3A081 JC222 , ATR=3b f8 13 00 00 81 31 fe 45 4a 33 41 30 38 31 56 32 34 31 89 (provided by PetrS), PerformanceGraphs
+c51 NXP JCOP J2A080 , ATR=3b f6 18 00 ff 81 31 fe 45 4a 32 41 30 38 30 1b (provided by Pierre-d), PerformanceGraphs
+c52 NXP JCOP J2A080 80K ICFabDate 2011 070 , ATR=3b f8 18 00 00 81 31 fe 45 4a 43 4f 50 76 32 34 31 bc (provided by PetrS),
+c53 NXP JCOP J2D081 80K ICFabDate 2014 126 , ATR=3b f9 18 00 00 81 31 fe 45 4a 32 44 30 38 31 5f 50 56 b6 (provided by PetrS and Paul Crocker), PerformanceGraphs
+c54 NXP JCOP J3A040 ICFabDate 2010 071 , ATR=3b 88 80 01 4a 43 4f 50 76 32 34 31 5e (provided by Lukas Malina),
+c55 NXP JCOP J3D081 v242r2 ICFabDate 2012 334 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 32 a3 (provided by Martin Paljak and Arnis UT),
+c56 NXP JCOP NXP250A v242r3 , ATR=3b f9 13 00 00 81 31 fe 45 4a 43 4f 50 32 34 32 52 33 a2 (provided by Amir Digar Nemikhandad),
+c57 Oberthur CosmoDual72K , ATR=3B 7B 18 00 00 00 31 C0 64 77 E3 03 00 82 90 00 (provided by PetrS),
+c58 Oberthur Cosmo V7 64K Dual 128K , ATR=3B DB 18 00 80 B1 FE 45 1F 83 00 31 C0 64 C7 FC 10 00 01 90 00 FA (provided by Cosmo),
+c59 Oberthur ID-ONE Cosmo 64 RSA v5.4 ICFabDate 2007 031 , ATR=3b 7b 18 00 00 00 31 c0 64 77 e9 10 00 01 90 00 (provided by PetrS), PerformanceGraphs
+c60 Softlock SLCOS InfineonSLE78 , ATR=3b 8a 80 01 53 4c 43 4f 53 20 54 3d 43 4c 0d (provided by Ahmed Mamdouh),
+c61 Unknown , ATR=3b 68 00 00 00 73 c8 40 12 00 90 00 (provided by Amir Digar Nemikhandad),
+c62 Yubikey Neo (Warning not open JavaCard) , ATR=3b fa 13 00 00 81 31 fe 15 59 75 62 69 6b 65 79 4e 45 4f a6 (provided by Pierre-d and Cosmo),
+c63 [undisclosed1] , ATR=3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx (provided by Cosmo),
+c64 [undisclosed2] , ATR=3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx (provided by Cosmo),
+c65 [undisclosed3] , ATR=3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx (provided by Cosmo),
+c66 [undisclosed4] , ATR=3b xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx (provided by Cosmo),
+c67 [undisclosed5] , ATR=3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (provided by Metro),
+c68 [undisclosed6] , ATR=3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (provided by Metro),
+
+Note: Some cards in the table come without full identification and ATR ('undisclosed') as submitters prefered not to disclose it at the momment. I'm publishing it anyway as the information that some card supporting particular algorithm exists is still interesting. Full identification might be added in future.

+ +Note: If you have card of unknown type, try to obtain ATR and take a look at smartcard list available here: http://smartcard-atr.appspot.com/

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SymbolMeaning
yesThis particular algorithm was tested and IS supported by given card.
noThis particular algorithm was tested and is NOT supported by given card.
suspicious yesThis particular algorithm was tested and is REPORTED as supported by given card. However, given algorithm was introduced in later version of JavaCard specification than version declared by the card as supported one. Mostly, algorithm is really supported. But it might be possible, that given algorithm is NOT actually supported by card as some cards may create object for requested algorithm and fail only later when object is actually used. Future version of the JCAlgTest will make more thorough tests regarding this behaviour.
error(ERROR_CODE)Card returned specific error other then raising CryptoException.NO_SUCH_ALGORITHM. Most probably, algorithm is NOT supported by given card.
?Card returned unspecific error. Most probably, algorithm is NOT supported by given card.
-This particular algorithm was NOT tested. Usually, this equals to unsupported algorithm. Typical example is the addition of new constants introduced by the newer version of JavaCard standard, which are not supported by cards tested before apperance of of new version of specification. The exceptions to this rule are classes that have to be tested manually (at the moment, following information: JavaCard support version, javacardx.apdu.ExtendedLength Extended APDU) where not tested doesn't automatically means not supported. Automated upload and testing of these features will solve this in future.
+

+

Click on each checkbox to show/hide corresponding column (card)

+
+
+

c0 - ACS ACOSJ (Combi)

+

c1 - Athena IDprotect

+

c2 - Athena IDProtect ICFabDate 2015

+

c3 - Axalto Cyberflex32

+

c4 - Axalto Cyberflex PalmeraV5

+

c5 - COSMO FLY v5.8 ICFabDate 2006 253

+

c6 - Feitian C21C Samsung S3FS91J

+

c7 - Feitian eJava Token

+

c8 - Feitian JavaCOS A22CR-ECC-SHA-2 ICFabDate 2015

+

c9 - Feitian JavaCOS A22CR ICFabDate 2016 084

+

c10 - Feitian JavaCOS A22CR ICFabDate 2016 257

+

c11 - Feitian JavaCOS A22 ICFabDate 2015

+

c12 - Feitian JavaCOS A40 ICFabDate 2016 201

+

c13 - Feitian Java Card D11CR

+

c14 - Feitian K9 NXPJ3E081

+

c15 - G+D Smartcafe 6.0 80K ICFabDate 2015 024

+

c16 - G+D SmartCafe Expert 144k Dual

+

c17 - G+D Smartcafe Expert 3.2 72K ICFabDate 2003 126

+

c18 - G+D Smart Cafe Expert 4.x V2 ICFabDate 2007 079

+

c19 - Gemalto IDCore 10

+

c20 - Gemalto IDCore 3010 CC

+

c21 - Gemalto TOP IM GXP4

+

c22 - Gemalto TwinGCX4 72k PK

+

c23 - Gemplus GXPE64PK

+
+
+

c24 - Gemplus GXPLiteGeneric

+

c25 - Gemplus GXPR3r32

+

c26 - Gemplus GXPR3

+

c27 - Gemplus GXP R4 72K ICFabDate 2007 291

+

c28 - Gemplus unknown jc2.1.2 ICFabDate 2006 005

+

c29 - Infineon CJTOP 80K INF SLJ 52GLA080AL M8.4 ICFabDate 2012 001

+

c30 - Infineon JTOPV2 16K

+

c31 - Infineon SLE78 Universal JCard

+

c32 - JavaCardOS Infineon JC30M48CR

+

c33 - JavaCardOS JC10M24R

+

c34 - Nokia 6131

+

c35 - NXP JCOP J2A080 80K ICFabDate 2011 070

+

c36 - NXP J2E145G ICFabDate 2013 025

+

c37 - NXP J3A080 ICFabDate 2011 035

+

c38 - NXP J3H081 EMV ICFabDate 2016 355

+

c39 - NXP JCOP10 (DES only version)

+

c40 - NXP JCOP31

+

c41 - NXP JCOP41 v221

+

c42 - NXP JCOP 10.18 v2.3.1 ICFabDate 2008 163

+

c43 - NXP JCOP 21 v2.4.2R3 ICFabDate 2013 025

+

c44 - NXP JCOP 21 V2.2 36K ICFabDate 2008 015

+

c45 - NXP JCOP 31 V2.2 36K ICFabDate 2006 306

+

c46 - NXP JCOP 31 V2.3.2 ICFabDate 2011 016

+

c47 - NXP JCOP 31 V2.4.1 72K ICFabDate 2012 240

+
+
+

c48 - NXP JCOP CJ2A081 JC222 ICFabDate 2012 240

+

c49 - NXP JCOP CJ3A080v241

+

c50 - NXP JCOP CJ3A081 JC222

+

c51 - NXP JCOP J2A080

+

c52 - NXP JCOP J2A080 80K ICFabDate 2011 070

+

c53 - NXP JCOP J2D081 80K ICFabDate 2014 126

+

c54 - NXP JCOP J3A040 ICFabDate 2010 071

+

c55 - NXP JCOP J3D081 v242r2 ICFabDate 2012 334

+

c56 - NXP JCOP NXP250A v242r3

+

c57 - Oberthur CosmoDual72K

+

c58 - Oberthur Cosmo V7 64K Dual 128K

+

c59 - Oberthur ID-ONE Cosmo 64 RSA v5.4 ICFabDate 2007 031

+

c60 - Softlock SLCOS InfineonSLE78

+

c61 - Unknown

+

c62 - Yubikey Neo (Warning not open JavaCard)

+

c63 - [undisclosed1]

+

c64 - [undisclosed2]

+

c65 - [undisclosed3]

+

c66 - [undisclosed4]

+

c67 - [undisclosed5]

+

c68 - [undisclosed6]

+
+
+
+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Basic infointroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
AlgTest applet version1.7.11.21.7.30.10.11.7.01.6.01.6.01.6.01.6.01.7.11.6.01.7.01.6.01.7.01.7.00.11.6.01.6.01.21.21.11.10.11.11.11.1errorerror1.7.01.11.7.41.6.01.6.00.11.6.01.7.11.7.41.7.41.11.21.11.7.01.7.01.6.01.6.01.6.01.7.01.7.01.21.7.31.11.7.01.7.01.7.11.6.01.31.11.21.7.01.6.0error1.11.21.21.21.21.6.0error
JavaCard support version-2.2.22.2.22.1.22.1.2-3.0.4---3.0.43.0.43.0.4--3.0.12.2.12.2.22.2.22.2.12.2.22.2.12.2.12.1.22.1.22.1.22.1.22.2.12.1.23.0.42.1.23.0.13.0.4-2.2.02.2.2-2.2.2--2.2.12.2.12.2.13.0.12.2.12.2.1-2.2.22.2.22.2.12.2.2-2.2.2---3.0.22.2.1-2.2.1-------2.2.22.2.1
javacard.framework.JCSystemintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
JCSystem.getVersion()[Major.Minor]≤2.13.02.22.2--2.23.02.23.03.03.03.03.02.23.03.02.22.22.22.22.2--------3.0-3.03.03.0-2.23.02.23.02. 2-2.22.23.02.22.22.22.22.22.22.22.22.23.02.23.03.0-2.22.23.42.23.02.23.02.22.23.03.0
JCSystem.isObjectDeletionSupported2.2.0yesyesyes--yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes--------yes-yesyesyes-noyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyes
JCSystem.MEMORY_TYPE_PERSISTENT2.2.120340B>32767B>32767B--10336B>32767B>32767B>32767B>32767B>32767B>32767B>32767B16406B>32767B>32767B>32767B>32767B>32767B>32767B>32767B-------->32767B->32767B>32767B6380B--1B23776B>32767B32140B5752B->32767B11168B>32767B23432B30224B29480B>32767B>32767B>32767B>32767B>32767B>32767B>32767B4064B>32767B>32767B->32767B>32767B>32767B>32767B>32767B>32767B>32767B>32767B>32767B>32767B>32767B
JCSystem.MEMORY_TYPE_TRANSIENT_RESET2.2.11154B4878B4157B--1818B3940B1337B1051B1071B1373B2795B1765B1236B3107B2808B2040B2040B2728B5098B1799B--------2119B-2228B997B2471B--1B2573B2140B1462B1087B-1975B1062B3277B1982B1983B1974B3480B3480B2208B3477B2336B2336B3279B2267B1875B3069B-1458B758B13347B1679B2915B1454B1903B1724B3480B12891B9390B
JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT2.2.13624B4878B32767B--767B1024B512B2795B512B512B512B384B9984B512B755B2335B819B819B5098B2023B--------1152B-1022B384B512B--1B512B512B1960B1087B-1975B512B512B512B512B512B512B512B2208B3477B2336B512B512B512B512B3069B-1458B511B2037B800B2915B1750B1903B1724B3480B32767B29440B
JCSystem.getMaxCommitCapacity()2.1---------------------------------------------------------------------
javacardx.apdu.ExtendedLengthintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
Extended APDU2.2.2---nono-----------no----nononononono---no---no----nonono-------noyes------no-----------
javacardx.crypto.Cipherintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_DES_CBC_NOPAD≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_CBC_ISO9797_M1≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_CBC_ISO9797_M2≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_CBC_PKCS5≤2.1yesnononononoyesyesyesyesyesyesyesnonoyesyesyesyesnoyesnonononononononononoyesyesyesyesyesnoyesnononononononononoyesyesyesyesyesyesnoyesnononononoyesnonoyesnonoyesyesyes
ALG_DES_ECB_NOPAD≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_ECB_ISO9797_M1≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_ECB_ISO9797_M2≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_ECB_PKCS5≤2.1yesnononononoyesyesyesyesyesyesyesnonoyesyesyesyesnoyesnonononononononononoyesyesyesyesnononononononononononononononononononononononononoyesnonoyesnononoyesyes
ALG_RSA_ISO14888≤2.1nononononononononononononononoyesyesyesyesnononononononononononononononoyesnonononononononononononononononononononononononononononoyesnonononoyes
ALG_RSA_PKCS1≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_RSA_ISO9796≤2.1nononononononononononononononononononononononononononononoyesyesnononoyesnononononononononononononononononononononononononononononoyesyesnonono
ALG_RSA_NOPAD2.1.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_AES_BLOCK_128_CBC_NOPAD2.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyesnoyesyesyesnoyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
ALG_AES_BLOCK_128_ECB_NOPAD2.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyesnoyesyesyesnoyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
ALG_RSA_PKCS1_OAEP2.2.0nononononoyesnononononononononoyesyesyesyesnoyesnononononononononononononononononoyesnonononononononononononononononononoyesyesyesyesnonoyesnononoyesno
ALG_KOREAN_SEED_ECB_NOPAD2.2.2yesyesyesnononoyesyesyesyesyesyesnonoyesyesnononononononononononononononononononoyesyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
ALG_KOREAN_SEED_CBC_NOPAD2.2.2yesyesyesnononoyesyesyesyesyesyesnonoyesyesnononononononononononononononononononoyesyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
ALG_AES_BLOCK_192_CBC_NOPAD3.0.1nonono--nonononononononononono-nononono------nonono-nonono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_BLOCK_192_ECB_NOPAD3.0.1nonono--nonononononononononono-nononono------nonono-nonono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_BLOCK_256_CBC_NOPAD3.0.1nonono--nonononononononononono-nononono------nonono-nonono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_BLOCK_256_ECB_NOPAD3.0.1nonono--nonononononononononono-nononono------nonono-nonono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_CBC_ISO9797_M13.0.1yesnono--noyesnoyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nononoyes---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_CBC_ISO9797_M23.0.1yesnono--noyesnoyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nononoyes---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_CBC_PKCS53.0.1yesnono--noyesnoyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nononono---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_ECB_ISO9797_M13.0.1yesnono--noyesnoyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nononoyes---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_ECB_ISO9797_M23.0.1yesnono--noyesnoyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nononoyes---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_AES_ECB_PKCS53.0.1yesnono--noyesnoyesyesyesyesyesnonoyes-nononono------nonono-yesyesyes-nononono---nonononononono-no-nonononono-nonoyesnonononononoyesyes
javacard.crypto.Signatureintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_DES_MAC4_NOPAD≤2.1yesnononoyesyesyesyesyesyesyesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononononononononononononononononononononoyesyesyesyesnonoyesyesyesnoyesyes
ALG_DES_MAC8_NOPAD≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_MAC4_ISO9797_M1≤2.1yesnononoyesyesyesyesyesyesyesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesnoyesyesyesyesnonononononononononononononononononononononoyesyesyesyesnonoyesyesyesnoyesyes
ALG_DES_MAC8_ISO9797_M1≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_MAC4_ISO9797_M2≤2.1yesnononoyesyesyesyesyesyesyesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesnoyesyesyesyesnononoyesnonononononononononononononononononoyesyesyesyesnonoyesyesyesnoyesyes
ALG_DES_MAC8_ISO9797_M2≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_DES_MAC4_PKCS5≤2.1yesnononononoyesyesyesyesyesyesyesnonoyesyesyesyesnoyesnononononononononononoyesyesyesnononononononononononononononononononononononononoyesnonoyesnononoyesyes
ALG_DES_MAC8_PKCS5≤2.1yesnononononoyesyesyesyesyesyesyesnonoyesyesyesyesnoyesnonononononononononoyesyesyesyesnononononononononononononononononononononononononoyesnonoyesnononoyesyes
ALG_RSA_SHA_ISO9796≤2.1noyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesSystemException(NO_TRANSIENT_SPACE)noyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyes
ALG_RSA_SHA_PKCS1≤2.1noyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesSystemException(NO_TRANSIENT_SPACE)noyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_RSA_MD5_PKCS1≤2.1nononoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesnoyesyesyesyesnoyesnoyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyesyesyesyesyesyesyes
ALG_RSA_RIPEMD160_ISO9796≤2.1nononononononononononononononoyesyesyesyesnononononononononononononononoyesnonononononononononononononononononononononononononononoyesnoyesnonono
ALG_RSA_RIPEMD160_PKCS1≤2.1nononononononononononononononoyesyesyesyesnononononononononononononononoyesnonononononononononononononononononononononononononononoyesnoyesnonono
ALG_DSA_SHA≤2.1nononononononononononononononoyesyesyesnonononononononononononononononononononononononononononononononononononononononononoyesnonoyesnonononono
ALG_RSA_SHA_RFC2409≤2.1nononononononononononononononoyesyesyesyesnononononononononononononononoyesnonononononononononononononononononononononononononononoyesnononoyesyes
ALG_RSA_MD5_RFC2409≤2.1nononononononononononononononoyesyesyesyesnononononononononononononononoyesnonononononononononononononononononononononononononononoyesnononoyesyes
ALG_ECDSA_SHA2.2.0yesnoyesnonononoyesyesyesyesnonoyesyesyesnonononoyesnonononononononoyesnoyesyesnonoyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesnoyesyesyesyesyesyesno
ALG_AES_MAC_128_NOPAD2.2.0noyesyesnosuspicious yesyesyesyesyesyesyesyesyesnoyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyesnoyesyesyesnoyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
ALG_DES_MAC4_ISO9797_1_M2_ALG32.2.0yesnonononoyesyesyesyesyesyesyesyesnonoyesyesyesyesyesyesyesyesnonononoyessuspicious yesyesnonoyesyesyesnononoyesnonononononononononononononononononoyesyesyesyesnonoyesyesyesnoyesyes
ALG_DES_MAC8_ISO9797_1_M2_ALG32.2.0yesnoyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_RSA_SHA_PKCS1_PSS2.2.0nonoyesnononononononononononoyesnononononoyesnonononononononononoyesnonononoyesnoSystemException(NO_TRANSIENT_SPACE)nonononoyesnononononononononoyesnoyesyesyesyesyesyesnoyesnonononoyesyes
ALG_RSA_MD5_PKCS1_PSS2.2.0nononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnononononononononoyesyes
ALG_RSA_RIPEMD160_PKCS1_PSS2.2.0nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononono
ALG_HMAC_SHA12.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnonononononoyesyes
ALG_HMAC_SHA_2562.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnonononononoyesyes
ALG_HMAC_SHA_3842.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnonononononoyesyes
ALG_HMAC_SHA_5122.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesnonononononoyesyes
ALG_HMAC_MD52.2.2nononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononoyesyes
ALG_HMAC_RIPEMD1602.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononono
ALG_RSA_SHA_ISO9796_MR2.2.2nonononononoyesyesyesyesyesyesyesnonononononononononononononononononoyesyesyesnonononoSystemException(NO_TRANSIENT_SPACE)nonononononononononononononononononononononononononononoyesno
ALG_RSA_RIPEMD160_ISO9796_MR2.2.2nonononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononononono
ALG_SEED_MAC_NOPAD2.2.2noyesyesnononoyesyesyesyesyesyesnonoyesyesnononononononononononononononononononoyesyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesyesnononononoyesyesnoyesyesnono
ALG_ECDSA_SHA_2563.0.1yesnosuspicious yes--nononoyesyesyesnononoyesyes-nononosuspicious yes------nonoyes-yesyesno-noyesnono---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnoyesnonoyesyes
ALG_ECDSA_SHA_3843.0.1yesnono--nononoyesyesyesnonononoyes-nononosuspicious yes------nonoyes-yesyesno-nononono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
ALG_AES_MAC_192_NOPAD3.0.1nonono--nonononononononononono-nononosuspicious yes------nonono-nonono-nononono---nonononononono-no-nonononono-nononononononononoyesno
ALG_AES_MAC_256_NOPAD3.0.1nonono--nonononononononononono-nononosuspicious yes------nonono-nonono-nononono---nonononononono-no-nonononono-nononononononononoyesno
ALG_ECDSA_SHA_2243.0.1yesnosuspicious yes--nonononoyesyesnononoyesyes-nononono------nonoyes-yesyesno-noyesnono---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnoyesnonoyesyes
ALG_ECDSA_SHA_5123.0.1yesnono--nononoyesyesyesnonononoyes-nononosuspicious yes------nonoyes-yesyesno-nononono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
ALG_RSA_SHA_224_PKCS13.0.1nonono--nononononoyesnonononoyes-nononono------nonono-yesyesno-nononoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_RSA_SHA_256_PKCS13.0.1nonosuspicious yes--nononononoyesnononoyesyes-nononono------nonono-yesyesno-noyesnoSystemException(NO_TRANSIENT_SPACE)---noyesnonononono-no-noyesnoyesyes-nonoyesnonononononoyesyes
ALG_RSA_SHA_384_PKCS13.0.1nonono--nononononoyesnonononoyes-nononono------nonono-yesyesno-nononoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_RSA_SHA_512_PKCS13.0.1nonono--nononononoyesnonononoyes-nononono------nonono-yesyesno-nononoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_RSA_SHA_224_PKCS1_PSS3.0.1nonono--nononononononononoyesno-nononono------nonono-nonono-noyesnoSystemException(NO_TRANSIENT_SPACE)---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnonononoyesyes
ALG_RSA_SHA_256_PKCS1_PSS3.0.1nonosuspicious yes--nononononononononoyesno-nononono------nonono-yesnono-noyesnoSystemException(NO_TRANSIENT_SPACE)---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnonononoyesyes
ALG_RSA_SHA_384_PKCS1_PSS3.0.1nonono--nonononononononononono-nononono------nonono-nonono-nononoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_RSA_SHA_512_PKCS1_PSS3.0.1nonono--nonononononononononono-nononono------nonono-nonono-nononoSystemException(NO_TRANSIENT_SPACE)---nonononononono-no-nonononono-nonoyesnonononononoyesyes
ALG_DES_MAC4_ISO9797_1_M1_ALG33.0.4yesnono--nononononoyesnonononono-nononono------nonono-nonono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
ALG_DES_MAC8_ISO9797_1_M1_ALG33.0.4yesnono--nononononoyesnonononono-nononono------nonono-nonono-nononoyes---nonononononono-no-nonononono-nonoyesnononononononono
ALG_AES_CMAC_1283.0.5--no--no-------------------------no-----noyes-----------no------------------
javacard.security.MessageDigestintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_SHA≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_MD5≤2.1yesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnononoyesyesyesyesyesyesyesyes
ALG_RIPEMD160≤2.1nononononononononononononononoyesyesyesyesnononononononononononononononoyesnonononononononononononononononononononononononononononoyesnoyesnonono
ALG_SHA_2562.2.2yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyessuspicious yesyesnonoyesnonononononononoyesnoyesyesnonoyesyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesyesnoyesnoyesnoyesyesyesyesyesyesyes
ALG_SHA_3842.2.2yesnoyesnononoyesyesyesyesyesyesyesnonoyesnonononoyesnonononononononoyesnoyesyesnononononoSystemException(NO_TRANSIENT_SPACE)nononononononononononononononononononoyesnoyesnononoyesnonoyesyes
ALG_SHA_5122.2.2yesnoyesnononoyesyesyesyesyesyesyesnonoyesnonononoyesnonononononononoyesnoyesyesnononononoSystemException(NO_TRANSIENT_SPACE)nononononononononononononononononononoyesnoyesnononoyesnonoyesyes
ALG_SHA_2243.0.1yesnosuspicious yes--nonoyesnoyesyesnoyesyesyesyes-nononono------nonoyes-yesyesno-noyesnoyes---noyesnonononono-no-noyesnoyesyes-nonoyesnoyesnoyesnonoyesyes
ALG_SHA3_2243.0.5--no--no-------------------------no-----nono-----------no------------------
ALG_SHA3_2563.0.5--no--no-------------------------no-----nono-----------no------------------
ALG_SHA3_3843.0.5--no--no-------------------------no-----nono-----------no------------------
ALG_SHA3_5123.0.5--no--no-------------------------no-----nono-----------no------------------
javacard.security.RandomDataintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_PSEUDO_RANDOM≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_SECURE_RANDOM≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
ALG_TRNG3.0.5--no--no-------------------------no-----nono-----------no------------------
ALG_ALG_PRESEEDED_DRBG3.0.5--no--no-------------------------no-----nono-----------no------------------
ALG_FAST3.0.5--no--no-------------------------no-----nono-----------no------------------
ALG_KEYGENERATION3.0.5--no--no-------------------------no-----nono-----------no------------------
javacard.security.KeyBuilderintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
TYPE_DES_TRANSIENT_RESET≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_DES_TRANSIENT_DESELECT≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_DES LENGTH_DES≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_DES LENGTH_DES3_2KEY≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_DES LENGTH_DES3_3KEY≤2.1yesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_AES_TRANSIENT_RESET2.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
TYPE_AES_TRANSIENT_DESELECT2.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
TYPE_AES LENGTH_AES_1282.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
TYPE_AES LENGTH_AES_1922.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesnoyesyesyes
TYPE_AES LENGTH_AES_2562.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesnonononoyessuspicious yesyes-yesyesyesnoyesyesyesyesnonononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesnoyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_512≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_7362.2.0yesyesyesnosuspicious yesyesnononononononoyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesnonoyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_7682.2.0yesyesyessuspicious yessuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yessuspicious yessuspicious yessuspicious yesyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_8962.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_1024≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_12802.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_15362.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_19842.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_2048≤2.1yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PUBLIC LENGTH_RSA_40963.0.1nononononononononononononononononononononononononononononono-yesnonononononono-nonononononononononononononononononononoyesnononononononono
TYPE_RSA_PRIVATE LENGTH_RSA_512≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_7362.2.0yesyesyesnosuspicious yesyesnononononononoyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesnonoyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_7682.2.0yesyesyessuspicious yessuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yessuspicious yessuspicious yessuspicious yesyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_8962.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_1024≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_12802.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_15362.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_19842.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_2048≤2.1yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesnonononoyesyesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_PRIVATE LENGTH_RSA_40963.0.1nononononononononononononononononononononononononononononono-yesnonononononono-nonononononononononononononononononononononononononononono
TYPE_RSA_PRIVATE_TRANSIENT_RESET3.0.1yesnono--noyesnoyesyesyesyesyesnonono-nononono------nonoyes-yesyesyes-nononono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
TYPE_RSA_PRIVATE_TRANSIENT_DESELECT3.0.1yesnono--noyesnoyesyesyesyesyesnonono-nononono------nonoyes-yesyesyes-nononono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_512≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_7362.2.0yesyesyesnosuspicious yesyesnononononononoyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesnonoyesnoyesnoyesnonononoyesnononononononononoyesnoyesyesyesyesnoyesyesyesyesyesyesnoyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_7682.2.0yesyesyessuspicious yessuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yessuspicious yessuspicious yessuspicious yesyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_8962.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_1024≤2.1yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_12802.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_15362.2.0yesyesyesnosuspicious yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yesnononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_19842.2.0yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonononoyessuspicious yesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_2048≤2.1yesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyes-yesyesyesyesyesyesyesyesnoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes
TYPE_RSA_CRT_PRIVATE LENGTH_RSA_40963.0.1nononononononononononononononononononononononononononononono-yesnonononononono-nonononononononononononononononononononoyesnononononononono
TYPE_RSA_CRT_PRIVATE_TRANSIENT_RESET3.0.1yesnono--noyesnoyesyesyesyesyesnonono-nononono------nonoyes-yesyesyes-nononono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
TYPE_RSA_CRT_PRIVATE_TRANSIENT_DESELECT3.0.1yesnono--noyesnoerror(0x6f00)error(0x6f00)yesyesyesnonono-nononono------nonoyes-yesyesyes-nononono---nonononononono-no-nonononono-nonoyesnononoyesnonoyesyes
TYPE_DSA_PRIVATE LENGTH_DSA_512≤2.1nononononononononononononononoyesyesyesnononononononononononono-nononononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PRIVATE LENGTH_DSA_768≤2.1nononononononononononononononoyesyesyesnononononononononononono-nononononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PRIVATE LENGTH_DSA_1024≤2.1nononononononononononononononoyesyesyesnononononononononononono-nononononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PRIVATE_TRANSIENT_RESET3.0.1nonono--nonononononononononono-nononono------nonono-nonono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_DSA_PRIVATE_TRANSIENT_DESELECT3.0.1nonono--nonononononononononono-nononono------nonono-nonono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_DSA_PUBLIC LENGTH_DSA_512≤2.1nononononononononononononononoyesyesyesnononononononononononono-nononononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PUBLIC LENGTH_DSA_768≤2.1nononononononononononononononoyesyesyesnononononononononononono-nononononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_DSA_PUBLIC LENGTH_DSA_1024≤2.1nononononononononononononononoyesyesyesnononononononononononono-nononononononononononononononononononononononononononononoyesnonoyesnonononono
TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_1132.2.0nonononononononoyesyesyesnonononononononononononononononononono-yesnonononononononoyesyesnonoyesyesyesnononononononononononononoyesnononononononono
TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_1312.2.0nonononononononoyesyesyesnonononononononononononononononononono-yesnonononononononoyesyesnonoyesyesyesnononononononononononononoyesnononononononono
TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_1632.2.0nonononononononoyesyesyesnonononononononononononononononononono-yesnonononononononoyesyesnonoyesyesyesnononononononononononononoyesnononononononono
TYPE_EC_F2M_PRIVATE LENGTH_EC_F2M_1932.2.0nonononononononoyesyesyesnonononononononononononononononononono-yesnonononononononoyesyesnonoyesyesyesnononononononononononononoyesnononononononono
TYPE_EC_F2M_PRIVATE_TRANSIENT_RESET3.0.1nonono--nononoyesyesyesnonononono-nononono------nonono-yesnono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_EC_F2M_PRIVATE_TRANSIENT_DESELECT3.0.1nonono--nononoyesyesyesnonononono-nononono------nonono-yesnono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_1122.2.0yesnononononononoyesyesyesnonononoyesnononononononononononononono-yesnonononononononononononononononononononononononononononoyesnonoyesnonononoyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_1282.2.0yesnononononononoyesyesyesnonoyesyesyesnononononononononononononono-yesnononoyesyesyesnononononoyesnononoyesyesyesyesyesyesyesyesyesyesnononoyesnoyesyesnonoyesnoyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_1602.2.0yesnoyesnononononoyesyesyesnonoyesyesyesnonononoyesnonononononononoyes-yesnononoyesyesyesnononononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesnoyesnoyesyesyesyesyesyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_1922.2.0yesnoyesnonononoyesyesyesyesnonoyesyesyesnonononoyesnonononononononoyes-yesyesnonoyesyesyesnononononoyesnononoyesyesyesyesyesyesyesyesyesyesnoyesyesyesnoyesyesyesyesyesyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_2243.0.1yesnosuspicious yes--nononoyesyesyesnononoyesyes-nononosuspicious yes------nonoyes-yesnono-suspicious yesyessuspicious yesno---noyesnononosuspicious yessuspicious yes-suspicious yes-suspicious yesyesyesyesyes-yesnoyesnoyesyesyesyesyesyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_2563.0.1yesnosuspicious yes--nonoyesyesyesyesnonoyesyesyes-nononosuspicious yes------nonoyes-yesyesno-suspicious yesyessuspicious yesno---noyesnononosuspicious yessuspicious yes-suspicious yes-suspicious yesyesyesyesyes-yesnoyesnoyesyesyesyesyesyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_3843.0.1yesnosuspicious yes--nonoyesyesyesyesnonononono-nononosuspicious yes------nonoyes-yesyesno-nononono---nonononononono-no-nonononono-yesnoyesnononoyesnonoyesyes
TYPE_EC_FP_PRIVATE LENGTH_EC_FP_5213.0.4nonosuspicious yes--nononoyesyesyesnonononono-nononosuspicious yes------nonono-yesnono-nononono---nonononononono-no-nonononono-yesnoyesnononononononoyes
TYPE_EC_FP_PRIVATE_TRANSIENT_RESET3.0.1nonono--nononoyesyesyesnonononono-nononono------nonono-yesnono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_EC_FP_PRIVATE_TRANSIENT_DESELECT3.0.1nonono--nonononoyesyesnonononono-nononono------nonono-yesnono-nononono---nonononononono-no-nonononono-nonoyesnononononononono
TYPE_KOREAN_SEED_TRANSIENT_RESET2.2.2yesyesyesnononoyesyesyesyesyesyesnonoyesyesnononononononononononononono-nonononoyesyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
TYPE_KOREAN_SEED_TRANSIENT_DESELECT2.2.2yesyesyesnononoyesyesyesyesyesyesnonoyesyesnononononononononononononono-nonononoyesyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
TYPE_KOREAN_SEED LENGTH_KOREAN_SEED_1282.2.2yesyesyesnononoyesyesyesyesyesyesnonoyesyesnononononononononononononono-nonononoyesyesyesyesnonononoyesnononoyesyessuspicious yesyesyesyesyesyesyesnonononononoyesyesnoyesyesnono
TYPE_HMAC_TRANSIENT_RESET2.2.2nononononononononononononononononononononononononononononono-nononononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC_TRANSIENT_DESELECT2.2.2nononononononononononononononononononononononononononononono-nononononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC LENGTH_HMAC_SHA_1_BLOCK_642.2.2nononononononononononononononononononononononononononononono-nononononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC LENGTH_HMAC_SHA_256_BLOCK_642.2.2nononononononononononononononononononononononononononononono-nononononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC LENGTH_HMAC_SHA_384_BLOCK_642.2.2nononononononononononononononononononononononononononononono-nononononononononononononononononononononononononononononoyesnonononononoyesyes
TYPE_HMAC LENGTH_HMAC_SHA_512_BLOCK_642.2.2nononononononononononononononononononononononononononononono-nononononononononononononononononononononononononononononoyesnonononononoyesyes
javacard.security.KeyPair ALG_RSA on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_RSA LENGTH_RSA_5122.1.1yesyesyes?yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyes-yesyesyesyesyesnoyesyesyesyesnoyesnonononononoyesnononononononononoyesnoyesyesnononoyes-yesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_7362.2.0yesyesyesnosuspicious yesnonononononononoyesyesyesyesyesnoyesyesyesnono-nonoyesnoyesnoyesnonoyesnoyesnonononononoyesnononononononononoyesnoyesyesnononoyesnoyesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_7682.1.1yesyesyes?yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyes-yesnoyesyesyesnoyesyesyesyesnoyesnonononononoyesnononononononononoyesnoyesyesnononoyes-yesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_8962.2.0yesyesyesnosuspicious yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesnoyesyesyesyesno-nonoyessuspicious yesyesnoyesyesyesyesnoyesnonononononoyesnononononononononoyesnoyesyesnononoyesnoyesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_10242.1.1yesyesyes?yesnoyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyes-yesyesyesyesyesnoyesyesyesyesnoyesnonononononoyesnononononononononoyesnoyesyesnoyesyesyes-yesnoyesyesnoyesyes
ALG_RSA LENGTH_RSA_12802.2.0yesyesyesnosuspicious yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesnoyesyesyesyessuspicious yes-nonoyessuspicious yesyesnoyesyesyesyesnoyesnonononononoyesnononononononononoyesnoyesyesnoyesyesyes-yesnoyesnonoyesyes
ALG_RSA LENGTH_RSA_15362.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesnoyesyesyesyessuspicious yes-nonoyessuspicious yesyesnoyesyesyesyesnoyesnonononononoyesnononononononononoyesnoyesyesnoyesyesyes-yesnoyesnonoyesyes
ALG_RSA LENGTH_RSA_19842.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesnoyesyesyesyesno-nonoyessuspicious yesyesnoyesyesyesyesnoyesnonononononoyesnononononononononoyesnoyesyesnononoyes-yesnoyesnonoyesyes
ALG_RSA LENGTH_RSA_20482.1.1yesyesyesnononoyesyesyesyesyesyesyesyesyesyesyesyesnoyesyesyesyesyes-yesnoyesyesyesnoyesyesyesyesnoyesnonononononoyesnononononononononoyesnoyesyesnoyesyesyes-yesnoyesnonoyesyes
ALG_RSA LENGTH_RSA_40963.0.1nononononononononononononononononononononononono-nononononononononononononono-nonononononononononononononononononononononononononononono
javacard.security.KeyPair ALG_RSA_CRT on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_RSA_CRT LENGTH_RSA_5122.1.1yesyesyes?yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesnoyesyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonoyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_7362.2.0yesyesyesnoerrornonononononononoyesyesyesyesyesyesyesyesyesnono-nonoyesnoyesnoyesnonoyesnoyesnonononononoyesnononononononononoyesnoyesyesyesnonoyesnoyesyesyesyesnoyesyes
ALG_RSA_CRT LENGTH_RSA_7682.1.1yesyesyes?yesnoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesnoyesyesyesnoyesyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonoyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_8962.2.0yesyesyesnoerrornoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesno-nonoyessuspicious yesyesnoyesyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonoyesnoyesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_10242.1.1yesyesyes?yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesnoyesyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_12802.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yes-nonoyessuspicious yesyesnoyesyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_15362.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyessuspicious yes-nonoyessuspicious yesyesnoyesyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyeserror(0x6300)yesyesyesyesyesyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_19842.2.0yesyesyesnononoyeserror(ILLEGAL_VALUE)yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesno-nonoyessuspicious yesyesnoyesyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnonoyes-yesyesyesyesyesyesyes
ALG_RSA_CRT LENGTH_RSA_20482.1.1yesyesyesnononoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesnoyesyesyesnoyesyesyesyesyesyesyesnonoyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyeserror(ILLEGAL_VALUE)yes
ALG_RSA_CRT LENGTH_RSA_40963.0.1nononononononononononononononononononononononono-nononononononononononononono-nonononononononononononononononononononononononononononono
javacard.security.KeyPair ALG_DSA on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_DSA LENGTH_DSA_5122.1.1nononononononononononononononoyesyesyesnonononononononononononononononononononononononononononononononononononononononononoyesnonoyesnonononono
ALG_DSA LENGTH_DSA_7682.1.1nononononononononononononononoyesyesyesnonononononononononononononononononononononononononononononononononononononononononoyesnonoyesnonononono
ALG_DSA LENGTH_DSA_10242.1.1nononononononononononononononoyesyesyesnonononononononononononononononononononononononononononononononononononononononononoyesnonoyesnonononono
javacard.security.KeyPair ALG_EC_F2M on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_EC_F2M LENGTH_EC_F2M_1132.2.1nonononononononoyesyesyesnonononononononononononononononononononoerror(ILLEGAL_VALUE)nonononononononoyesyesnonoyesyesyesnononononononononononononononononononononono
ALG_EC_F2M LENGTH_EC_F2M_1312.2.1nonononononononoyesyesyesnonononononononononononononononononononoerror(ILLEGAL_VALUE)nonononononononoyesyesnonoyesyesyesnononononononononononononononononononononono
ALG_EC_F2M LENGTH_EC_F2M_1632.2.1nonononononononononononononononononononononononononononononononononononononononoyesyesnonononononononononononononononononononononononononono
ALG_EC_F2M LENGTH_EC_F2M_1932.2.1nonononononononononononononononononononononononononononononononononononononononoyesyesnonononononononononononononononononononononononononono
javacard.security.KeyPair ALG_EC_FP on-card generationintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_EC_FP LENGTH_EC_FP_1122.2.1yesnononononononoyesyesyesnonononoerror(0x6a81)nononononononononononononononoerror(ILLEGAL_VALUE)nonononononononononononononononononononononononononononoerror(ILLEGAL_VALUE)nonoerror(ILLEGAL_VALUE)nonononoerror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_1282.2.1yesnononononononoyesyesyesnonoyesyesyesnononononononononononononononoyesnononoyesyesyesnononononoyesnononoyesyesyesyesyesyesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)nononoyesnoyeserror(ILLEGAL_VALUE)nonoyesnoerror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_1602.2.1yesnoyesnononononoyesyesyesnonoyesyesyesnonononoerror(ILLEGAL_VALUE)nonononononononoyesnoyesnononoyesyesyesnononononoyesnononoyesyesyesyesyesyesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)nononoyesnoyeserror(ILLEGAL_VALUE)yesyesyesyeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_1922.2.1yesnoyesnonononoyesyesyesyesnonoyesyesyesnonononoerror(ILLEGAL_VALUE)nonononononononoyesnoyeserror(ILLEGAL_VALUE)nonoyesyesyesnononononoyesnononoyesyesyesyesyesyesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)nononoyesnoyeserror(ILLEGAL_VALUE)yesyesyesyeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_2243.0.1yesnosuspicious yes--nononoyesyesyesnononoyesyes-nononoerror(ILLEGAL_VALUE)------nonoyes-yesnono-error(ILLEGAL_VALUE)yessuspicious yesno---noyesnononosuspicious yessuspicious yes-suspicious yes-suspicious yesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)-nonoyesno-error(ILLEGAL_VALUE)yesyeserror(ILLEGAL_VALUE)yeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_2563.0.1yesnosuspicious yes--nonoyesyesyesyesnonoyesyesyes-nononoerror(ILLEGAL_VALUE)------nonoyes-yeserror(ILLEGAL_VALUE)no-error(ILLEGAL_VALUE)yessuspicious yesno---noyesnononosuspicious yessuspicious yes-suspicious yes-suspicious yesyesyeserror(ILLEGAL_VALUE)error(ILLEGAL_VALUE)-nonoyesno-error(ILLEGAL_VALUE)yesyeserror(ILLEGAL_VALUE)yeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_3843.0.1yesnosuspicious yes--nonoyesyesyesyesnonononono-nononoerror(ILLEGAL_VALUE)------nonoyes-yeserror(ILLEGAL_VALUE)no-nononono---nonononononono-no-nonononono-nonoyesno-noyesnonoyeserror(ILLEGAL_VALUE)
ALG_EC_FP LENGTH_EC_FP_5213.0.4nonosuspicious yes--nononoyesyesyesnonononono-nononoerror(ILLEGAL_VALUE)------nonono-yesnono-nononono---nonononononono-no-nonononono-nonoyesno-nononononoerror(ILLEGAL_VALUE)
javacard.security.KeyAgreementintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_EC_SVDP_DH/ALG_EC_SVDP_DH_KDF2.2.1yesyesyesnonononoyesyesyesyesnonoyesyesyesnononoyesyesnonononononoyessuspicious yesyesnoyesyesnonoyesyesyesyesnonoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnoyesnoyesyesyesyesyesyesyesyesyes
ALG_EC_SVDP_DHC/ALG_EC_SVDP_DHC_KDF2.2.1-noyesnonono-------------nonononononononoyessuspicious yes-noyes-----yesyesnonoyes-------yesyesyes----nonoyes--nononoyesyesyes-yes
ALG_EC_SVDP_DH_PLAIN3.0.1-nosuspicious yes--no-------------nono------suspicious yessuspicious yes--yes-----suspicious yesyes-----------suspicious yes-----yes-no--noyesnoyesnono-yes
ALG_EC_SVDP_DHC_PLAIN3.0.1-nosuspicious yes--no-------------nono------suspicious yessuspicious yes--yes-----suspicious yesyes-----------suspicious yes-----no-no--nononoyesnono-yes
ALG_EC_PACE_GM3.0.5--suspicious yes--no-------------------------yes-----suspicious yesyes-----------suspicious yes------------------
ALG_EC_SVDP_DH_PLAIN_XY3.0.5--suspicious yes--no-------------------------yes-----suspicious yesyes-----------suspicious yes------------------
ALG_DH_PLAIN3.0.5--suspicious yes--no-------------------------yes-----suspicious yesyes-----------suspicious yes------------------
javacard.security.Checksumintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
ALG_ISO3309_CRC162.2.1yesnoyesnonoyesyesyesyesyesyesyesyesnoyesnonononoyesyes??nonononoyessuspicious yesyesnoyesnononoyesyesyesyesyesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesnononoyesyesyesnoyesyesyesyesyes
ALG_ISO3309_CRC322.2.1yesnoyesnonoyesyesyesyesyesyesyesyesnonoyesnonononono??nononononosuspicious yesyesnoyesnononoyesnonoyesnononononononononononononononononononononoyesnononoyesyesnoyesyes
Variable RSA 1024 - support for variable public exponent. If supported, user-defined fast modular exponentiation can be executed on the smart card via cryptographic coprocessor. This is very specific feature and you will probably not need itintroduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
Allocate RSA 1024 objectsyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yes---yesyesyes-yesyesyes-yesyesyesyesno-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-yesyesyesyesyesyesyesyesyesyesyes
Set random modulusyesyesyesno-yesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyesyes-no---yesyesyes-yesyesyes-yesyesyesyesno-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-noyesyesyesyesyesnonoyesyesyes
Set random public exponentyesyesyesno-nononononononononoyesyesyesyesyesnonono-no---nonono-yesnono-yesyesyesnono-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-noyesyesnoyesyesnonoyesnoyes
Initialize cipher with public key with random exponentyesyesyesno-nononononononononoyesyesyesyesyesnonono-no---nonono-yesnono-yesyesyesnono-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-noyesyesnoyesyesnonoyesnoyes
Use random public exponentnoyesyesno-nononononononononoyesyesyesyesyesnonono-no---nonono-yesnono-yesyesyesnono-yesnoyesyesyesyesyesyesyesyesyesyesyesyesyesyes-nonoyesnoyesyesnonoyesnono
Package AID support test - a direct testing of supported packages from the standard JavaCard API including version. Not all constants from supported package are necessarily supported.introduced in JC ver.c0c1c2c3c4c5c6c7c8c9c10c11c12c13c14c15c16c17c18c19c20c21c22c23c24c25c26c27c28c29c30c31c32c33c34c35c36c37c38c39c40c41c42c43c44c45c46c47c48c49c50c51c52c53c54c55c56c57c58c59c60c61c62c63c64c65c66c67c68
java.lang v1.0 (000107A0000000620001)2.1--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
java.io v1.0 (000107A0000000620002)2.2.0--yes---yes---yesyesno--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
java.rmi v1.0 (000107A0000000620003)2.2.0--yes---yes---yesyesno--yes-yesyes----------no-yesno----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacard.framework v1.0 (000107A0000000620101)2.1--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacard.framework v1.1 (010107A0000000620101)2.2.0--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacard.framework v1.2 (020107A0000000620101)2.2.1--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----no-yes---------
javacard.framework v1.3 (030107A0000000620101)2.2.2--yes---yes---yesyesyes--yes-nono----------yes-yesyes----yes---nonoyesno--yesyes-yes-yes----no-no---------
javacard.framework v1.4 (040107A0000000620101)3.0.1--no---yes---yesyesyes--yes-nono----------yes-yesyes----no---nonoyesno--nono-no-no----no-no---------
javacard.framework v1.5 (050107A0000000620101)3.0.4--no---yes---yesyesyes--no-nono----------yes-noyes----no---nononono--nono-no-no----no-no---------
javacard.framework v1.6 (060107A0000000620101)3.0.5--no---no---nonono--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacard.framework.service v1.0 (000108A000000062010101)2.2.0--yes---yes---yesyesno--no-nono----------no-nono----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacard.security v1.0 (000107A0000000620102)2.1--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacard.security v1.1 (010107A0000000620102)2.1.1--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacard.security v1.2 (020107A0000000620102)2.2.1--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacard.security v1.3 (030107A0000000620102)2.2.2--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---nonoyesno--yesyes-yes-yes----no-no---------
javacard.security v1.4 (040107A0000000620102)3.0.1--no---yes---yesyesyes--yes-nono----------yes-yesyes----no---nonoyesno--nono-no-no----no-no---------
javacard.security v1.5 (050107A0000000620102)3.0.4--no---yes---yesyesyes--no-nono----------yes-noyes----no---nononono--nono-no-no----no-no---------
javacard.security v1.6 (060107A0000000620102)3.0.5--no---no---nonono--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.crypto v1.0 (000107A0000000620201)2.1--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacardx.crypto v1.1 (010107A0000000620201)2.1.1--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacardx.crypto v1.2 (020107A0000000620201)2.2.1--yes---yes---yesyesyes--yes-yesyes----------yes-yesyes----yes---yesyesyesyes--yesyes-yes-yes----yes-yes---------
javacardx.crypto v1.3 (030107A0000000620201)2.2.2--yes---yes---yesyesyes--yes-nono----------yes-yesyes----yes---nonoyesno--yesyes-yes-yes----no-no---------
javacardx.crypto v1.4 (040107A0000000620201)3.0.1--no---yes---yesyesyes--yes-nono----------yes-yesyes----no---nonoyesno--nono-no-no----no-no---------
javacardx.crypto v1.5 (050107A0000000620201)3.0.4--no---yes---yesyesyes--no-nono----------yes-noyes----no---nononono--nono-no-no----no-no---------
javacardx.crypto v1.6 (060107A0000000620201)3.0.5--no---no---nonono--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.biometry v1.0 (000107A0000000620202)2.2.2--no---yes---yesyesno--yes-nono----------no-yesno----no---nononono--nono-no-no----no-no---------
javacardx.biometry v1.1 (010107A0000000620202)2.2.2--no---yes---yesyesno--yes-nono----------no-yesno----no---nononono--nono-no-no----no-no---------
javacardx.biometry v1.2 (020107A0000000620202)2.2.2--no---yes---yesyesno--yes-nono----------no-yesno----no---nononono--nono-no-no----no-no---------
javacardx.biometry v1.3 (030107A0000000620202)3.0.5--no---no---nonono--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.external v1.0 (000107A0000000620203)2.2.2--no---yes---yesyesyes--yes-nono----------yes-yesyes----yes---nonoyesno--yesyes-yes-yes----no-no---------
javacardx.biometry1toN v1.0 (000107A0000000620204)3.0.5--no---no---nonono--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.security v1.0 (000107A0000000620205)3.0.5--no---no---nonono--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.framework.util v1.0 (000108A000000062020801)2.2.2--no---yes---yesyesno--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.framework.util v1.1 (010108A000000062020801)3.0.5--no---no---nonono--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.framework.util.intx v1.0 (000109A00000006202080101)2.2.2--no---yes---yesyesyes--no-nono----------no-noyes----no---nononono--nono-no-no----no-no---------
javacardx.framework.math v1.0 (000108A000000062020802)2.2.2--no---yes---yesyesno--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.framework.tlv v1.0 (000108A000000062020803)2.2.2--no---yes---yesyesno--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.framework.string v1.0 (000108A000000062020804)3.0.4--no---yes---yesyesno--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
javacardx.apdu v1.0 (000107A0000000620209)2.2.2--yes---yes---yesyesyes--yes-nono----------yes-yesyes----yes---nonoyesno--yesyes-yes-yes----no-no---------
javacardx.apdu.util v1.0 (000108A000000062020901)3.0.5--no---no---nonono--no-nono----------no-nono----no---nononono--nono-no-no----no-no---------
+