Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/apk/
DApkSignatureSchemeV2Verifier.java91 } catch (SignatureNotFoundException e) { in hasSignature()
105 throws SignatureNotFoundException, SecurityException, IOException { in verify()
121 throws SignatureNotFoundException, SecurityException, IOException { in verify()
168 throws IOException, SignatureNotFoundException { in findSignature()
174 throw new SignatureNotFoundException("ZIP64 APK not supported"); in findSignature()
568 throws IOException, SignatureNotFoundException { in getEocd()
572 throw new SignatureNotFoundException( in getEocd()
579 throws SignatureNotFoundException { in getCentralDirOffset()
583 throw new SignatureNotFoundException( in getCentralDirOffset()
589 throw new SignatureNotFoundException( in getCentralDirOffset()
[all …]
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1164 } catch (ApkSignatureSchemeV2Verifier.SignatureNotFoundException e) { in collectCertificates()
/frameworks/base/
Dcompiled-classes-phone4193 android.util.apk.ApkSignatureSchemeV2Verifier$SignatureNotFoundException