org.apache.xml.security.transforms.implementations
Class TransformEnvelopedSignature
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformEnvelopedSignature
public class TransformEnvelopedSignature
- extends TransformSpi
Implements the http://www.w3.org/2000/09/xmldsig#enveloped-signature
transform.
- Author:
- Christian Geuer-Pollmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
implementedTransformURI
public static final java.lang.String implementedTransformURI
- Field implementedTransformURI
- See Also:
- Constant Field Values
TransformEnvelopedSignature
public TransformEnvelopedSignature()
engineGetURI
protected java.lang.String engineGetURI()
- Method engineGetURI
- Specified by:
engineGetURI
in class TransformSpi
- Returns:
- the URI representation of
Transformation algorithm
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform transformObject)
throws TransformationException
- Description copied from class:
TransformSpi
- The mega method which MUST be implemented by the Transformation Algorithm.
- Overrides:
enginePerformTransform
in class TransformSpi
- Parameters:
input
- XMLSignatureInput
as the input of transformationos
- where to output this transformation.transformObject
- the Transform object
- Returns:
XMLSignatureInput
as the result of transformation
- Throws:
TransformationException