Yubico / yubikit-android

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

use IllegalArgumentException instead of UnknownKeyException #87

Closed AdamVe closed 1 year ago

AdamVe commented 1 year ago

This PR removes the UnknownKeyException type and replaces it's usage with IllegalArgumentException for clearer interface. Clients can catch IllegalArgumentException when trying to read key information.

The PR also updates AndroidDemo examples and adds javadoc documentation