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