Home
last modified time | relevance | path

Searched refs:MAX_JAR_SIGNERS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/jar/
DStrictJarVerifier.java84 private static final int MAX_JAR_SIGNERS = 10; field in StrictJarVerifier
306 if (++signerCount > MAX_JAR_SIGNERS) { in readCertificates()
308 "APK Signature Scheme v1 only supports a maximum of " + MAX_JAR_SIGNERS in readCertificates()