Searched refs:getP2 (Results 1 – 11 of 11) sorted by relevance
53 protected byte getP2() { in getP2() method in FiRaCommand90 CommandApdu commandApdu = CommandApdu.builder(getCla(), getIns(), getP1(), getP2()) in getCommandApdu()
55 protected byte getP2() { in getP2() method in GetDoCommand
57 protected byte getP2() { in getP2() method in PutDoCommand
69 protected byte getP2() { in getP2() method in GetLocalDataCommand
135 assertThat(fiRaCommandCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in controleeInfoAvailableNotificationContainsData()189 assertThat(getDoCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in controleeInfoAvailableNotificationDataInApplet()203 assertThat(putDoCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in controleeInfoAvailableNotificationDataInApplet()
228 assertThat(putSessionDataCmdCaptor.getValue().getP2()).isEqualTo((byte) 0xFF); in putControleeSessionDataSuccessResponseWithoutNotification()259 assertThat(putSessionDataCmdCaptor.getValue().getP2()).isEqualTo((byte) 0xFF); in failToPutSessionDataToLocalFiRaApplet()
251 assertThat(fiRaCommandCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in successToGetSessionDataFromLocalAppletAsRdsAvailable()304 assertThat(fiRaCommandCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in getControleeSessionDataSuccessResponseWithoutRdsAvailable()
109 assertThat(cmdCaptor.getValue().getCommandApdu().getP2()).isEqualTo((byte) 0xFF); in onSessionEstablishedPutControleeInfoFail()
116 public int getP2() { in getP2() method in CommandApdu
47 assertThat(cmd.getP2()).isEqualTo(3); in testCommandApdu()
222 public byte getP2() { in getP2() method in CommandApdu