Package 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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTRANSFORM_URIstatic StringTRANSFORM_WS_DOC_INFO
-
Constructor Summary
Constructors Constructor Description STRTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmParameterSpecgetParameterSpec()voidinit(TransformParameterSpec params)voidinit(XMLStructure parent, XMLCryptoContext context)booleanisFeatureSupported(String feature)voidmarshalParams(XMLStructure parent, XMLCryptoContext context)Datatransform(Data data, XMLCryptoContext xc)Datatransform(Data data, XMLCryptoContext xc, OutputStream os)-
Methods inherited from class javax.xml.crypto.dsig.TransformService
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec()
-
init
public void init(TransformParameterSpec params) throws InvalidAlgorithmParameterException
- Specified by:
initin classTransformService- Throws:
InvalidAlgorithmParameterException
-
init
public void init(XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException
- Specified by:
initin classTransformService- Throws:
InvalidAlgorithmParameterException
-
marshalParams
public void marshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException
- Specified by:
marshalParamsin classTransformService- 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)
-
-