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 D | KeyStoreUtils.java | 20 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 D | AndroidKeyStoreECPrivateKey.java | 42 super(descriptor, keyId, authorizations, KeyProperties.KEY_ALGORITHM_EC, securityLevel); in AndroidKeyStoreECPrivateKey()
|
H A D | AndroidKeyStoreECPublicKey.java | 46 super(descriptor, metadata, x509EncodedForm, KeyProperties.KEY_ALGORITHM_EC, securityLevel); in AndroidKeyStoreECPublicKey()
|
H A D | AndroidKeyStoreECDSASignatureSpi.java | 44 KeyProperties.KEY_ALGORITHM_EC.toLowerCase(),
|
H A D | AndroidKeyStoreProvider.java | 236 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(jcaKeyAlgorithm)) { in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()
|
H A D | AndroidKeyStoreSpi.java | 290 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
|
/aosp14/frameworks/base/keystore/java/android/security/keystore/ |
H A D | KeyProperties.java | 198 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 D | AttestationUtils.java | 161 KeyProperties.KEY_ALGORITHM_EC, "AndroidKeyStore"); in attestDeviceIds()
|
/aosp14/frameworks/base/services/core/java/com/android/server/security/ |
H A D | AttestationVerificationSelfTrustedVerifierForTesting.java | 121 KeyPairGenerator.getInstance(KeyProperties.KEY_ALGORITHM_EC, ANDROID_KEYSTORE); in AttestationVerificationSelfTrustedVerifierForTesting()
|
/aosp14/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/ |
H A D | SystemAttestationVerificationTest.kt | 191 KeyProperties.KEY_ALGORITHM_EC,
|
/aosp14/frameworks/base/keystore/java/android/security/ |
H A D | KeyChain.java | 904 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 39634 field public static final String KEY_ALGORITHM_EC = "EC";
|