java.lang.Object
javax.xml.crypto.dsig.TransformService
com.sun.xml.wss.impl.transform.ACTransform
- All Implemented Interfaces:
AlgorithmMethod,Transform,XMLStructure
- Author:
- K.Venugopal@sun.com
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(TransformParameterSpec transformParameterSpec) voidinit(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) booleanisFeatureSupported(String str) voidmarshalParams(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) transform(Data data, XMLCryptoContext xMLCryptoContext) transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) Methods inherited from class javax.xml.crypto.dsig.TransformService
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
-
Constructor Details
-
ACTransform
public ACTransform()Creates a new instance of ACTranform
-
-
Method Details
-
init
- Specified by:
initin classTransformService
-
init
- Specified by:
initin classTransformService
-
getParameterSpec
-
marshalParams
public void marshalParams(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) throws MarshalException - Specified by:
marshalParamsin classTransformService- Throws:
MarshalException
-
isFeatureSupported
-
transform
- Throws:
TransformException
-
transform
public Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) throws TransformException - Throws:
TransformException
-