public abstract class TransformSpi
extends java.lang.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 java.lang.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,
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 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 Transform objectXMLSignatureInput 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 transformationtransformObject - the Transform objectXMLSignatureInput 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 algorithmCopyright © 2007–2023. All rights reserved.