Package com.sun.xml.wss.impl.transform
Class DOMSTRTransform
java.lang.Object
javax.xml.crypto.dsig.TransformService
com.sun.xml.wss.impl.transform.DOMSTRTransform
- All Implemented Interfaces:
AlgorithmMethod,Transform,XMLStructure
- Author:
- K.Venugopal@sun.com, Sean Mullan
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(TransformParameterSpec params) voidinit(XMLStructure params, XMLCryptoContext xMLCryptoContext) booleanisFeatureSupported(String str) voidmarshalParams(XMLStructure parent, XMLCryptoContext context) transform(Data data, XMLCryptoContext xc) transform(Data data, XMLCryptoContext xc, OutputStream outputStream) voidunmarshalParams(XMLStructure parent, XMLCryptoContext context) Methods inherited from class javax.xml.crypto.dsig.TransformService
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
-
Field Details
-
WSSE
- See Also:
-
WSU
- See Also:
-
-
Constructor Details
-
DOMSTRTransform
public DOMSTRTransform()
-
-
Method Details
-
init
- Specified by:
initin classTransformService- Throws:
InvalidAlgorithmParameterException
-
init
public void init(XMLStructure params, XMLCryptoContext xMLCryptoContext) throws InvalidAlgorithmParameterException - Specified by:
initin classTransformService- Throws:
InvalidAlgorithmParameterException
-
getParameterSpec
-
marshalParams
- Specified by:
marshalParamsin classTransformService- Throws:
MarshalException
-
transform
- Throws:
TransformException
-
transform
public Data transform(Data data, XMLCryptoContext xc, OutputStream outputStream) throws TransformException - Throws:
TransformException
-
unmarshalParams
public void unmarshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException, InvalidAlgorithmParameterException -
isFeatureSupported
-