Searched refs:KEY_ALGORITHM_RSA (Results 1 – 11 of 11) sorted by relevance
140 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()142 + ". Only" + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA); in AndroidKeyStoreRSAPrivateKey()
139 KEY_ALGORITHM_RSA,151 public static final String KEY_ALGORITHM_RSA = "RSA"; field in KeyProperties193 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()207 return KEY_ALGORITHM_RSA; in fromKeymasterAsymmetricKeyAlgorithm()
33 super(alias, uid, KeyProperties.KEY_ALGORITHM_RSA, x509EncodedForm); in AndroidKeyStoreRSAPublicKey()
361 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()363 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
204 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()219 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
319 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()776 if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in setWrappedKeyEntry()
699 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper); in isKeyAlgorithmSupported()
713 if (algorithm.equalsIgnoreCase(KeyProperties.KEY_ALGORITHM_RSA)) { in makeLegacyArguments()
41264 field public static final String KEY_ALGORITHM_RSA = "RSA";
41408 field public static final String KEY_ALGORITHM_RSA = "RSA";