Attention is currently required from: dexter.
Patch set 2:Code-Review +1
2 comments:
File aram/src/main/java/fr/bmartel/aram/AccessRuleMaster.java:
Patch Set #2, Line 106: ISOException.throwIt(ISO7816.SW_SECURITY_STATUS_NOT_SATISFIED);
This is part of the scheme. […]
Done
Patch Set #2, Line 307: this.aram_lock_status = false;
This method is called from processData() and process(). […]
Ok, I was not aware that processData is ony invoked by the SD if INSTALL (for PERSONALIZATION) is requested.
The spec reference seems to be Section 5 of GPC_Spec_2_2Amendmend_A_1.0.1.pdf (GPC_SPE_007). Might make sense to add a comment above the method to remind everyone reading this code.
To view, visit change 39615. To unsubscribe, or for help writing mail filters, visit settings.