<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Secure AuthenticationのトピックJCOP 4.5 Simulation JCSystem.makeGlobalArray throws unexpectedly a SecurityException</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/JCOP-4-5-Simulation-JCSystem-makeGlobalArray-throws-unexpectedly/m-p/1704976#M1341</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using nxp-jcop-tools-jcop4.5-v6.9.0.12_RC1 with Eclipse.&lt;/P&gt;&lt;P&gt;In general, the simulation is working fine in Eclipse.&lt;/P&gt;&lt;P&gt;I have written a test applet which should create a global array but JCSystem.makeGlobalArray throws a SecurityException.&lt;/P&gt;&lt;P&gt;Below is example code (slightly modified) and the log output from JCShell.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;package com.xyz.test;
import javacard.framework.*;
public class GlobalArray extends Applet {

Object globalArray;
 
public static void install(byte[] bArray, short bOffset, byte bLength) {
	new com.xyz.test.GlobalArray().register(bArray, (short) (bOffset + 1), bArray[bOffset]);
}

public void process(APDU apdu) {
	if (selectingApplet()) { return; }

	byte[] buf = apdu.getBuffer();
	switch (buf[ISO7816.OFFSET_INS]) {
	case (byte) 0x00:
		try {
			globalArray = JCSystem.makeGlobalArray(JCSystem.ARRAY_TYPE_BYTE, (short) 8);
		} catch (SecurityException e) {
			ISOException.throwIt((short) 0x6ff1);
		}
		break;
	default:
		ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
	}
}
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;cm&amp;gt;  /select 112233445511
 =&amp;gt; 00 A4 04 00 06 11 22 33 44 55 11 00                ......"3DU..
 (3688 usec [SYS], 4 JavaCard byte codes [DEV])
 &amp;lt;= 90 00                                              ..
Status: No Error
cm&amp;gt;  /send 00000000
NAD=05
 =&amp;gt; 00 00 00 00                                        ....
 (3636 sec [SYS], 17 JavaCard byte codes [DEV])
 &amp;lt;= 6F F1                                              o.
Status: 0x6FF1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 10:27:20 GMT</pubDate>
    <dc:creator>FrankF</dc:creator>
    <dc:date>2023-08-15T10:27:20Z</dc:date>
    <item>
      <title>JCOP 4.5 Simulation JCSystem.makeGlobalArray throws unexpectedly a SecurityException</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/JCOP-4-5-Simulation-JCSystem-makeGlobalArray-throws-unexpectedly/m-p/1704976#M1341</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using nxp-jcop-tools-jcop4.5-v6.9.0.12_RC1 with Eclipse.&lt;/P&gt;&lt;P&gt;In general, the simulation is working fine in Eclipse.&lt;/P&gt;&lt;P&gt;I have written a test applet which should create a global array but JCSystem.makeGlobalArray throws a SecurityException.&lt;/P&gt;&lt;P&gt;Below is example code (slightly modified) and the log output from JCShell.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;package com.xyz.test;
import javacard.framework.*;
public class GlobalArray extends Applet {

Object globalArray;
 
public static void install(byte[] bArray, short bOffset, byte bLength) {
	new com.xyz.test.GlobalArray().register(bArray, (short) (bOffset + 1), bArray[bOffset]);
}

public void process(APDU apdu) {
	if (selectingApplet()) { return; }

	byte[] buf = apdu.getBuffer();
	switch (buf[ISO7816.OFFSET_INS]) {
	case (byte) 0x00:
		try {
			globalArray = JCSystem.makeGlobalArray(JCSystem.ARRAY_TYPE_BYTE, (short) 8);
		} catch (SecurityException e) {
			ISOException.throwIt((short) 0x6ff1);
		}
		break;
	default:
		ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
	}
}
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="javascript"&gt;cm&amp;gt;  /select 112233445511
 =&amp;gt; 00 A4 04 00 06 11 22 33 44 55 11 00                ......"3DU..
 (3688 usec [SYS], 4 JavaCard byte codes [DEV])
 &amp;lt;= 90 00                                              ..
Status: No Error
cm&amp;gt;  /send 00000000
NAD=05
 =&amp;gt; 00 00 00 00                                        ....
 (3636 sec [SYS], 17 JavaCard byte codes [DEV])
 &amp;lt;= 6F F1                                              o.
Status: 0x6FF1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 10:27:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/JCOP-4-5-Simulation-JCSystem-makeGlobalArray-throws-unexpectedly/m-p/1704976#M1341</guid>
      <dc:creator>FrankF</dc:creator>
      <dc:date>2023-08-15T10:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: JCOP 4.5 Simulation JCSystem.makeGlobalArray throws unexpectedly a SecurityException</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/JCOP-4-5-Simulation-JCSystem-makeGlobalArray-throws-unexpectedly/m-p/1705597#M1342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212776"&gt;@FrankF&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;The issue is not the allocation of the array but its assignment to the class variable 'globalArray'. If you remove the assignment you will see that it works. Javacard specification makes the following statement about Global Arrays.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;A global array can be accessed from any applet context. References to global arrays cannot be stored in class variables or instance variables or array components. (See&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;Runtime Environment Specification, Java Card Platform, Classic Edition&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class="uiOutputText"&gt;, section 6.2.2 for details)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;The code therefore can be made to work by assigning the globalArray object to an automatic variable as below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;package&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;com.xyz.test;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;import&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;javacard.framework.*;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;public&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;class&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;GlobalArray&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;extends&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Applet {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;public&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;static&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;void&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;install(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;byte&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;[] bArray,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;short&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;bOffset,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;byte&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;bLength) {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;new&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;com.xyz.test.GlobalArray().register(bArray, (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;short&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;) (bOffset + 1), bArray[bOffset]);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;public&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;void&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;process(APDU apdu) {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;if&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(selectingApplet()) {&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;return&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;; }&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;byte&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;[] buf = apdu.getBuffer();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;switch&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(buf[ISO7816.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;OFFSET_INS&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;]) {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;case&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;byte&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;) 0x00:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Object&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;U&gt;&lt;SPAN class="uiOutputText"&gt;globalArray&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN class="uiOutputText"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;try&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;globalArray = (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;byte&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;[]) JCSystem.&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;makeGlobalArray&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class="uiOutputText"&gt;(JCSystem.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;ARRAY_TYPE_BYTE&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;, (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;short&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;) 8);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;catch&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(SecurityException e) {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;ISOException.&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;throwIt&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class="uiOutputText"&gt;((&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;short&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;) 0x6ff1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;break&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;default&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;ISOException.&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;throwIt&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class="uiOutputText"&gt;(ISO7816.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;SW_INS_NOT_SUPPORTED&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Hope that helps,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 08:45:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/JCOP-4-5-Simulation-JCSystem-makeGlobalArray-throws-unexpectedly/m-p/1705597#M1342</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2023-08-16T08:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: JCOP 4.5 Simulation JCSystem.makeGlobalArray throws unexpectedly a SecurityException</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/JCOP-4-5-Simulation-JCSystem-makeGlobalArray-throws-unexpectedly/m-p/1705628#M1343</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;thank you very much. Storing the reference in the class variable was the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day, too!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 09:13:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/JCOP-4-5-Simulation-JCSystem-makeGlobalArray-throws-unexpectedly/m-p/1705628#M1343</guid>
      <dc:creator>FrankF</dc:creator>
      <dc:date>2023-08-16T09:13:03Z</dc:date>
    </item>
  </channel>
</rss>

