Uses of Class
eu.europa.esig.dss.model.Policy
Package | Description |
---|---|
eu.europa.esig.dss.model | |
eu.europa.esig.dss.xades.signature |
-
Uses of Policy in eu.europa.esig.dss.model
Methods in eu.europa.esig.dss.model that return Policy Modifier and Type Method Description Policy
BLevelParameters. getSignaturePolicy()
Get the signature policyMethods in eu.europa.esig.dss.model with parameters of type Policy Modifier and Type Method Description void
BLevelParameters. setSignaturePolicy(Policy signaturePolicy)
This setter allows to indicate the signature policy to use. -
Uses of Policy in eu.europa.esig.dss.xades.signature
Subclasses of Policy in eu.europa.esig.dss.xades.signature Modifier and Type Class Description class
XmlPolicyWithTransforms
This class represents an extension ofPolicy
class allowing addition of a custom list ofDSSTransform
s to build the ds:Transforms element NOTE: The digest should be computed by the user and set through thesetDigestValue(digestValue)
method UseDSSXMLUtils.applyTransforms(document, transforms)
in order obtain policy binaries after transforms