Searched refs:KEY_ALGORITHM_EC (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreECPrivateKey.java32 super(alias, uid, KeyProperties.KEY_ALGORITHM_EC);
H A DAndroidKeyStoreECPublicKey.java35 super(alias, uid, KeyProperties.KEY_ALGORITHM_EC, x509EncodedForm);
H A DAndroidKeyStoreECDSASignatureSpi.java151 if (!KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(key.getAlgorithm())) {
153 + ". Only" + KeyProperties.KEY_ALGORITHM_EC + " supported");
H A DKeyProperties.java131 KEY_ALGORITHM_EC,
145 public static final String KEY_ALGORITHM_EC = "EC"; field in class:KeyProperties
173 if (KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) {
187 return KEY_ALGORITHM_EC;
H A DAndroidKeyStoreProvider.java188 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) {
202 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) {
H A DAndroidKeyStoreSpi.java291 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) {
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java468 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper)

Completed in 314 milliseconds