Uses of Interface
eu.europa.esig.dss.xades.reference.DSSTransform
Packages that use DSSTransform
Package
Description
- 
Uses of DSSTransform in eu.europa.esig.dss.xadesMethod parameters in eu.europa.esig.dss.xades with type arguments of type DSSTransformModifier 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 oftransformsis 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 oftransformsis emptystatic voidDSSXMLUtils.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.referenceClasses in eu.europa.esig.dss.xades.reference that implement DSSTransformModifier and TypeClassDescriptionclassThe abstract implementation of a transformclassTransforms a reference content to its base64 representation NOTE: Not compatible with: - other transformations; - isEmbed(true) parameter; - Manifest signature; - Enveloped signatures.classPerforms a canonicalization transform on XML NodeSetclassTransform processed by ApacheXMLSignatureInpututilsclassUsed for Enveloped Signature Note: must be followed up by aCanonicalizationTransformclassThis is a special transform to be used exclusively within a xades:SignaturePolicyId to define special digest computation rules.final classEnveloped signature transformation by Filter 2.0.classRepresents Filter 2.0 transformfinal classThe simple enveloped signature transform.classThe XPath transformclassThe XSLT transformMethods in eu.europa.esig.dss.xades.reference that return types with arguments of type DSSTransformModifier and TypeMethodDescriptionDSSReference.getTransforms()Gets a list of transforms to performMethod parameters in eu.europa.esig.dss.xades.reference with type arguments of type DSSTransformModifier and TypeMethodDescriptionvoidDSSReference.setTransforms(List<DSSTransform> transforms) Sets a list of transforms to perform
- 
Uses of DSSTransform in eu.europa.esig.dss.xades.signatureMethods in eu.europa.esig.dss.xades.signature that return types with arguments of type DSSTransformModifier and TypeMethodDescriptionXmlPolicyWithTransforms.getTransforms()Gets the list of Transforms to incorporate into the signatureMethod parameters in eu.europa.esig.dss.xades.signature with type arguments of type DSSTransformModifier and TypeMethodDescriptionvoidXmlPolicyWithTransforms.setTransforms(List<DSSTransform> transforms) Sets the list of Transforms to incorporate into the signature