org.apache.xml.security.stax.impl.transformer
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
public class TransformBase64Decode
- extends TransformIdentity
- Version:
- $Revision: 1395267 $ $Date: 2012-10-07 11:02:46 +0100 (Sun, 07 Oct 2012) $
- Author:
- $Author: giger $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformBase64Decode
public TransformBase64Decode()
setOutputStream
public void setOutputStream(OutputStream outputStream)
throws XMLSecurityException
- Specified by:
setOutputStream in interface Transformer- Overrides:
setOutputStream in class TransformIdentity
- Throws:
XMLSecurityException
getPreferredTransformMethod
public XMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
- Specified by:
getPreferredTransformMethod in interface Transformer- Overrides:
getPreferredTransformMethod in class TransformIdentity
transform
public void transform(XMLSecEvent xmlSecEvent)
throws XMLStreamException
- Specified by:
transform in interface Transformer- Overrides:
transform in class TransformIdentity
- Throws:
XMLStreamException
transform
public void transform(InputStream inputStream)
throws XMLStreamException
- Specified by:
transform in interface Transformer- Overrides:
transform in class TransformIdentity
- Throws:
XMLStreamException
doFinal
public void doFinal()
throws XMLStreamException
- Specified by:
doFinal in interface Transformer- Overrides:
doFinal in class TransformIdentity
- Throws:
XMLStreamException
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.