Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/securechannel/
H A DKeyStoreUtils.java20 import static android.security.keystore.KeyProperties.KEY_ALGORITHM_EC;
97 /* algorithm */ KEY_ALGORITHM_EC, in generateAttestationKeyPair()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreECPrivateKey.java42 super(descriptor, keyId, authorizations, KeyProperties.KEY_ALGORITHM_EC, securityLevel); in AndroidKeyStoreECPrivateKey()
H A DAndroidKeyStoreECPublicKey.java46 super(descriptor, metadata, x509EncodedForm, KeyProperties.KEY_ALGORITHM_EC, securityLevel); in AndroidKeyStoreECPublicKey()
H A DAndroidKeyStoreECDSASignatureSpi.java44 KeyProperties.KEY_ALGORITHM_EC.toLowerCase(),
H A DAndroidKeyStoreProvider.java236 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(jcaKeyAlgorithm)) { in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()
H A DAndroidKeyStoreSpi.java290 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java198 KEY_ALGORITHM_EC,
213 public static final String KEY_ALGORITHM_EC = "EC"; field in KeyProperties
255 if (KEY_ALGORITHM_EC.equalsIgnoreCase(algorithm) in toKeymasterAsymmetricKeyAlgorithm()
270 return KEY_ALGORITHM_EC; in fromKeymasterAsymmetricKeyAlgorithm()
H A DAttestationUtils.java161 KeyProperties.KEY_ALGORITHM_EC, "AndroidKeyStore"); in attestDeviceIds()
/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DAttestationVerificationSelfTrustedVerifierForTesting.java121 KeyPairGenerator.getInstance(KeyProperties.KEY_ALGORITHM_EC, ANDROID_KEYSTORE); in AttestationVerificationSelfTrustedVerifierForTesting()
/aosp14/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/
H A DSystemAttestationVerificationTest.kt191 KeyProperties.KEY_ALGORITHM_EC,
/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyChain.java904 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39634 field public static final String KEY_ALGORITHM_EC = "EC";