org.apache.xml.security.transforms.implementations
public class TransformC14NExclusive extends TransformSpi
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
implementedTransformURI
Field implementedTransformURI
|
_transformObject
Constructor and Description |
---|
TransformC14NExclusive() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
engineGetURI()
Method engineGetURI
|
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)
Method enginePerformTransform
|
enginePerformTransform, setTransform
public static final java.lang.String implementedTransformURI
protected java.lang.String engineGetURI()
engineGetURI
in class TransformSpi
Transformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, Transform _transformObject) throws CanonicalizationException
enginePerformTransform
in class TransformSpi
input
- _transformObject
- the TransformCanonicalizationException
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 TransformXMLSignatureInput
as the result of transformationCanonicalizationException
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.