Searched refs:jcaKeyAlgorithm (Results 1 – 2 of 2) sorted by relevance
218 String jcaKeyAlgorithm = publicKey.getAlgorithm(); in makeAndroidKeyStorePublicKeyFromKeyEntryResponse() local221 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(jcaKeyAlgorithm)) { in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()225 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(jcaKeyAlgorithm)) { in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()230 + jcaKeyAlgorithm); in makeAndroidKeyStorePublicKeyFromKeyEntryResponse()
256 String jcaKeyAlgorithm; in initialize() local258 jcaKeyAlgorithm = KeyProperties.KeyAlgorithm.fromKeymasterAsymmetricKeyAlgorithm( in initialize()296 mJcaKeyAlgorithm = jcaKeyAlgorithm; in initialize()