Home
last modified time | relevance | path

Searched refs:KEY_ALGORITHM_EC (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreECDSASignatureSpi.java177 if (!KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
179 + ". Only" + KeyProperties.KEY_ALGORITHM_EC + " supported"); in initKey()
H A DAndroidKeyStoreECPrivateKey.java42 super(descriptor, keyId, authorizations, KeyProperties.KEY_ALGORITHM_EC, securityLevel); in AndroidKeyStoreECPrivateKey()
H A DAndroidKeyStoreECPublicKey.java44 super(descriptor, metadata, x509EncodedForm, KeyProperties.KEY_ALGORITHM_EC, securityLevel); in AndroidKeyStoreECPublicKey()
H A DAndroidKeyStoreProvider.java221 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(jcaKeyAlgorithm)) { in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()
H A DAndroidKeyStoreSpi.java280 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java195 KEY_ALGORITHM_EC,
209 public static final String KEY_ALGORITHM_EC = "EC"; field in KeyProperties
246 if (KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()
260 return KEY_ALGORITHM_EC; in fromKeymasterAsymmetricKeyAlgorithm()
H A DAttestationUtils.java161 KeyProperties.KEY_ALGORITHM_EC, "AndroidKeyStore"); in attestDeviceIds()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/
H A DServerToSystemTest.java20 import static android.security.keystore.KeyProperties.KEY_ALGORITHM_EC;
80 KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance(KEY_ALGORITHM_EC, in generateKeyStoreKey()
H A DSystemInterfaceTest.java19 import static android.security.keystore.KeyProperties.KEY_ALGORITHM_EC;
139 KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance(KEY_ALGORITHM_EC, in generateKeyStoreKey()
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyChain.java904 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37641 field public static final String KEY_ALGORITHM_EC = "EC";