Class Transform
- java.lang.Object
-
- com.sun.xml.security.core.dsig.TransformType
-
- com.sun.xml.ws.security.opt.crypto.dsig.Transform
-
- All Implemented Interfaces:
AlgorithmMethod,Transform,XMLStructure
public class Transform extends TransformType implements Transform
- Author:
- Abhijit Das, K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description Transform()Creates a new instance of Transform
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmParameterSpecgetParameterSpec()booleanisFeatureSupported(String string)voidsetContent(List content)voidsetParameterSpec(AlgorithmParameterSpec algSpec)voidsetReferenceId(String id)Datatransform(Data data, XMLCryptoContext xMLCryptoContext)Datatransform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream)-
Methods inherited from class com.sun.xml.security.core.dsig.TransformType
getAlgorithm, getContent, setAlgorithm
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithm
-
-
-
-
Method Detail
-
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
- Specified by:
getParameterSpecin interfaceAlgorithmMethod- Specified by:
getParameterSpecin interfaceTransform
-
setParameterSpec
public void setParameterSpec(AlgorithmParameterSpec algSpec)
-
setContent
public void setContent(List content)
-
transform
public Data transform(Data data, XMLCryptoContext xMLCryptoContext) throws TransformException
- Specified by:
transformin interfaceTransform- Throws:
TransformException
-
transform
public Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) throws TransformException
- Specified by:
transformin interfaceTransform- Throws:
TransformException
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
setReferenceId
public void setReferenceId(String id)
-
-