Searched refs:KEY_ALGORITHM_EC (Results 1 – 9 of 9) sorted by relevance
151 if (!KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(key.getAlgorithm())) { in initKey()153 + ". Only" + KeyProperties.KEY_ALGORITHM_EC + " supported"); in initKey()
32 super(alias, uid, KeyProperties.KEY_ALGORITHM_EC); in AndroidKeyStoreECPrivateKey()
140 KEY_ALGORITHM_EC,154 public static final String KEY_ALGORITHM_EC = "EC"; field in KeyProperties191 if (KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()205 return KEY_ALGORITHM_EC; in fromKeymasterAsymmetricKeyAlgorithm()
35 super(alias, uid, KeyProperties.KEY_ALGORITHM_EC, x509EncodedForm); in AndroidKeyStoreECPublicKey()
202 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()216 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
306 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()778 } else if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) { in setWrappedKeyEntry()
698 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()
41258 field public static final String KEY_ALGORITHM_EC = "EC";
41402 field public static final String KEY_ALGORITHM_EC = "EC";