0

I have a question about storing key pairs inside Android KeyStore. For my specific use case I need to use a less common EC curve (secp256k1). The KeyPair was generated using Spongy Castle package and need to store them inside the KeyStore. From the documentation I understand that this curve is not supported, but is there any other way to store these keys in a really secure manner.

Android API level: 29