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 transformationCanonicalizationExceptionIOExceptionInvalidCanonicalizerExceptionParserConfigurationExceptionSAXExceptionTransformationExceptionprotected 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 transformationCanonicalizationExceptionIOExceptionInvalidCanonicalizerExceptionParserConfigurationExceptionSAXExceptionTransformationExceptionprotected XMLSignatureInput enginePerformTransform(XMLSignatureInput input) throws IOException, CanonicalizationException, InvalidCanonicalizerException, TransformationException, ParserConfigurationException, SAXException
input - XMLSignatureInput as the input of transformationXMLSignatureInput as the result of transformationCanonicalizationExceptionIOExceptionInvalidCanonicalizerExceptionParserConfigurationExceptionSAXExceptionTransformationExceptionprotected abstract String engineGetURI()
Transformation algorithmTransformation algorithmCopyright © 2000–2019 The Apache Software Foundation. All rights reserved.