Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/apk/
H A DSignatureNotFoundException.java24 public class SignatureNotFoundException extends Exception { class
27 public SignatureNotFoundException(String message) { in SignatureNotFoundException() method in SignatureNotFoundException
31 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() method in SignatureNotFoundException
H A DApkSignatureVerifier.java120 } catch (SignatureNotFoundException e) { in verifySignaturesInternal()
144 } catch (SignatureNotFoundException e) { in verifyV3AndBelowSignatures()
163 } catch (SignatureNotFoundException e) { in verifyV3AndBelowSignatures()
225 } catch (SignatureNotFoundException e) { in verifyV4Signature()
231 } catch (SignatureNotFoundException ee) { in verifyV4Signature()
275 } catch (SignatureNotFoundException e) { in verifyV4Signature()
316 } catch (SignatureNotFoundException e) { in verifyV3Signature()
345 } catch (SignatureNotFoundException e) { in verifyV2Signature()
543 } catch (SignatureNotFoundException e) { in getVerityRootHash()
548 } catch (SignatureNotFoundException e) { in getVerityRootHash()
[all …]
H A DApkSigningBlockUtils.java398 throw new SignatureNotFoundException( in getEocd()
405 throws SignatureNotFoundException { in getCentralDirOffset()
409 throw new SignatureNotFoundException( in getCentralDirOffset()
415 throw new SignatureNotFoundException( in getCentralDirOffset()
709 throw new SignatureNotFoundException( in findApkSigningBlock()
722 throw new SignatureNotFoundException( in findApkSigningBlock()
729 throw new SignatureNotFoundException( in findApkSigningBlock()
735 throw new SignatureNotFoundException( in findApkSigningBlock()
744 throw new SignatureNotFoundException( in findApkSigningBlock()
752 throws SignatureNotFoundException { in findApkSignatureSchemeBlock()
[all …]
H A DApkSignatureSchemeV2Verifier.java91 } catch (SignatureNotFoundException e) { in hasSignature()
106 throws SignatureNotFoundException, SecurityException, IOException { in verify()
121 throws SignatureNotFoundException, SecurityException, IOException { in unsafeGetCertsWithoutVerification()
130 throws SignatureNotFoundException, SecurityException, IOException { in verify()
146 throws SignatureNotFoundException, SecurityException, IOException { in verify()
159 throws IOException, SignatureNotFoundException { in findSignature()
403 throws IOException, SignatureNotFoundException, SecurityException { in getVerityRootHash()
412 throws IOException, SignatureNotFoundException, SecurityException, DigestException, in generateApkVerity()
H A DApkSignatureSchemeV4Verifier.java63 throws SignatureNotFoundException, SecurityException { in extractCertificates()
72 String apkFile) throws SignatureNotFoundException { in extractSignature()
77 throw new SignatureNotFoundException("Failed to obtain signature bytes from IncFS."); in extractSignature()
91 throw new SignatureNotFoundException("Failed to read V4 signature.", e); in extractSignature()
101 throws SignatureNotFoundException, SecurityException { in verify()
120 throws SignatureNotFoundException { in findSigningInfoForBlockId()
H A DApkSignatureSchemeV3Verifier.java85 } catch (SignatureNotFoundException e) { in hasSignature()
101 throws SignatureNotFoundException, SecurityException, IOException { in verify()
115 throws SignatureNotFoundException, SecurityException, IOException { in unsafeGetCertsWithoutVerification()
120 throws SignatureNotFoundException, SecurityException, IOException { in verify()
137 throws SignatureNotFoundException, SecurityException, IOException { in verify()
143 } catch (SignatureNotFoundException ignored) { in verify()
165 throws IOException, SignatureNotFoundException { in findSignature()
178 throws IOException, SignatureNotFoundException { in findSignature()
531 throws IOException, SignatureNotFoundException, SecurityException { in getVerityRootHash()
540 throws IOException, SignatureNotFoundException, SecurityException, DigestException, in generateApkVerity()
H A DSourceStampVerifier.java154 } catch (IOException | SignatureNotFoundException | RuntimeException e) { in verify()
345 } catch (SignatureNotFoundException e) { in getSignatureSchemeApkContentDigests()
356 } catch (SignatureNotFoundException e) { in getSignatureSchemeApkContentDigests()
H A DVerityBuilder.java159 throws IOException, SignatureNotFoundException, SecurityException, DigestException, in generateApkVerity()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApkChecksums.java61 import android.util.apk.SignatureNotFoundException;
667 } catch (SignatureNotFoundException e) { in extractHashFromFS()
718 if (!(result.getException() instanceof SignatureNotFoundException)) { in extractHashFromV2V3Signature()
838 } catch (SignatureNotFoundException e) { in calculatePartialChecksumsIfRequested()
841 } catch (SignatureNotFoundException ee) { in calculatePartialChecksumsIfRequested()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8318 android.util.apk.SignatureNotFoundException
H A Dboot-image-profile.txt31116 Landroid/util/apk/SignatureNotFoundException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8349 android.util.apk.SignatureNotFoundException
H A Dboot-image-profile.txt41250 Landroid/util/apk/SignatureNotFoundException;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57485 Landroid/util/apk/SignatureNotFoundException;-><init>(Ljava/lang/String;)V
57486 Landroid/util/apk/SignatureNotFoundException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V