Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java128 final File pubKeyFile = FileUtil.findFile(entry.getValue(), APEX_PUB_KEY_NAME); in testApexIncludePubKey() local
131 pubKeyFile.exists()).isTrue(); in testApexIncludePubKey()
148 final File pubKeyFile = FileUtil.findFile(entry.getValue(), APEX_PUB_KEY_NAME); in testApexPubKeyIsNotWellKnownKey() local
151 assertThat(pubKeyFile).isNotNull(); in testApexPubKeyIsNotWellKnownKey()
158 .that(areKeysMatching(pubKeyFile, wellKnownKey)).isFalse(); in testApexPubKeyIsNotWellKnownKey()