Home
last modified time | relevance | path

Searched refs:KEY_ALGORITHM_RSA (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreRSASignatureSpi.java190 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
192 + ". Only" + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
H A DAndroidKeyStoreRSAPrivateKey.java43 super(descriptor, keyId, authorizations, KeyProperties.KEY_ALGORITHM_RSA, securityLevel); in AndroidKeyStoreRSAPrivateKey()
H A DAndroidKeyStoreRSAPublicKey.java42 super(descriptor, metadata, x509EncodedForm, KeyProperties.KEY_ALGORITHM_RSA, in AndroidKeyStoreRSAPublicKey()
H A DAndroidKeyStoreRSACipherSpi.java406 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
408 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
H A DAndroidKeyStoreProvider.java239 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(jcaKeyAlgorithm)) { in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()
H A DAndroidKeyStoreSpi.java303 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
895 if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in setWrappedKeyEntry()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java197 KEY_ALGORITHM_RSA,
210 public static final String KEY_ALGORITHM_RSA = "RSA"; field in KeyProperties
258 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()
272 return KEY_ALGORITHM_RSA; in fromKeymasterAsymmetricKeyAlgorithm()
/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyChain.java905 || KeyProperties.KEY_ALGORITHM_RSA.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.txt39640 field public static final String KEY_ALGORITHM_RSA = "RSA";