<?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>topic Re: Java SDK, form.jsp file -- Any restrictions on the random sequence used for fingerprint creation in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Java-SDK-form-jsp-file-Any-restrictions-on-the-random-sequence/m-p/49896#M25424</link>
    <description>&lt;P&gt;Based on trail and error, it appears this must be a different number each time. In java, you can use the following to generate a random 10 digit number:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;long random10DigitNumber = (long) Math.floor(Math.random() * 9000000000L) + 1000000000L;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2015 21:31:33 GMT</pubDate>
    <dc:creator>timc</dc:creator>
    <dc:date>2015-03-05T21:31:33Z</dc:date>
    <item>
      <title>Java SDK, form.jsp file -- Any restrictions on the random sequence used for fingerprint creation?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Java-SDK-form-jsp-file-Any-restrictions-on-the-random-sequence/m-p/49894#M25422</link>
      <description>&lt;P&gt;The java SDK file form.jsp shown here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://github.com/AuthorizeNet/sdk-java"&gt;https://github.com/AuthorizeNet/sdk-java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;includes the following line of code...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Fingerprint fingerprint = Fingerprint.createFingerprint(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; apiLoginId,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transactionKey,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1234567890, // random sequence used for the finger print creation&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; amount);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyonne tell me the significance of that number, 1234567890? Is this number fine to leave as it is, forever? Or, should I replace it with a 10-digit number that is randomly generated each time? Or, something else?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 15:54:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Java-SDK-form-jsp-file-Any-restrictions-on-the-random-sequence/m-p/49894#M25422</guid>
      <dc:creator>timc</dc:creator>
      <dc:date>2015-03-05T15:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Java SDK, form.jsp file -- Any restrictions on the random sequence used for fingerprint creation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Java-SDK-form-jsp-file-Any-restrictions-on-the-random-sequence/m-p/49896#M25424</link>
      <description>&lt;P&gt;Based on trail and error, it appears this must be a different number each time. In java, you can use the following to generate a random 10 digit number:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;long random10DigitNumber = (long) Math.floor(Math.random() * 9000000000L) + 1000000000L;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 21:31:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Java-SDK-form-jsp-file-Any-restrictions-on-the-random-sequence/m-p/49896#M25424</guid>
      <dc:creator>timc</dc:creator>
      <dc:date>2015-03-05T21:31:33Z</dc:date>
    </item>
  </channel>
</rss>

