Searched refs:KEY_ALGORITHM_RSA (Results 1 – 10 of 10) sorted by relevance
190 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()192 + ". Only" + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
43 super(descriptor, keyId, authorizations, KeyProperties.KEY_ALGORITHM_RSA, securityLevel); in AndroidKeyStoreRSAPrivateKey()
42 super(descriptor, metadata, x509EncodedForm, KeyProperties.KEY_ALGORITHM_RSA, in AndroidKeyStoreRSAPublicKey()
406 if (!KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(key.getAlgorithm())) { in initKey()408 + ". Only " + KeyProperties.KEY_ALGORITHM_RSA + " supported"); in initKey()
239 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(jcaKeyAlgorithm)) { in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()
303 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()895 if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in setWrappedKeyEntry()
197 KEY_ALGORITHM_RSA,210 public static final String KEY_ALGORITHM_RSA = "RSA"; field in KeyProperties258 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) { in toKeymasterAsymmetricKeyAlgorithm()272 return KEY_ALGORITHM_RSA; in fromKeymasterAsymmetricKeyAlgorithm()
905 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper); in isKeyAlgorithmSupported()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39640 field public static final String KEY_ALGORITHM_RSA = "RSA";