Searched refs:obtainedKey (Results 1 – 1 of 1) sorted by relevance
137 PrivateKey obtainedKey = KeyChain.getPrivateKey(getContext(), alias); in testInstallKeyPair() local138 assertThat(obtainedKey).isNotNull(); in testInstallKeyPair()139 assertThat(obtainedKey.getAlgorithm()).isEqualTo("RSA"); in testInstallKeyPair()