org.apache.xml.security.transforms.implementations
public class TransformEnvelopedSignature extends TransformSpi
http://www.w3.org/2000/09/xmldsig#enveloped-signature
transform.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
implementedTransformURI
Field implementedTransformURI
|
_transformObject
Constructor and Description |
---|
TransformEnvelopedSignature() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
engineGetURI()
Method engineGetURI
|
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
Transform _transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.
|
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 TransformationException
TransformSpi
enginePerformTransform
in class TransformSpi
input
- XMLSignatureInput
as the input of transformation_transformObject
- the TransformXMLSignatureInput
as the result of transformationTransformationException
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.