Class ComplexTransform
java.lang.Object
eu.europa.esig.dss.xades.reference.AbstractTransform
eu.europa.esig.dss.xades.reference.ComplexTransform
- All Implemented Interfaces:
DSSTransform,Serializable
- Direct Known Subclasses:
CanonicalizationTransform,XPathTransform,XsltTransform
Transform processed by Apache
XMLSignatureInput utils- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
algorithm, namespace -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedComplexTransform(DSSNamespace xmlDSigNamespace, String algorithm) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.xml.security.transforms.TransformBuilds aTransformobjectperformTransform(DSSTransformOutput transformOutput) Executes a transform on the providedDSSTransformOutputMethods inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
createTransform, equals, getAlgorithm, hashCode, setNamespace, toString
-
Constructor Details
-
ComplexTransform
Default constructor- Parameters:
xmlDSigNamespace-DSSNamespacealgorithm-Stringurl
-
-
Method Details
-
buildTransformObject
protected org.apache.xml.security.transforms.Transform buildTransformObject()Builds aTransformobject- Returns:
Transform
-
performTransform
Description copied from interface:DSSTransformExecutes a transform on the providedDSSTransformOutput- Parameters:
transformOutput-DSSTransformOutput- Returns:
DSSTransformOutputafter applying the transform
-