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
-
-
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(OutputStream outputStream)
void
transform(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
-
-
-
-
Method Detail
-
setOutputStream
public void setOutputStream(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 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
-
doFinal
public void doFinal() throws XMLStreamException
- Specified by:
doFinal
in interfaceTransformer
- Overrides:
doFinal
in classTransformIdentity
- Throws:
XMLStreamException
-
-