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()
DKeyProperties.java130 KEY_ALGORITHM_RSA,
142 public static final String KEY_ALGORITHM_RSA = "RSA"; field in KeyProperties
175 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()
189 return KEY_ALGORITHM_RSA; in fromKeymasterAsymmetricKeyAlgorithm()
DAndroidKeyStoreRSAPrivateKey.java33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA); in AndroidKeyStoreRSAPrivateKey()
DAndroidKeyStoreRSAPublicKey.java33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA, x509EncodedForm); in AndroidKeyStoreRSAPublicKey()
DAndroidKeyStoreProvider.java190 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()
205 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
DAndroidKeyStoreRSACipherSpi.java361 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
363 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
DAndroidKeyStoreSpi.java304 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
/frameworks/base/keystore/java/android/security/
DKeyChain.java469 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper); in isKeyAlgorithmSupported()
/frameworks/base/api/
Dcurrent.txt34316 field public static final java.lang.String KEY_ALGORITHM_RSA = "RSA";
Dtest-current.txt34393 field public static final java.lang.String KEY_ALGORITHM_RSA = "RSA";
Dsystem-current.txt37024 field public static final java.lang.String KEY_ALGORITHM_RSA = "RSA";