Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java1167 public static class SignatureNotFoundException extends Exception { class in ApkSigningBlockUtils
1170 public SignatureNotFoundException(String message) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException
1174 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() method in ApkSigningBlockUtils.SignatureNotFoundException