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
-
Nested Class Summary
Nested classes/interfaces inherited from class TransformIdentity
TransformIdentity.ChildOutputMethod -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoFinal()voidsetOutputStream(OutputStream outputStream) voidtransform(InputStream inputStream) voidtransform(XMLSecEvent xmlSecEvent) Methods inherited from class TransformIdentity
getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setProperties, setTransformer
-
Field Details
-
childOutputMethod
-
-
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
-