/aosp14/frameworks/base/core/java/android/util/apk/ |
H A D | SignatureNotFoundException.java | 24 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 D | ApkSignatureVerifier.java | 120 } 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 D | ApkSigningBlockUtils.java | 398 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 D | ApkSignatureSchemeV2Verifier.java | 91 } 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 D | ApkSignatureSchemeV4Verifier.java | 63 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 D | ApkSignatureSchemeV3Verifier.java | 85 } 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 D | SourceStampVerifier.java | 154 } catch (IOException | SignatureNotFoundException | RuntimeException e) { in verify() 345 } catch (SignatureNotFoundException e) { in getSignatureSchemeApkContentDigests() 356 } catch (SignatureNotFoundException e) { in getSignatureSchemeApkContentDigests()
|
H A D | VerityBuilder.java | 159 throws IOException, SignatureNotFoundException, SecurityException, DigestException, in generateApkVerity()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ApkChecksums.java | 61 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 D | preloaded-classes | 8318 android.util.apk.SignatureNotFoundException
|
H A D | boot-image-profile.txt | 31116 Landroid/util/apk/SignatureNotFoundException;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 8349 android.util.apk.SignatureNotFoundException
|
H A D | boot-image-profile.txt | 41250 Landroid/util/apk/SignatureNotFoundException;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 57485 Landroid/util/apk/SignatureNotFoundException;-><init>(Ljava/lang/String;)V 57486 Landroid/util/apk/SignatureNotFoundException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
|