Class XmlPolicyWithTransforms

java.lang.Object
eu.europa.esig.dss.model.Policy
eu.europa.esig.dss.xades.signature.XmlPolicyWithTransforms
All Implemented Interfaces:
Serializable

public class XmlPolicyWithTransforms extends Policy
This class represents an extension of Policy class allowing addition of a custom list of DSSTransforms to build the ds:Transforms element NOTE: The digest should be computed by the user and set through the setDigestValue(digestValue) method Use DSSXMLUtils.applyTransforms(document, transforms) in order obtain policy binaries after transforms
See Also: