Searched defs:followManifests (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java230 * @param followManifests defines whether the verification process has to verify referenced <CODE>ds:Manifest</CODE>s, too
235 public boolean verify(boolean followManifests) argument
237 return super.verifyReferences(followManifests);
H A DManifest.java279 * @param followManifests
287 public boolean verifyReferences(boolean followManifests) argument
296 log.log(java.util.logging.Level.FINE, "I am " + (followManifests
329 if (verify && followManifests
374 referencedManifest.verifyReferences(followManifests);
H A DXMLSignature.java776 * @param followManifests
779 public void setFollowNestedManifests(boolean followManifests) { argument
780 this._followManifestsDuringValidation = followManifests;

Completed in 48 milliseconds