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.java127 final File pubKeyFile = FileUtil.findFile(entry.getValue(), APEX_PUB_KEY_NAME); in testApexIncludePubKey() local
130 pubKeyFile.exists()).isTrue(); in testApexIncludePubKey()
147 final File pubKeyFile = FileUtil.findFile(entry.getValue(), APEX_PUB_KEY_NAME); in testApexPubKeyIsNotWellKnownKey() local
150 assertThat(pubKeyFile).isNotNull(); in testApexPubKeyIsNotWellKnownKey()
154 verifyPubKey("must not use well known pubkey", pubKeyFile, in testApexPubKeyIsNotWellKnownKey()