rid fixed
This commit is contained in:
parent
66f4396e69
commit
546893e806
@ -266,7 +266,7 @@ public class MainFragment extends DataBindingFragment {
|
|||||||
LogUtil.d(TAG, "Total CAPK :" + noCAPK);
|
LogUtil.d(TAG, "Total CAPK :" + noCAPK);
|
||||||
for (CapkEntity capkEntity : capkList) {
|
for (CapkEntity capkEntity : capkList) {
|
||||||
LogUtil.d(TAG, "CAPK Entity :" + capkEntity.getRid());
|
LogUtil.d(TAG, "CAPK Entity :" + capkEntity.getRid());
|
||||||
if(capkEntity.getRid().equals("A000000003")) {
|
if(capkEntity.getRid().equals("A000000004")) {
|
||||||
LogUtil.d(TAG, "CAPK Entity check sum:" + capkEntity.getCheckSum());
|
LogUtil.d(TAG, "CAPK Entity check sum:" + capkEntity.getCheckSum());
|
||||||
LogUtil.d(TAG, "CAPK Entity modulus:" + capkEntity.getModulus());
|
LogUtil.d(TAG, "CAPK Entity modulus:" + capkEntity.getModulus());
|
||||||
LogUtil.d(TAG, "CAPK Entity index:" + capkEntity.getCapkIdx());
|
LogUtil.d(TAG, "CAPK Entity index:" + capkEntity.getCapkIdx());
|
||||||
|
|||||||
@ -50,7 +50,6 @@
|
|||||||
"expDate": "20201231",
|
"expDate": "20201231",
|
||||||
"checkSum": "1FF80A40173F52D7D27E0F26A146A1C8CCB29046"
|
"checkSum": "1FF80A40173F52D7D27E0F26A146A1C8CCB29046"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"rid": "A000000004",
|
"rid": "A000000004",
|
||||||
"indx": "00",
|
"indx": "00",
|
||||||
@ -66,10 +65,10 @@
|
|||||||
"indx": "01",
|
"indx": "01",
|
||||||
"hashInd": "01",
|
"hashInd": "01",
|
||||||
"arithInd": "01",
|
"arithInd": "01",
|
||||||
"modul": "a99a6d3e071889ed9e3a0c391c69b0b804fc160b2b4bdd570c92dd5a0f45f53e8621f7c96c40224266735e1ee1b3c06238ae35046320fd8e81f8ceb3f8b4c97b940930a3ac5e790086dad41a6a4f5117ba1ce2438a51ac053eb002aed866d2c458fd73359021a12029a0c043045c11664fe0219ec63c10bf2155bb2784609a106421d45163799738c1c30909bb6c6fe52bbb76397b9740ce064a613ff8411185f08842a423ead20edffbff1cd6c3fe0c9821479199c26d8572cc8afff087a9c3",
|
"modul": "C696034213D7D8546984579D1D0F0EA519CFF8DEFFC429354CF3A871A6F7183F1228DA5C7470C055387100CB935A712C4E2864DF5D64BA93FE7E63E71F25B1E5F5298575EBE1C63AA617706917911DC2A75AC28B251C7EF40F2365912490B939BCA2124A30A28F54402C34AECA331AB67E1E79B285DD5771B5D9FF79EA630B75",
|
||||||
"exponent": "03",
|
"exponent": "03",
|
||||||
"expDate": "20201231",
|
"expDate": "20201231",
|
||||||
"checkSum": "33408b96c814742ad73536c72f0926e4471e8e47"
|
"checkSum": "8C05A64127485B923C94B63D264AF0BF85CB45D9"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rid": "A000000004",
|
"rid": "A000000004",
|
||||||
@ -210,7 +209,8 @@
|
|||||||
"exponent": "03",
|
"exponent": "03",
|
||||||
"expDate": "20201231",
|
"expDate": "20201231",
|
||||||
"checkSum": "21766ebb0ee122afb65d7845b73db46bab65427a"
|
"checkSum": "21766ebb0ee122afb65d7845b73db46bab65427a"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"rid": "A000000333",
|
"rid": "A000000333",
|
||||||
"indx": "0A",
|
"indx": "0A",
|
||||||
"hashInd": "01",
|
"hashInd": "01",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user