Transformer
public class TransformBase64Decode extends TransformIdentity
Constructor | Description |
---|---|
TransformBase64Decode() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setProperties, setTransformer
public void setOutputStream(OutputStream outputStream) throws XMLSecurityException
setOutputStream
in interface Transformer
setOutputStream
in class TransformIdentity
XMLSecurityException
public XMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
getPreferredTransformMethod
in interface Transformer
getPreferredTransformMethod
in class TransformIdentity
public void transform(XMLSecEvent xmlSecEvent) throws XMLStreamException
transform
in interface Transformer
transform
in class TransformIdentity
XMLStreamException
public void transform(InputStream inputStream) throws XMLStreamException
transform
in interface Transformer
transform
in class TransformIdentity
XMLStreamException
public void doFinal() throws XMLStreamException
doFinal
in interface Transformer
doFinal
in class TransformIdentity
XMLStreamException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.