Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java281 Result result) throws SignatureNotFoundException { in findApkSignatureSchemeBlock()
295 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
300 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
307 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
318 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
978 throws IOException, SignatureNotFoundException { in findSignature()
988 throw new SignatureNotFoundException(e.getMessage(), e); in findSignature()
1232 public static class SignatureNotFoundException extends Exception { class in ApkSigningBlockUtils
1235 public SignatureNotFoundException(String message) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
1239 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/
DV1SourceStampVerifier.java72 ApkSigningBlockUtils.SignatureNotFoundException { in verify()
DV2SourceStampVerifier.java74 ApkSigningBlockUtils.SignatureNotFoundException { in verify()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeVerifier.java27 import com.android.apksig.internal.apk.ApkSigningBlockUtils.SignatureNotFoundException;
103 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in verify()
/tools/apksig/src/test/java/com/android/apksig/
DApkSignerTest.java1128 ApkSigningBlockUtils.SignatureNotFoundException.class, in testSignApk_stampBlock_noStampGenerated()
1252 ApkSigningBlockUtils.SignatureNotFoundException { in getSignatureInfoFromApk()
1343 throws ApkSigningBlockUtils.SignatureNotFoundException, IOException, in assertSourceStampVerified()
/tools/apksig/src/main/java/com/android/apksig/
DApkVerifier.java247 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
275 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
366 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
DSigningCertificateLineage.java198 } catch (ApkSigningBlockUtils.SignatureNotFoundException e) { in readFromApkDataSource()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
DV2SchemeVerifier.java99 ApkSigningBlockUtils.SignatureNotFoundException { in verify()