public abstract class TransformSpi extends Object
enginePerformTransform(XMLSignatureInput, Transform)
method.Modifier and Type | Field and Description |
---|---|
protected boolean |
secureValidation |
Constructor and Description |
---|
TransformSpi() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
engineGetURI()
Returns the URI representation of
Transformation algorithm |
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
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 XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) throws IOException, CanonicalizationException, InvalidCanonicalizerException, TransformationException, ParserConfigurationException, SAXException
input
- XMLSignatureInput
as the input of transformationos
- where to output this transformation.transformObject
- the Transform objectXMLSignatureInput
as the result of transformationCanonicalizationException
IOException
InvalidCanonicalizerException
ParserConfigurationException
SAXException
TransformationException
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, Transform transformObject) throws IOException, CanonicalizationException, InvalidCanonicalizerException, TransformationException, ParserConfigurationException, SAXException
input
- XMLSignatureInput
as the input of transformationtransformObject
- the Transform objectXMLSignatureInput
as the result of transformationCanonicalizationException
IOException
InvalidCanonicalizerException
ParserConfigurationException
SAXException
TransformationException
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input) throws IOException, CanonicalizationException, InvalidCanonicalizerException, TransformationException, ParserConfigurationException, SAXException
input
- XMLSignatureInput
as the input of transformationXMLSignatureInput
as the result of transformationCanonicalizationException
IOException
InvalidCanonicalizerException
ParserConfigurationException
SAXException
TransformationException
protected abstract String engineGetURI()
Transformation algorithm
Transformation algorithm
Copyright © 2007-2019. All Rights Reserved.