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

/frameworks/base/core/java/android/util/apk/
H A DSignatureNotFoundException.java24 public class SignatureNotFoundException extends Exception { class in inherits:Exception
27 public SignatureNotFoundException(String message) { method in class:SignatureNotFoundException
31 public SignatureNotFoundException(String message, Throwable cause) { method in class:SignatureNotFoundException
H A DApkSigningBlockUtils.java55 * @throws SignatureNotFoundException if the APK is not signed using this scheme.
59 throws IOException, SignatureNotFoundException {
65 throw new SignatureNotFoundException("ZIP64 APK not supported");
361 throws IOException, SignatureNotFoundException, SecurityException, DigestException,
374 * @throws SignatureNotFoundException if the EoCD could not be found.
377 throws IOException, SignatureNotFoundException {
381 throw new SignatureNotFoundException(
388 throws SignatureNotFoundException {
392 throw new SignatureNotFoundException(
398 throw new SignatureNotFoundException(
[all...]
H A DApkSignatureVerifier.java97 } catch (SignatureNotFoundException e) {
128 } catch (SignatureNotFoundException e) {
339 } catch (SignatureNotFoundException e) {
370 } catch (SignatureNotFoundException e) {
401 throws IOException, SignatureNotFoundException, SecurityException {
405 } catch (SignatureNotFoundException e) {
418 throws IOException, SignatureNotFoundException, SecurityException, DigestException,
423 } catch (SignatureNotFoundException e) {
440 } catch (SignatureNotFoundException e) {
445 } catch (SignatureNotFoundException
[all...]
H A DApkSignatureSchemeV2Verifier.java95 } catch (SignatureNotFoundException e) {
104 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v2.
109 throws SignatureNotFoundException, SecurityException, IOException {
120 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v2.
124 throws SignatureNotFoundException, SecurityException, IOException {
130 throws SignatureNotFoundException, SecurityException, IOException {
140 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v2.
146 throws SignatureNotFoundException, SecurityException, IOException {
155 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v2.
159 throws IOException, SignatureNotFoundException {
[all...]
H A DApkSignatureSchemeV3Verifier.java92 } catch (SignatureNotFoundException e) {
101 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v3.
107 throws SignatureNotFoundException, SecurityException, IOException {
117 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v3.
121 throws SignatureNotFoundException, SecurityException, IOException {
126 throws SignatureNotFoundException, SecurityException, IOException {
136 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v3.
142 throws SignatureNotFoundException, SecurityException, IOException {
151 * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v3.
155 throws IOException, SignatureNotFoundException {
[all...]
/frameworks/base/services/core/java/com/android/server/security/
H A DVerityUtils.java28 import android.util.apk.SignatureNotFoundException;
73 SignatureNotFoundException | ErrnoException e) {
95 throws IOException, SignatureNotFoundException, SecurityException {
108 SignatureNotFoundException {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 162 milliseconds