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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.xml.security.stax.impl.transformer.TransformIdentity
TransformIdentity.ChildOutputMethod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Field Details
-
curLevel
private int curLevel -
sigElementLevel
private int sigElementLevel
-
-
Constructor Details
-
TransformEnvelopedSignature
public TransformEnvelopedSignature()
-
-
Method Details
-
getPreferredTransformMethod
public XMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput) - Specified by:
getPreferredTransformMethod
in interfaceTransformer
- Overrides:
getPreferredTransformMethod
in classTransformIdentity
-
transform
- Specified by:
transform
in interfaceTransformer
- Overrides:
transform
in classTransformIdentity
- Throws:
XMLStreamException
-
transform
- Specified by:
transform
in interfaceTransformer
- Overrides:
transform
in classTransformIdentity
- Throws:
XMLStreamException
-