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/
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
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()
DApkSigningBlockUtils.java237 Result result) throws SignatureNotFoundException { in findApkSignatureSchemeBlock()
240 } catch (com.android.apksig.internal.apk.SignatureNotFoundException e) { in findApkSignatureSchemeBlock()
241 throw new SignatureNotFoundException(e.getMessage()); in findApkSignatureSchemeBlock()
795 throws IOException, SignatureNotFoundException { in findSignature()
798 } catch (com.android.apksig.internal.apk.SignatureNotFoundException e) { in findSignature()
799 throw new SignatureNotFoundException(e.getMessage()); in findSignature()
1121 public static class SignatureNotFoundException extends Exception { class in ApkSigningBlockUtils
1124 public SignatureNotFoundException(String message) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
1128 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
/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/
DSourceStampVerifier.java36 import com.android.apksig.internal.apk.SignatureNotFoundException;
188 } catch (SignatureNotFoundException e) { in verifySourceStamp()
222 } catch (SignatureNotFoundException e) { in verifySourceStamp()
243 } catch (SignatureNotFoundException e) { in verifySourceStamp()
262 } catch (SignatureNotFoundException e) { in verifySourceStamp()
297 } catch (SignatureNotFoundException e) { in verifySourceStamp()
DApkVerifier.java45 import com.android.apksig.internal.apk.SignatureNotFoundException;
239 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
265 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
299 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
390 } catch (SignatureNotFoundException ignored) { in verify()
800 } catch (ApkSigningBlockUtils.SignatureNotFoundException e) { in verifySourceStamp()
900 } catch (SignatureNotFoundException e) { in verifySourceStamp()
1113 } catch (ApkSigningBlockUtils.SignatureNotFoundException e) { in getApkContentDigests()
DSigningCertificateLineage.java242 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in readFromApkDataSource()
253 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in readFromApkDataSource()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeVerifier.java28 import com.android.apksig.internal.apk.ApkSigningBlockUtils.SignatureNotFoundException;
138 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in verify()
156 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in verify()
269 } catch (IOException | SignatureNotFoundException e) { in parseSigners()
289 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in parseSigners()
/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.java1746 ApkSigningBlockUtils.SignatureNotFoundException.class, in testSignApk_stampBlock_noStampGenerated()
3808 ApkSigningBlockUtils.SignatureNotFoundException { in getSignatureInfoFromApk()
3917 throws ApkSigningBlockUtils.SignatureNotFoundException, in assertSourceStampVerified()