Searched refs:KEY_ALGORITHM_RSA (Results 1 – 10 of 10) 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, KeyProperties.KEY_ALGORITHM_RSA); in AndroidKeyStoreRSAPrivateKey()
130 KEY_ALGORITHM_RSA,142 public static final String KEY_ALGORITHM_RSA = "RSA"; field in KeyProperties175 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()189 return KEY_ALGORITHM_RSA; in fromKeymasterAsymmetricKeyAlgorithm()
33 super(alias, KeyProperties.KEY_ALGORITHM_RSA, x509EncodedForm); in AndroidKeyStoreRSAPublicKey()
184 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePublicKey()199 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getAndroidKeyStorePrivateKey()
361 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()363 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
303 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()
442 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper); in isKeyAlgorithmSupported()
28427 field public static final java.lang.String KEY_ALGORITHM_RSA = "RSA";
30486 field public static final java.lang.String KEY_ALGORITHM_RSA = "RSA";