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
- Author:
- Abhijit Das, K.Venugopal@sun.com
-
Field Summary
Fields inherited from class com.sun.xml.security.core.dsig.TransformType
algorithm, content -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFeatureSupported(String string) voidsetContent(List content) voidsetParameterSpec(AlgorithmParameterSpec algSpec) voidsetReferenceId(String id) transform(Data data, XMLCryptoContext xMLCryptoContext) transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) Methods inherited from class com.sun.xml.security.core.dsig.TransformType
getAlgorithm, getContent, setAlgorithmMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithm
-
Constructor Details
-
Transform
public Transform()Creates a new instance of Transform
-
-
Method Details
-
getParameterSpec
- Specified by:
getParameterSpecin interfaceAlgorithmMethod- Specified by:
getParameterSpecin interfaceTransform
-
setParameterSpec
-
setContent
-
transform
- 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
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
setReferenceId
-