Searched refs:v2Signer (Results 1 – 2 of 2) sorted by relevance
665 for (Pair<List<X509Certificate>, byte[]> v2Signer : v2Signers) { in inputApkSigningBlock()666 if (!isConfiguredWithSigner(v2Signer.getFirst())) { in inputApkSigningBlock()667 mPreservedV2Signers.add(v2Signer.getSecond()); in inputApkSigningBlock()
438 Result.V2SchemeSignerInfo v2Signer = v2Signers.get(i); in verify() local439 v2Signer.addError(Issue.JAR_SIG_MISSING); in verify()