whorlwind icon indicating copy to clipboard operation
whorlwind copied to clipboard

Android 10 System Error

Open mattprecious opened this issue 5 years ago • 0 comments

Android 10 decided to add new exceptions for us to handle.

Caused by: android.security.KeyStoreException: System error
        at android.security.KeyStore.getKeyStoreException(KeyStore.java:1268)
        at android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi.generateKeystoreKeyPair(AndroidKeyStoreKeyPairGeneratorSpi.java:514)
        at android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi.generateKeyPair(AndroidKeyStoreKeyPairGeneratorSpi.java:470)
        at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:727)
        at com.squareup.whorlwind.RealWhorlwind.prepareKeyStore(RealWhorlwind.java:149

mattprecious avatar Oct 10 '19 22:10 mattprecious