com.sun.xml.wss.impl.transform
Class DOMSTRTransform
java.lang.Object
javax.xml.crypto.dsig.TransformService
com.sun.xml.wss.impl.transform.DOMSTRTransform
- All Implemented Interfaces:
- javax.xml.crypto.AlgorithmMethod, javax.xml.crypto.dsig.Transform, javax.xml.crypto.XMLStructure
public class DOMSTRTransform
- extends javax.xml.crypto.dsig.TransformService
- Author:
- K.Venugopal@sun.com, Sean Mullan
| Fields inherited from interface javax.xml.crypto.dsig.Transform |
BASE64, ENVELOPED, XPATH, XPATH2, XSLT |
| 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 |
WSSE
public static final String WSSE
- See Also:
- Constant Field Values
WSU
public static final String WSU
- See Also:
- Constant Field Values
DOMSTRTransform
public DOMSTRTransform()
init
public void init(javax.xml.crypto.dsig.spec.TransformParameterSpec params)
throws InvalidAlgorithmParameterException
- Specified by:
init in class javax.xml.crypto.dsig.TransformService
- Throws:
InvalidAlgorithmParameterException
init
public void init(javax.xml.crypto.XMLStructure params,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
throws InvalidAlgorithmParameterException
- Specified by:
init in class javax.xml.crypto.dsig.TransformService
- Throws:
InvalidAlgorithmParameterException
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
marshalParams
public void marshalParams(javax.xml.crypto.XMLStructure parent,
javax.xml.crypto.XMLCryptoContext context)
throws javax.xml.crypto.MarshalException
- Specified by:
marshalParams in class javax.xml.crypto.dsig.TransformService
- Throws:
javax.xml.crypto.MarshalException
transform
public javax.xml.crypto.Data transform(javax.xml.crypto.Data data,
javax.xml.crypto.XMLCryptoContext xc)
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 xc,
OutputStream outputStream)
throws javax.xml.crypto.dsig.TransformException
- Throws:
javax.xml.crypto.dsig.TransformException
unmarshalParams
public void unmarshalParams(javax.xml.crypto.XMLStructure parent,
javax.xml.crypto.XMLCryptoContext context)
throws javax.xml.crypto.MarshalException,
InvalidAlgorithmParameterException
- Throws:
javax.xml.crypto.MarshalException
InvalidAlgorithmParameterException
isFeatureSupported
public boolean isFeatureSupported(String str)
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.