Uses of Interface
eu.europa.esig.dss.xades.reference.DSSTransform
-
Packages that use DSSTransform Package Description eu.europa.esig.dss.xades.reference eu.europa.esig.dss.xades.signature -
-
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 classAbstractTransformclassBase64TransformTransforms a reference content to its base64 representation NOTE: Not compatible with: - other transformations; - isEmbed(true) parameter; - Manifest signature; - Enveloped signatures.classCanonicalizationTransformclassComplexTransformclassEnvelopedSignatureTransformUsed for Enveloped Signature Note: must be followed up by aCanonicalizationTransformclassXPath2FilterEnvelopedSignatureTransformclassXPath2FilterTransformclassXPathEnvelopedSignatureTransformclassXPathTransformclassXsltTransformMethods in eu.europa.esig.dss.xades.reference that return types with arguments of type DSSTransform Modifier and Type Method Description List<DSSTransform>DSSReference. getTransforms()Method parameters in eu.europa.esig.dss.xades.reference with type arguments of type DSSTransform Modifier and Type Method Description voidDSSReference. setTransforms(List<DSSTransform> transforms) -
Uses of DSSTransform in eu.europa.esig.dss.xades.signature
Method parameters in eu.europa.esig.dss.xades.signature with type arguments of type DSSTransform Modifier and Type Method Description protected byte[]XAdESSignatureBuilder. applyTransformations(DSSDocument dssDocument, List<DSSTransform> transforms, Node nodeToTransform)
-