public abstract class TransformSpi
extends java.lang.Object
enginePerformTransform(XMLSignatureInput, Transform) method.| Modifier and Type | Field and Description |
|---|---|
protected Transform |
_transformObject
Deprecated.
|
| Constructor and Description |
|---|
TransformSpi() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
engineGetURI()
Returns the URI representation of
Transformation algorithm |
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input)
Deprecated.
|
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform _transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
Transform _transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected void |
setTransform(Transform transform)
Deprecated.
|
protected Transform _transformObject
protected void setTransform(Transform transform)
transform - the Transformprotected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform _transformObject) throws java.io.IOException, CanonicalizationException, InvalidCanonicalizerException, TransformationException, javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException
input - XMLSignatureInput as the input of transformationos - where to output this transformation._transformObject - the TransformXMLSignatureInput as the result of transformationCanonicalizationExceptionjava.io.IOExceptionInvalidCanonicalizerExceptionjavax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionTransformationExceptionprotected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, Transform _transformObject) throws java.io.IOException, CanonicalizationException, InvalidCanonicalizerException, TransformationException, javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException
input - XMLSignatureInput as the input of transformation_transformObject - the TransformXMLSignatureInput as the result of transformationCanonicalizationExceptionjava.io.IOExceptionInvalidCanonicalizerExceptionjavax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionTransformationExceptionprotected XMLSignatureInput enginePerformTransform(XMLSignatureInput input) throws java.io.IOException, CanonicalizationException, InvalidCanonicalizerException, TransformationException, javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException
input - XMLSignatureInput as the input of transformationXMLSignatureInput as the result of transformationCanonicalizationExceptionjava.io.IOExceptionInvalidCanonicalizerExceptionjavax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionTransformationExceptionprotected abstract java.lang.String engineGetURI()
Transformation algorithmTransformation algorithm