Searched refs:KEY_ALGORITHM_EC (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreECDSASignatureSpi.java | 177 if (!KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(key.getAlgorithm())) { in initKey() 179 + ". Only" + KeyProperties.KEY_ALGORITHM_EC + " supported"); in initKey()
|
H A D | AndroidKeyStoreECPrivateKey.java | 42 super(descriptor, keyId, authorizations, KeyProperties.KEY_ALGORITHM_EC, securityLevel); in AndroidKeyStoreECPrivateKey()
|
H A D | AndroidKeyStoreECPublicKey.java | 44 super(descriptor, metadata, x509EncodedForm, KeyProperties.KEY_ALGORITHM_EC, securityLevel); in AndroidKeyStoreECPublicKey()
|
H A D | AndroidKeyStoreProvider.java | 221 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(jcaKeyAlgorithm)) { in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()
|
H A D | AndroidKeyStoreSpi.java | 280 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
|
/aosp12/frameworks/base/keystore/java/android/security/keystore/ |
H A D | KeyProperties.java | 195 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 D | AttestationUtils.java | 161 KeyProperties.KEY_ALGORITHM_EC, "AndroidKeyStore"); in attestDeviceIds()
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/ |
H A D | ServerToSystemTest.java | 20 import static android.security.keystore.KeyProperties.KEY_ALGORITHM_EC; 80 KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance(KEY_ALGORITHM_EC, in generateKeyStoreKey()
|
H A D | SystemInterfaceTest.java | 19 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 D | KeyChain.java | 904 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 37641 field public static final String KEY_ALGORITHM_EC = "EC";
|