Searched refs:MAX_APK_SIGNERS (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.apksig.Constants.MAX_APK_SIGNERS;189 if (signerConfigs.size() > MAX_APK_SIGNERS) { in generateApkSignatureSchemeV2Block()191 "APK Signature Scheme v2 only supports a maximum of " + MAX_APK_SIGNERS + ", " in generateApkSignatureSchemeV2Block()
19 import static com.android.apksig.Constants.MAX_APK_SIGNERS;227 if (signerCount > MAX_APK_SIGNERS) { in parseSigners()228 result.addError(Issue.V2_SIG_MAX_SIGNATURES_EXCEEDED, MAX_APK_SIGNERS, signerCount); in parseSigners()
41 public static final int MAX_APK_SIGNERS = 10; field in Constants
19 import static com.android.apksig.Constants.MAX_APK_SIGNERS;263 if (signerConfigs.size() > MAX_APK_SIGNERS) { in sign()265 "APK Signature Scheme v1 only supports a maximum of " + MAX_APK_SIGNERS + ", " in sign()
19 import static com.android.apksig.Constants.MAX_APK_SIGNERS;310 if (signers.size() > MAX_APK_SIGNERS) { in verify()311 result.addError(Issue.JAR_SIG_MAX_SIGNATURES_EXCEEDED, MAX_APK_SIGNERS, in verify()