com.sun.xml.ws.security.opt.crypto.dsig
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
public class Exc14nCanonicalizer
- extends TransformService
- Author:
- K.Venugopal@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exc14nCanonicalizer
public Exc14nCanonicalizer()
- Creates a new instance of Exc14nCanonicalizer
init
public void init(TransformParameterSpec transformParameterSpec)
throws InvalidAlgorithmParameterException
- Specified by:
init in class TransformService
- Throws:
InvalidAlgorithmParameterException
marshalParams
public void marshalParams(XMLStructure xMLStructure,
XMLCryptoContext xMLCryptoContext)
throws MarshalException
- Specified by:
marshalParams in class TransformService
- Throws:
MarshalException
init
public void init(XMLStructure xMLStructure,
XMLCryptoContext xMLCryptoContext)
throws InvalidAlgorithmParameterException
- Specified by:
init in class TransformService
- Throws:
InvalidAlgorithmParameterException
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
transform
public Data transform(Data data,
XMLCryptoContext xMLCryptoContext)
throws TransformException
- Throws:
TransformException
transform
public Data transform(Data data,
XMLCryptoContext xMLCryptoContext,
OutputStream outputStream)
throws TransformException
- Throws:
TransformException
isFeatureSupported
public boolean isFeatureSupported(String string)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.