Aegis/app/src/main/java
Alexander Bakker 7c147befcb Fix catching ProviderException with KeyStoreException as the cause
We're looking for android.security.KeyStoreException as the cause of
ProviderException, not java.security.KeyStoreException. Unfortunately this is a
hidden class, so all we can do is check the class name.
2020-06-23 21:40:52 +02:00
..
com/beemdevelopment/aegis Fix catching ProviderException with KeyStoreException as the cause 2020-06-23 21:40:52 +02:00