Class TransformEnvelopedSignature
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformEnvelopedSignature
Implements the
http://www.w3.org/2000/09/xmldsig#enveloped-signature
transform.-
Field Summary
FieldsFields inherited from class org.apache.xml.security.transforms.TransformSpi
secureValidation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringMethod engineGetURI Returns the URI representation ofTransformation algorithmprotected XMLSignatureInputenginePerformTransform(XMLSignatureInput input, 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
-
Field Details
-
implementedTransformURI
Field implementedTransformURI- See Also:
-
-
Constructor Details
-
TransformEnvelopedSignature
public TransformEnvelopedSignature()
-
-
Method Details
-
engineGetURI
Method engineGetURI Returns the URI representation ofTransformation algorithm- Specified by:
engineGetURIin classTransformSpi- Returns:
- the URI representation of
Transformation algorithm
-
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) throws TransformationException The mega method which MUST be implemented by the Transformation Algorithm.- Overrides:
enginePerformTransformin classTransformSpi- Parameters:
input-XMLSignatureInputas the input of transformationos- where to output this transformation.transformObject- the Transform object- Returns:
XMLSignatureInputas the result of transformation- Throws:
TransformationException
-