Home
last modified time | relevance | path

Searched refs:obtainedKey (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDirectDelegatedCertInstallerTest.java137 PrivateKey obtainedKey = KeyChain.getPrivateKey(getContext(), alias); in testInstallKeyPair() local
138 assertThat(obtainedKey).isNotNull(); in testInstallKeyPair()
139 assertThat(obtainedKey.getAlgorithm()).isEqualTo("RSA"); in testInstallKeyPair()