Class CanonicalizationMethod
- java.lang.Object
-
- com.sun.xml.security.core.dsig.CanonicalizationMethodType
-
- com.sun.xml.ws.security.opt.crypto.dsig.CanonicalizationMethod
-
- All Implemented Interfaces:
AlgorithmMethod
,CanonicalizationMethod
,Transform
,XMLStructure
public class CanonicalizationMethod extends CanonicalizationMethodType implements CanonicalizationMethod
- Author:
- Abhijit Das, [email protected]
-
-
Field Summary
-
Fields inherited from class com.sun.xml.security.core.dsig.CanonicalizationMethodType
algorithm, content
-
Fields inherited from interface javax.xml.crypto.dsig.CanonicalizationMethod
EXCLUSIVE, EXCLUSIVE_WITH_COMMENTS, INCLUSIVE, INCLUSIVE_WITH_COMMENTS
-
-
Constructor Summary
Constructors Constructor Description CanonicalizationMethod()
Creates a new instance of CanonicalizationMethod
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmParameterSpec
getParameterSpec()
boolean
isFeatureSupported(String string)
void
setContent(List content)
void
setParameterSpec(AlgorithmParameterSpec algSpec)
Data
transform(Data data, XMLCryptoContext xMLCryptoContext)
Data
transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream)
-
Methods inherited from class com.sun.xml.security.core.dsig.CanonicalizationMethodType
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
-
setParameterSpec
public void setParameterSpec(AlgorithmParameterSpec algSpec)
-
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
- Specified by:
getParameterSpec
in interfaceAlgorithmMethod
- Specified by:
getParameterSpec
in interfaceCanonicalizationMethod
- Specified by:
getParameterSpec
in interfaceTransform
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupported
in interfaceXMLStructure
-
transform
public Data transform(Data data, XMLCryptoContext xMLCryptoContext) throws TransformException
- Specified by:
transform
in interfaceTransform
- Throws:
TransformException
-
transform
public Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) throws TransformException
- Specified by:
transform
in interfaceTransform
- Throws:
TransformException
-
setContent
public void setContent(List content)
-
-