com.sun.xml.wss.impl.transform
Class ACOTransform
java.lang.Object
javax.xml.crypto.dsig.TransformService
com.sun.xml.wss.impl.transform.ACOTransform
- All Implemented Interfaces:
- javax.xml.crypto.AlgorithmMethod, javax.xml.crypto.dsig.Transform, javax.xml.crypto.XMLStructure
public class ACOTransform
- extends javax.xml.crypto.dsig.TransformService
- Author:
- K.venugopal@sun.com
| Fields inherited from interface javax.xml.crypto.dsig.Transform |
BASE64, ENVELOPED, XPATH, XPATH2, XSLT |
|
Constructor Summary |
ACOTransform()
Creates a new instance of ACOTransform |
| Methods inherited from class javax.xml.crypto.dsig.TransformService |
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACOTransform
public ACOTransform()
- Creates a new instance of ACOTransform
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
init
public void init(javax.xml.crypto.dsig.spec.TransformParameterSpec transformParameterSpec)
throws InvalidAlgorithmParameterException
- Specified by:
init in class javax.xml.crypto.dsig.TransformService
- Throws:
InvalidAlgorithmParameterException
init
public void init(javax.xml.crypto.XMLStructure xMLStructure,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
throws InvalidAlgorithmParameterException
- Specified by:
init in class javax.xml.crypto.dsig.TransformService
- Throws:
InvalidAlgorithmParameterException
marshalParams
public void marshalParams(javax.xml.crypto.XMLStructure xMLStructure,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
throws javax.xml.crypto.MarshalException
- Specified by:
marshalParams in class javax.xml.crypto.dsig.TransformService
- Throws:
javax.xml.crypto.MarshalException
isFeatureSupported
public boolean isFeatureSupported(String str)
transform
public javax.xml.crypto.Data transform(javax.xml.crypto.Data data,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
throws javax.xml.crypto.dsig.TransformException
- Throws:
javax.xml.crypto.dsig.TransformException
transform
public javax.xml.crypto.Data transform(javax.xml.crypto.Data data,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext,
OutputStream outputStream)
throws javax.xml.crypto.dsig.TransformException
- Throws:
javax.xml.crypto.dsig.TransformException
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.