Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreRSASignatureSpi.java190 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
192 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
DAndroidKeyStoreRSAPrivateKey.java43 super(descriptor, keyId, authorizations, KeyProperties.KEY_ALGORITHM_RSA, securityLevel); in AndroidKeyStoreRSAPrivateKey()
DAndroidKeyStoreRSAPublicKey.java42 super(descriptor, metadata, x509EncodedForm, KeyProperties.KEY_ALGORITHM_RSA, in AndroidKeyStoreRSAPublicKey()
DAndroidKeyStoreRSACipherSpi.java406 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
408 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
DAndroidKeyStoreProvider.java244 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(jcaKeyAlgorithm)) { in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()
DAndroidKeyStoreSpi.java316 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
927 if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in setWrappedKeyEntry()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java196 KEY_ALGORITHM_RSA,
209 public static final String KEY_ALGORITHM_RSA = "RSA"; field in KeyProperties
257 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()
271 return KEY_ALGORITHM_RSA; in fromKeymasterAsymmetricKeyAlgorithm()
/frameworks/base/keystore/java/android/security/
DKeyChain.java905 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper); in isKeyAlgorithmSupported()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39857 field public static final String KEY_ALGORITHM_RSA = "RSA";