Class ACOTransform
- java.lang.Object
-
- javax.xml.crypto.dsig.TransformService
-
- com.sun.xml.ws.security.opt.crypto.dsig.ACOTransform
-
- All Implemented Interfaces:
AlgorithmMethod,Transform,XMLStructure
public class ACOTransform extends TransformService
- Author:
- ashutosh.shahi@sun.com
-
-
Constructor Summary
Constructors Constructor Description ACOTransform()Creates a new instance of ACOTransform
-
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 context)Datatransform(Data data, XMLCryptoContext context, OutputStream os)-
Methods inherited from class javax.xml.crypto.dsig.TransformService
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
-
-
-
-
Method Detail
-
init
public void init(TransformParameterSpec params) throws InvalidAlgorithmParameterException
- Specified by:
initin classTransformService- Throws:
InvalidAlgorithmParameterException
-
marshalParams
public void marshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException
- Specified by:
marshalParamsin classTransformService- Throws:
MarshalException
-
init
public void init(XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException
- Specified by:
initin classTransformService- Throws:
InvalidAlgorithmParameterException
-
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
-
transform
public Data transform(Data data, XMLCryptoContext context) throws TransformException
- Throws:
TransformException
-
transform
public Data transform(Data data, XMLCryptoContext context, OutputStream os) throws TransformException
- Throws:
TransformException
-
isFeatureSupported
public boolean isFeatureSupported(String feature)
-
-