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 |
|
Method Summary |
java.security.spec.AlgorithmParameterSpec |
getParameterSpec()
|
void |
init(javax.xml.crypto.dsig.spec.TransformParameterSpec transformParameterSpec)
|
void |
init(javax.xml.crypto.XMLStructure xMLStructure,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
|
boolean |
isFeatureSupported(java.lang.String str)
|
void |
marshalParams(javax.xml.crypto.XMLStructure xMLStructure,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
|
javax.xml.crypto.Data |
transform(javax.xml.crypto.Data data,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
|
javax.xml.crypto.Data |
transform(javax.xml.crypto.Data data,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext,
java.io.OutputStream outputStream)
|
| 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 java.security.spec.AlgorithmParameterSpec getParameterSpec()
init
public void init(javax.xml.crypto.dsig.spec.TransformParameterSpec transformParameterSpec)
throws java.security.InvalidAlgorithmParameterException
- Specified by:
init in class javax.xml.crypto.dsig.TransformService
- Throws:
java.security.InvalidAlgorithmParameterException
init
public void init(javax.xml.crypto.XMLStructure xMLStructure,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
throws java.security.InvalidAlgorithmParameterException
- Specified by:
init in class javax.xml.crypto.dsig.TransformService
- Throws:
java.security.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(java.lang.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,
java.io.OutputStream outputStream)
throws javax.xml.crypto.dsig.TransformException
- Throws:
javax.xml.crypto.dsig.TransformException
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.