/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
D | SignatureNotFoundException.java | 22 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
|
D | ApkSigningBlockUtilsLite.java | 57 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()
|
D | ApkSigningBlockUtils.java | 237 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/ |
D | V2SourceStampVerifier.java | 30 import com.android.apksig.internal.apk.SignatureNotFoundException; 77 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in verify()
|
D | V1SourceStampVerifier.java | 72 ApkSigningBlockUtils.SignatureNotFoundException { in verify()
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | SourceStampVerifier.java | 36 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()
|
D | ApkVerifier.java | 45 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()
|
D | SigningCertificateLineage.java | 242 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in readFromApkDataSource() 253 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in readFromApkDataSource()
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/ |
D | V3SchemeVerifier.java | 28 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/ |
D | V2SchemeVerifier.java | 98 ApkSigningBlockUtils.SignatureNotFoundException { in verify()
|
/tools/apksig/src/test/java/com/android/apksig/ |
D | ApkSignerTest.java | 1746 ApkSigningBlockUtils.SignatureNotFoundException.class, in testSignApk_stampBlock_noStampGenerated() 3808 ApkSigningBlockUtils.SignatureNotFoundException { in getSignatureInfoFromApk() 3917 throws ApkSigningBlockUtils.SignatureNotFoundException, in assertSourceStampVerified()
|