We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the JCA and BouncyCalste-JCA KeyStore.crysl we currently only permit the values "jceks", "jks", "dks", "pkcs11", "pkcs12".
JCA
BouncyCalste-JCA
KeyStore.crysl
"jceks", "jks", "dks", "pkcs11", "pkcs12"
However as androidx.security.crypto.MasterKeys.java suggests in Android Apps it's totally OK, if even not preferred to use the value AndroidKeyStore.
androidx.security.crypto.MasterKeys.java
AndroidKeyStore
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the
JCA
andBouncyCalste-JCA
KeyStore.crysl
we currently only permit the values"jceks", "jks", "dks", "pkcs11", "pkcs12"
.However as
androidx.security.crypto.MasterKeys.java
suggests in Android Apps it's totally OK, if even not preferred to use the valueAndroidKeyStore
.The text was updated successfully, but these errors were encountered: