I am creating a RSA key pair in my Android KeyStore. I am using eclipse.
I need to use KeyGenParameterSpec class to give my key an alias, so that I can delete it later, but I cant find this class. Can anyone let me know which jar would this be present in.
The official page says that its present at android.security.keystore.KeyGenParameterSpec
, but the problem is that I cant find this jar.
Thanks in advance!