Class ComplexTransform
java.lang.Object
eu.europa.esig.dss.xades.reference.AbstractTransform
eu.europa.esig.dss.xades.reference.ComplexTransform
- All Implemented Interfaces:
DSSTransform
- Direct Known Subclasses:
XPathTransform
,XsltTransform
public abstract class ComplexTransform extends AbstractTransform
-
Field Summary
Fields inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
algorithm, namespace
-
Constructor Summary
Constructors Constructor Description ComplexTransform(DSSNamespace xmlDSigNamespace, String algorithm)
-
Method Summary
Modifier and Type Method Description byte[]
getBytesAfterTranformation(Node node)
Performs transformation on the givennode
and returns resulting bytesMethods inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
createTransform, getAlgorithm, setNamespace
-
Constructor Details
-
Method Details
-
getBytesAfterTranformation
Description copied from interface:DSSTransform
Performs transformation on the givennode
and returns resulting bytes- Parameters:
node
-Node
to perform transformation on- Returns:
- byte array
-