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, KeyProperties.KEY_ALGORITHM_EC); in AndroidKeyStoreECPrivateKey()
131 KEY_ALGORITHM_EC,145 public static final String KEY_ALGORITHM_EC = "EC"; field in KeyProperties173 if (KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()187 return KEY_ALGORITHM_EC; in fromKeymasterAsymmetricKeyAlgorithm()
35 super(alias, KeyProperties.KEY_ALGORITHM_EC, x509EncodedForm); in AndroidKeyStoreECPublicKey()
182 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()196 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
290 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
441 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()
28421 field public static final java.lang.String KEY_ALGORITHM_EC = "EC";
30480 field public static final java.lang.String KEY_ALGORITHM_EC = "EC";