Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java154 verifyPubKey("must not use well known pubkey", pubKeyFile, in testApexPubKeyIsNotWellKnownKey()
277 private <T> void verifyPubKey(String reason, T actual, Matcher<? super T> matcher) { in verifyPubKey() method in ApexSignatureVerificationTest