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:
- [email protected]
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(TransformParameterSpec transformParameterSpec) void
init
(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) boolean
isFeatureSupported
(String string) void
marshalParams
(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:
init
in classTransformService
-
marshalParams
public void marshalParams(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext) throws MarshalException - Specified by:
marshalParams
in classTransformService
- Throws:
MarshalException
-
init
- Specified by:
init
in classTransformService
-
getParameterSpec
-
transform
- Throws:
TransformException
-
transform
public Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream) throws TransformException - Throws:
TransformException
-
isFeatureSupported
-