Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java284 private static boolean areKeysMatching(File pubkey, File wellknownKey) { in areKeysMatching() argument
286 return FileUtil.compareFileContents(pubkey, wellknownKey); in areKeysMatching()
290 + wellknownKey.getAbsolutePath()); in areKeysMatching()