Searched refs:mJcaKeyAlgorithm (Results 1 – 2 of 2) sorted by relevance
159 private @KeyProperties.KeyAlgorithmEnum String mJcaKeyAlgorithm; field in AndroidKeyStoreKeyPairGeneratorSpi351 mJcaKeyAlgorithm = jcaKeyAlgorithm; in initialize()365 mJcaKeyAlgorithm = null; in resetAll()536 if (!mJcaKeyAlgorithm.equalsIgnoreCase(result.getPrivate().getAlgorithm())) { in loadKeystoreKeyPair()539 + result.getPrivate().getAlgorithm() + " vs " + mJcaKeyAlgorithm); in loadKeystoreKeyPair()
61871 Landroid/security/keystore/AndroidKeyStoreKeyPairGeneratorSpi;->mJcaKeyAlgorithm:Ljava/lang/String;