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, uid, KeyProperties.KEY_ALGORITHM_EC); in AndroidKeyStoreECPrivateKey()
DKeyProperties.java140 KEY_ALGORITHM_EC,
154 public static final String KEY_ALGORITHM_EC = "EC"; field in KeyProperties
191 if (KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()
205 return KEY_ALGORITHM_EC; in fromKeymasterAsymmetricKeyAlgorithm()
DAndroidKeyStoreECPublicKey.java35 super(alias, uid, KeyProperties.KEY_ALGORITHM_EC, x509EncodedForm); in AndroidKeyStoreECPublicKey()
DAndroidKeyStoreProvider.java202 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()
216 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
DAndroidKeyStoreSpi.java306 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
778 } else if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) { in setWrappedKeyEntry()
/frameworks/base/keystore/java/android/security/
DKeyChain.java698 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()
/frameworks/base/non-updatable-api/
Dcurrent.txt41258 field public static final String KEY_ALGORITHM_EC = "EC";
/frameworks/base/api/
Dcurrent.txt41402 field public static final String KEY_ALGORITHM_EC = "EC";