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 givennodeand 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:DSSTransformPerforms transformation on the givennodeand returns resulting bytes- Parameters:
node-Nodeto perform transformation on- Returns:
- byte array
-