I am running following commands in android using JNI.
select command: 00A4040006454D5600000100(based on relavant AId)
GPO: 80A80000(modifying based on pdol)
read record : 00B2010C(Based on number of AFLs, SFI available)
after this I wanted to show pin pad if the card supports pin. I am getting following CVM list
4203 Encrypted PIN online, If terminal supports CVM, next
1E03 Signature, If terminal supports CVM, FAIL
1F03 No CVM
how to understand these tags in android/ java. Are there any APDU commands for this? How to process/perform cvm rules?
All suggestions would be appreciated.