Searched refs:mainAttributesEnd (Results 1 – 1 of 1) sorted by relevance
76 private final int mainAttributesEnd; field in StrictJarVerifier180 this.mainAttributesEnd = manifest.getMainAttributesEnd(); in StrictJarVerifier()434 if (mainAttributesEnd > 0 && !createdBySigntool) { in verifyCertificate()436 … if (!verify(attributes, digestAttribute, manifestBytes, 0, mainAttributesEnd, false, true)) { in verifyCertificate()