Home
last modified time | relevance | path

Searched refs:KEY_ALGORITHM_EC (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreECDSASignatureSpi.java151 if (!KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
153 + ". Only" + KeyProperties.KEY_ALGORITHM_EC + " supported"); in initKey()
DAndroidKeyStoreECPrivateKey.java32 super(alias, KeyProperties.KEY_ALGORITHM_EC); in AndroidKeyStoreECPrivateKey()
DKeyProperties.java131 KEY_ALGORITHM_EC,
145 public static final String KEY_ALGORITHM_EC = "EC"; field in KeyProperties
173 if (KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()
187 return KEY_ALGORITHM_EC; in fromKeymasterAsymmetricKeyAlgorithm()
DAndroidKeyStoreECPublicKey.java35 super(alias, KeyProperties.KEY_ALGORITHM_EC, x509EncodedForm); in AndroidKeyStoreECPublicKey()
DAndroidKeyStoreProvider.java182 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()
196 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
DAndroidKeyStoreSpi.java290 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
/frameworks/base/keystore/java/android/security/
DKeyChain.java441 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()
/frameworks/base/api/
Dcurrent.txt28421 field public static final java.lang.String KEY_ALGORITHM_EC = "EC";
Dsystem-current.txt30480 field public static final java.lang.String KEY_ALGORITHM_EC = "EC";