Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
109 stars 40 forks source link

Fix typo in pkcs1.15 padding implementation for RSA signature #16

Closed imakhalova closed 4 years ago

imakhalova commented 4 years ago

Added verification logic within demo when signing data to make sure that signature returned is valid/authentic. Switched from javax Certificate to java Certificate, because it seems like the way JDK wants to move to

Addressing issue: https://github.com/Yubico/yubikit-android/issues/15