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:
- AlgorithmMethod, Transform, XMLStructure
public class DOMSTRTransform
- extends TransformService
- Author:
- K.Venugopal@sun.com, Sean Mullan
| 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(TransformParameterSpec params)
throws InvalidAlgorithmParameterException
- Specified by:
init in class TransformService
- Throws:
InvalidAlgorithmParameterException
init
public void init(XMLStructure params,
XMLCryptoContext xMLCryptoContext)
throws InvalidAlgorithmParameterException
- Specified by:
init in class TransformService
- Throws:
InvalidAlgorithmParameterException
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
marshalParams
public void marshalParams(XMLStructure parent,
XMLCryptoContext context)
throws MarshalException
- Specified by:
marshalParams in class TransformService
- Throws:
MarshalException
transform
public Data transform(Data data,
XMLCryptoContext xc)
throws TransformException
- Throws:
TransformException
transform
public Data transform(Data data,
XMLCryptoContext xc,
OutputStream outputStream)
throws TransformException
- Throws:
TransformException
unmarshalParams
public void unmarshalParams(XMLStructure parent,
XMLCryptoContext context)
throws MarshalException,
InvalidAlgorithmParameterException
- Throws:
MarshalException
InvalidAlgorithmParameterException
isFeatureSupported
public boolean isFeatureSupported(String str)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.