org.apache.wss4j.dom.transform
Class STRTransform
java.lang.Object
javax.xml.crypto.dsig.TransformService
org.apache.wss4j.dom.transform.STRTransform
- All Implemented Interfaces:
- AlgorithmMethod, Transform, XMLStructure
public class STRTransform
- extends TransformService
Class STRTransform.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSFORM_URI
public static final String TRANSFORM_URI
- See Also:
- Constant Field Values
TRANSFORM_WS_DOC_INFO
public static final String TRANSFORM_WS_DOC_INFO
- See Also:
- Constant Field Values
STRTransform
public STRTransform()
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec()
init
public void init(TransformParameterSpec params)
throws InvalidAlgorithmParameterException
- Specified by:
init in class TransformService
- Throws:
InvalidAlgorithmParameterException
init
public void init(XMLStructure parent,
XMLCryptoContext context)
throws InvalidAlgorithmParameterException
- Specified by:
init in class TransformService
- Throws:
InvalidAlgorithmParameterException
marshalParams
public void marshalParams(XMLStructure parent,
XMLCryptoContext context)
throws MarshalException
- Specified by:
marshalParams in class TransformService
- Throws:
MarshalException
transform
public Data transform(Data data,
XMLCryptoContext xc)
throws TransformException
- Throws:
TransformException
transform
public Data transform(Data data,
XMLCryptoContext xc,
OutputStream os)
throws TransformException
- Throws:
TransformException
isFeatureSupported
public final boolean isFeatureSupported(String feature)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.