public class TransformBase64Decode extends TransformIdentity
| Constructor and Description |
|---|
TransformBase64Decode() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFinal() |
XMLSecurityConstants.TransformMethod |
getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput) |
void |
setOutputStream(OutputStream outputStream) |
void |
transform(InputStream inputStream) |
void |
transform(XMLSecEvent xmlSecEvent) |
getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setProperties, setTransformerpublic void setOutputStream(OutputStream outputStream) throws XMLSecurityException
setOutputStream in interface TransformersetOutputStream in class TransformIdentityXMLSecurityExceptionpublic XMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
getPreferredTransformMethod in interface TransformergetPreferredTransformMethod in class TransformIdentitypublic void transform(XMLSecEvent xmlSecEvent) throws XMLStreamException
transform in interface Transformertransform in class TransformIdentityXMLStreamExceptionpublic void transform(InputStream inputStream) throws XMLStreamException
transform in interface Transformertransform in class TransformIdentityXMLStreamExceptionpublic void doFinal()
throws XMLStreamException
doFinal in interface TransformerdoFinal in class TransformIdentityXMLStreamExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.