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 TypeMethodDescriptionvoiddoFinal()voidsetOutputStream(OutputStream outputStream) voidtransform(InputStream inputStream) voidtransform(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:
setOutputStreamin interfaceTransformer- Overrides:
setOutputStreamin classTransformIdentity- Throws:
XMLSecurityException
-
getPreferredTransformMethod
public XMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput) - Specified by:
getPreferredTransformMethodin interfaceTransformer- Overrides:
getPreferredTransformMethodin classTransformIdentity
-
transform
- Specified by:
transformin interfaceTransformer- Overrides:
transformin classTransformIdentity- Throws:
XMLStreamException
-
transform
- Specified by:
transformin interfaceTransformer- Overrides:
transformin classTransformIdentity- Throws:
XMLStreamException
-
doFinal
- Specified by:
doFinalin interfaceTransformer- Overrides:
doFinalin classTransformIdentity- Throws:
XMLStreamException
-