Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
102 stars 38 forks source link

Add ATR/ATS getter to SmartCardConnection #73

Closed AdamVe closed 1 year ago

AdamVe commented 1 year ago

Adds public byte[] getAtr() method to the SmartCardConnection interface for getting Answer to Reset. Implements the functionality for USB and NFC smart card connections.

Updates AndroidDemo application with example usage.