TransformBase64Decode
, TransformC14N
, TransformC14N11
, TransformC14N11_WithComments
, TransformC14NExclusive
, TransformC14NExclusiveWithComments
, TransformC14NWithComments
, TransformEnvelopedSignature
, TransformXPath
, TransformXPath2Filter
, TransformXPointer
, TransformXSLT
public abstract class TransformSpi extends Object
enginePerformTransform(XMLSignatureInput, Transform)
method.Modifier and Type | Field | Description |
---|---|---|
protected boolean |
secureValidation |
Constructor | Description |
---|---|
TransformSpi() |
Modifier and Type | Method | 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 © 2000–2018 The Apache Software Foundation. All rights reserved.