Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java228 Result result) throws SignatureNotFoundException { in findApkSignatureSchemeBlock()
242 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
247 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
254 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
265 throw new SignatureNotFoundException( in findApkSignatureSchemeBlock()
629 throws IOException, SignatureNotFoundException { in findSignature()
639 throw new SignatureNotFoundException(e.getMessage(), e); in findSignature()
879 public static class SignatureNotFoundException extends Exception { class in ApkSigningBlockUtils
882 public SignatureNotFoundException(String message) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
886 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeVerifier.java27 import com.android.apksig.internal.apk.ApkSigningBlockUtils.SignatureNotFoundException;
101 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in verify()
/tools/apksig/src/main/java/com/android/apksig/
DApkVerifier.java205 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
229 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
DV2SchemeVerifier.java97 ApkSigningBlockUtils.SignatureNotFoundException { in verify()