org.apache.xml.security.transforms
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 transformationCanonicalizationException
java.io.IOException
InvalidCanonicalizerException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
TransformationException
protected 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 transformationCanonicalizationException
java.io.IOException
InvalidCanonicalizerException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
TransformationException
protected 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 transformationCanonicalizationException
java.io.IOException
InvalidCanonicalizerException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
TransformationException
protected abstract java.lang.String engineGetURI()
Transformation algorithm
Transformation algorithm
Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.