Uses of Interface
eu.europa.esig.dss.xades.reference.DSSTransform
Package
Description
-
Uses of DSSTransform in eu.europa.esig.dss.xades
Modifier and TypeMethodDescriptionstatic byte[]
DSSXMLUtils.applyTransforms
(DSSDocument document, List<DSSTransform> transforms) Applies transforms on document content and returns the byte array to be used for a digest computation NOTE: returns the original document binaries, if the list oftransforms
is empty.static byte[]
DSSXMLUtils.applyTransforms
(Node node, List<DSSTransform> transforms) Applies transforms on the node and returns the byte array to be used for a digest computation NOTE: returns the original node binaries, if the list oftransforms
is emptystatic void
DSSXMLUtils.incorporateTransforms
(Element parentElement, List<DSSTransform> transforms, DSSNamespace namespace) Incorporates a ds:Transforms element into the given parentelement
-
Uses of DSSTransform in eu.europa.esig.dss.xades.reference
Modifier and TypeClassDescriptionclass
The abstract implementation of a transformclass
Transforms a reference content to its base64 representation NOTE: Not compatible with: - other transformations; - isEmbed(true) parameter; - Manifest signature; - Enveloped signatures.class
Performs a canonicalization transform on XML NodeSetclass
Transform processed by ApacheXMLSignatureInput
utilsclass
Used for Enveloped Signature Note: must be followed up by aCanonicalizationTransform
class
This is a special transform to be used exclusively within a xades:SignaturePolicyId to define special digest computation rules.final class
Enveloped signature transformation by Filter 2.0.class
Represents Filter 2.0 transformfinal class
The simple enveloped signature transform.class
The XPath transformclass
The XSLT transformModifier and TypeMethodDescriptionDSSReference.getTransforms()
Gets a list of transforms to performModifier and TypeMethodDescriptionvoid
DSSReference.setTransforms
(List<DSSTransform> transforms) Sets a list of transforms to perform -
Uses of DSSTransform in eu.europa.esig.dss.xades.signature
Modifier and TypeMethodDescriptionXmlPolicyWithTransforms.getTransforms()
Gets the list of Transforms to incorporate into the signatureModifier and TypeMethodDescriptionvoid
XmlPolicyWithTransforms.setTransforms
(List<DSSTransform> transforms) Sets the list of Transforms to incorporate into the signature