Class TransformEnvelopedSignature
- java.lang.Object
-
- org.apache.xml.security.stax.impl.transformer.TransformIdentity
-
- org.apache.xml.security.stax.impl.transformer.TransformEnvelopedSignature
-
- All Implemented Interfaces:
Transformer
public class TransformEnvelopedSignature extends TransformIdentity
-
-
Constructor Summary
Constructors Constructor Description TransformEnvelopedSignature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLSecurityConstants.TransformMethod
getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
void
transform(InputStream inputStream)
void
transform(XMLSecEvent xmlSecEvent)
-
Methods inherited from class org.apache.xml.security.stax.impl.transformer.TransformIdentity
doFinal, getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setOutputStream, setProperties, setTransformer
-
-
-
-
Method Detail
-
getPreferredTransformMethod
public XMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
- Specified by:
getPreferredTransformMethod
in interfaceTransformer
- Overrides:
getPreferredTransformMethod
in classTransformIdentity
-
transform
public void transform(XMLSecEvent xmlSecEvent) throws XMLStreamException
- Specified by:
transform
in interfaceTransformer
- Overrides:
transform
in classTransformIdentity
- Throws:
XMLStreamException
-
transform
public void transform(InputStream inputStream) throws XMLStreamException
- Specified by:
transform
in interfaceTransformer
- Overrides:
transform
in classTransformIdentity
- Throws:
XMLStreamException
-
-