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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doFinal()
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
-
Constructor Details
-
TransformBase64Decode
public TransformBase64Decode()
-
-
Method Details
-
setOutputStream
- 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
- Specified by:
transform
in interfaceTransformer
- Overrides:
transform
in classTransformIdentity
- Throws:
XMLStreamException
-
transform
- Specified by:
transform
in interfaceTransformer
- Overrides:
transform
in classTransformIdentity
- Throws:
XMLStreamException
-
doFinal
- Specified by:
doFinal
in interfaceTransformer
- Overrides:
doFinal
in classTransformIdentity
- Throws:
XMLStreamException
-