Class TransformBase64Decode
- java.lang.Object
-
- org.apache.xml.security.stax.impl.transformer.TransformIdentity
-
- org.apache.xml.security.stax.impl.transformer.TransformBase64Decode
-
- All Implemented Interfaces:
Transformer
public class TransformBase64Decode 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 TransformIdentity.ChildOutputMethod
childOutputMethod
-
Constructor Summary
Constructors Constructor Description TransformBase64Decode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doFinal()
XMLSecurityConstants.TransformMethod
getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
void
setOutputStream(java.io.OutputStream outputStream)
void
transform(java.io.InputStream inputStream)
void
transform(XMLSecEvent xmlSecEvent)
-
Methods inherited from class org.apache.xml.security.stax.impl.transformer.TransformIdentity
getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setProperties, setTransformer
-
-
-
-
Field Detail
-
childOutputMethod
private TransformIdentity.ChildOutputMethod childOutputMethod
-
-
Method Detail
-
setOutputStream
public void setOutputStream(java.io.OutputStream outputStream) throws XMLSecurityException
- Specified by:
setOutputStream
in interfaceTransformer
- Overrides:
setOutputStream
in classTransformIdentity
- Throws:
XMLSecurityException
-
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
-
doFinal
public void doFinal() throws javax.xml.stream.XMLStreamException
- Specified by:
doFinal
in interfaceTransformer
- Overrides:
doFinal
in classTransformIdentity
- Throws:
javax.xml.stream.XMLStreamException
-
-