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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.xml.security.stax.impl.transformer.TransformIdentity
TransformIdentity.ChildOutputMethod
-
-
Field Summary
Fields Modifier and Type Field Description private int
curLevel
private int
sigElementLevel
-
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(java.io.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 javax.xml.stream.XMLStreamException
- Specified by:
transform
in interfaceTransformer
- Overrides:
transform
in classTransformIdentity
- Throws:
javax.xml.stream.XMLStreamException
-
transform
public void transform(java.io.InputStream inputStream) throws javax.xml.stream.XMLStreamException
- Specified by:
transform
in interfaceTransformer
- Overrides:
transform
in classTransformIdentity
- Throws:
javax.xml.stream.XMLStreamException
-
-