Searched refs:KEY_ALGORITHM_RSA (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreRSAPrivateKey.java33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA);
H A DAndroidKeyStoreRSAPublicKey.java33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA, x509EncodedForm);
H A DAndroidKeyStoreRSASignatureSpi.java140 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) {
142 + ". Only" + KeyProperties.KEY_ALGORITHM_RSA + " supported");
H A DKeyProperties.java130 KEY_ALGORITHM_RSA,
142 public static final String KEY_ALGORITHM_RSA = "RSA"; field in class:KeyProperties
175 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) {
189 return KEY_ALGORITHM_RSA;
H A DAndroidKeyStoreProvider.java190 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
205 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
H A DAndroidKeyStoreRSACipherSpi.java361 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) {
363 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported");
H A DAndroidKeyStoreSpi.java304 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java469 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper);

Completed in 69 milliseconds