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