public class TransformC14N extends TransformSpi
http://www.w3.org/TR/2001/REC-xml-c14n-20010315
transform.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
implementedTransformURI
Field implementedTransformURI
|
Constructor and Description |
---|
TransformC14N() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
engineGetURI()
Returns the URI representation of
Transformation algorithm |
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.
|
enginePerformTransform, enginePerformTransform
public static final java.lang.String implementedTransformURI
protected java.lang.String engineGetURI()
TransformSpi
Transformation algorithm
engineGetURI
in class TransformSpi
Transformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject) throws CanonicalizationException
TransformSpi
enginePerformTransform
in class TransformSpi
input
- XMLSignatureInput
as the input of transformationos
- where to output this transformation.transformObject
- the Transform objectXMLSignatureInput
as the result of transformationCanonicalizationException