Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreRSASignatureSpi.java140 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
142 + ". Only" + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
DAndroidKeyStoreRSAPrivateKey.java33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA); in AndroidKeyStoreRSAPrivateKey()
DAndroidKeyStoreRSAPublicKey.java33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA, x509EncodedForm); in AndroidKeyStoreRSAPublicKey()
DKeyProperties.java160 KEY_ALGORITHM_RSA,
172 public static final String KEY_ALGORITHM_RSA = "RSA"; field in KeyProperties
214 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()
228 return KEY_ALGORITHM_RSA; in fromKeymasterAsymmetricKeyAlgorithm()
DAndroidKeyStoreRSACipherSpi.java361 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
363 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
DAndroidKeyStoreProvider.java210 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()
225 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
DAndroidKeyStoreSpi.java319 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
776 if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in setWrappedKeyEntry()
/frameworks/base/keystore/java/android/security/
DKeyChain.java707 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper); in isKeyAlgorithmSupported()
DKeyStore.java711 if (algorithm.equalsIgnoreCase(KeyProperties.KEY_ALGORITHM_RSA)) { in makeLegacyArguments()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt42849 field public static final String KEY_ALGORITHM_RSA = "RSA";