Searched refs:SignatureNotFoundException (Results 1 – 4 of 4) sorted by relevance
228 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 ApkSigningBlockUtils882 public SignatureNotFoundException(String message) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException886 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
27 import com.android.apksig.internal.apk.ApkSigningBlockUtils.SignatureNotFoundException;101 throws IOException, NoSuchAlgorithmException, SignatureNotFoundException { in verify()
205 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()229 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
97 ApkSigningBlockUtils.SignatureNotFoundException { in verify()