Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtilsLite.java57 throws IOException, SignatureNotFoundException { in findSignature()
67 throw new SignatureNotFoundException(e.getMessage(), e); in findSignature()
86 int blockId) throws SignatureNotFoundException { in findApkSignatureSchemeBlock()
100 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
105 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
112 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
123 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
DSignatureNotFoundException.java22 public class SignatureNotFoundException extends Exception { class
23 public SignatureNotFoundException(String message) { in SignatureNotFoundException() method in SignatureNotFoundException
27 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() method in SignatureNotFoundException
DApkSigningBlockUtils.java235 Result result) throws SignatureNotFoundException { in findApkSignatureSchemeBlock()
238 } catch (com.android.apksig.internal.apk.SignatureNotFoundException e) { in findApkSignatureSchemeBlock()
239 throw new SignatureNotFoundException(e.getMessage()); in findApkSignatureSchemeBlock()
793 throws IOException, SignatureNotFoundException { in findSignature()
796 } catch (com.android.apksig.internal.apk.SignatureNotFoundException e) { in findSignature()
797 throw new SignatureNotFoundException(e.getMessage()); in findSignature()
1119 public static class SignatureNotFoundException extends Exception { class in ApkSigningBlockUtils
1122 public SignatureNotFoundException(String message) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
1126 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
/tools/apksig/src/main/java/com/android/apksig/
DSourceStampVerifier.java34 import com.android.apksig.internal.apk.SignatureNotFoundException;
186 } catch (SignatureNotFoundException e) { in verifySourceStamp()
220 } catch (SignatureNotFoundException e) { in verifySourceStamp()
239 } catch (SignatureNotFoundException e) { in verifySourceStamp()
274 } catch (SignatureNotFoundException e) { in verifySourceStamp()
DApkVerifier.java37 import com.android.apksig.internal.apk.SignatureNotFoundException;
225 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
249 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
283 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
374 } catch (SignatureNotFoundException ignored) { in verify()
743 } catch (ApkSigningBlockUtils.SignatureNotFoundException e) { in verifySourceStamp()
843 } catch (SignatureNotFoundException e) { in verifySourceStamp()
903 } catch (ApkSigningBlockUtils.SignatureNotFoundException e) { in getApkContentDigests()
DSigningCertificateLineage.java209 catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in readFromApkDataSource()
219 catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in readFromApkDataSource()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeVerifier.java27 import com.android.apksig.internal.apk.ApkSigningBlockUtils.SignatureNotFoundException;
137 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in verify()
155 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in verify()
265 } catch (IOException | SignatureNotFoundException e) { in parseSigners()
285 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in parseSigners()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/
DV2SourceStampVerifier.java30 import com.android.apksig.internal.apk.SignatureNotFoundException;
77 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in verify()
DV1SourceStampVerifier.java72 ApkSigningBlockUtils.SignatureNotFoundException { in verify()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
DV2SchemeVerifier.java98 ApkSigningBlockUtils.SignatureNotFoundException { in verify()
/tools/apksig/src/test/java/com/android/apksig/
DApkSignerTest.java1339 ApkSigningBlockUtils.SignatureNotFoundException.class, in testSignApk_stampBlock_noStampGenerated()
2320 ApkSigningBlockUtils.SignatureNotFoundException { in getSignatureInfoFromApk()
2429 throws ApkSigningBlockUtils.SignatureNotFoundException, IOException, in assertSourceStampVerified()