Uses of Interface
eu.europa.esig.dss.xades.reference.DSSTransform
| Package | Description |
|---|---|
| eu.europa.esig.dss.xades | |
| eu.europa.esig.dss.xades.reference | |
| eu.europa.esig.dss.xades.signature |
-
Uses of DSSTransform in eu.europa.esig.dss.xades
Method parameters in eu.europa.esig.dss.xades with type arguments of type DSSTransform Modifier and Type Method Description static 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 empty -
Uses of DSSTransform in eu.europa.esig.dss.xades.reference
Classes in eu.europa.esig.dss.xades.reference that implement DSSTransform Modifier and Type Class Description classAbstractTransformThe abstract implementation of a transfromclassBase64TransformTransforms a reference content to its base64 representation NOTE: Not compatible with: - other transformations; - isEmbed(true) parameter; - Manifest signature; - Enveloped signatures.classCanonicalizationTransformPerforms a canonicalization transform on XML NodeSetclassComplexTransformTransform processed by ApacheXMLSignatureInpututilsclassEnvelopedSignatureTransformUsed for Enveloped Signature Note: must be followed up by aCanonicalizationTransformclassXPath2FilterEnvelopedSignatureTransformEnveloped signature transformation by Filter 2.0.classXPath2FilterTransformRepresents Filter 2.0 transformclassXPathEnvelopedSignatureTransformThe simple enveloped signature transform.classXPathTransformThe XPath transformclassXsltTransformThe XSLT transformMethods in eu.europa.esig.dss.xades.reference that return types with arguments of type DSSTransform Modifier and Type Method Description List<DSSTransform>DSSReference. getTransforms()Gets a list of transforms to performMethod parameters in eu.europa.esig.dss.xades.reference with type arguments of type DSSTransform Modifier and Type Method Description voidDSSReference. setTransforms(List<DSSTransform> transforms)Sets a list of transforms to perform -
Uses of DSSTransform in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature that return types with arguments of type DSSTransform Modifier and Type Method Description List<DSSTransform>XmlPolicyWithTransforms. getTransforms()Gets the list of Transforms to incorporate into the signatureMethod parameters in eu.europa.esig.dss.xades.signature with type arguments of type DSSTransform Modifier and Type Method Description voidXmlPolicyWithTransforms. setTransforms(List<DSSTransform> transforms)Sets the list of Transforms to incorporate into the signature