Class Exc14nCanonicalizer
java.lang.Object
javax.xml.crypto.dsig.TransformService
com.sun.xml.ws.security.opt.crypto.dsig.Exc14nCanonicalizer
- All Implemented Interfaces:
AlgorithmMethod,Transform,XMLStructure
- Author:
- K.Venugopal@sun.com
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(TransformParameterSpec transformParameterSpec) voidinit(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) booleanisFeatureSupported(String string) voidmarshalParams(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) transform(Data data, XMLCryptoContext xMLCryptoContext) transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) Methods inherited from class javax.xml.crypto.dsig.TransformService
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
-
Constructor Details
-
Exc14nCanonicalizer
public Exc14nCanonicalizer()Creates a new instance of Exc14nCanonicalizer
-
-
Method Details
-
init
- Specified by:
initin classTransformService
-
marshalParams
public void marshalParams(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) throws MarshalException - Specified by:
marshalParamsin classTransformService- Throws:
MarshalException
-
init
- Specified by:
initin classTransformService
-
getParameterSpec
-
transform
- Throws:
TransformException
-
transform
public Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) throws TransformException - Throws:
TransformException
-
isFeatureSupported
-