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