标签: android cryptography ecdsa
我需要创建ECDSA密钥对。但我不想使用任何第三方API,如“bouncy castle”或“spongy castle”。我找到了这个文档http://developer.android.com/reference/android/security/keystore/KeyGenParameterSpec.html但这只适用于android 6.0。但我也想支持更低版本。