summaryrefslogtreecommitdiff
path: root/src/com/android/se/CommandApduValidator.java
AgeCommit message (Collapse)Author
2018-02-03Validate the APDU command before sending it to the lower layerYoshiaki Naka
Any APDU command with invalid format shall not be sent to the lower layer. IllegalArgumentException shall be thrown if anything wrong is found in the command format. Bug: 72873579 Test: Confirmed that 6.5.6 ID25 can pass with this change. Change-Id: I1c9b9631b380bc66cdd4f6ebd814491b5acb7ee2