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()
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, uid, KeyProperties.KEY_ALGORITHM_EC, x509EncodedForm); in AndroidKeyStoreECPublicKey()
188 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()202 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
291 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
531 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()
36749 field public static final java.lang.String KEY_ALGORITHM_EC = "EC";
39818 field public static final java.lang.String KEY_ALGORITHM_EC = "EC";