Package smartcard :: Package sw :: Module ISO7816_4_SW1ErrorChecker :: Class ISO7816_4_SW1ErrorChecker
[hide private]
[frames] | no frames]

Class ISO7816_4_SW1ErrorChecker

source code


ISO7816-4 error checker based on status word sw1 only.

This error checker raises the following exceptions:
- sw1 sw2
- 62  any   WarningProcessingException
- 63  any   WarningProcessingException
- 64  any   ExecutionErrorException
- 65  any   ExecutionErrorException
- 66  any   SecurityRelatedException
- 67  any   CheckingErrorException
- 68  any   CheckingErrorException
- 69  any   CheckingErrorException
- 6a  any   CheckingErrorException
- 6b  any   CheckingErrorException
- 6c  any   CheckingErrorException
- 6d  any   CheckingErrorException
- 6e  any   CheckingErrorException
- 6f  any   CheckingErrorException

Instance Methods [hide private]
 
__call__(self, data, sw1, sw2)
Called to test data, sw1 and sw2 for error.
source code
Method Details [hide private]

__call__(self, data, sw1, sw2)
(Call operator)

source code 

Called to test data, sw1 and sw2 for error.

Parameters:
  • data - apdu response data
  • sw1, sw2 - apdu data status words
Overrides: ErrorChecker.ErrorChecker.__call__