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