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

/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV2Verifier.java91 } catch (SignatureNotFoundException e) {
100 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v2.
105 throws SignatureNotFoundException, SecurityException, IOException {
115 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v2.
121 throws SignatureNotFoundException, SecurityException, IOException {
164 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v2.
168 throws IOException, SignatureNotFoundException {
174 throw new SignatureNotFoundException("ZIP64 APK not supported");
565 * @throws SignatureNotFoundException if the EoCD could not be found.
568 throws IOException, SignatureNotFoundException {
959 public static class SignatureNotFoundException extends Exception { class in class:ApkSignatureSchemeV2Verifier
962 public SignatureNotFoundException(String message) { method in class:ApkSignatureSchemeV2Verifier.SignatureNotFoundException
966 public SignatureNotFoundException(String message, Throwable cause) { method in class:ApkSignatureSchemeV2Verifier.SignatureNotFoundException
[all...]

Completed in 1354 milliseconds