Class TransformSpi

java.lang.Object
org.apache.xml.security.transforms.TransformSpi

public abstract class TransformSpi extends Object
Base class which all Transform algorithms extend. The common methods that have to be overridden are the enginePerformTransform(XMLSignatureInput) method.
Author:
Christian Geuer-Pollmann