|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformC14N
public class TransformC14N
Implements the http://www.w3.org/TR/2001/REC-xml-c14n-20010315
transform.
| Field Summary | |
|---|---|
static java.lang.String |
implementedTransformURI
Field implementedTransformURI |
| Fields inherited from class org.apache.xml.security.transforms.TransformSpi |
|---|
secureValidation |
| Constructor Summary | |
|---|---|
TransformC14N()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.xml.security.transforms.TransformSpi |
|---|
enginePerformTransform, enginePerformTransform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String implementedTransformURI
| Constructor Detail |
|---|
public TransformC14N()
| Method Detail |
|---|
protected java.lang.String engineGetURI()
TransformSpiTransformation algorithm
engineGetURI in class TransformSpiTransformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform transformObject)
throws CanonicalizationException
TransformSpi
enginePerformTransform in class TransformSpiinput - XMLSignatureInput as the input of transformationos - where to output this transformation.transformObject - the Transform object
XMLSignatureInput as the result of transformation
CanonicalizationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||