com.sun.xml.ws.security.opt.crypto.dsig
Class Transform
java.lang.Object
com.sun.xml.security.core.dsig.TransformType
com.sun.xml.ws.security.opt.crypto.dsig.Transform
- All Implemented Interfaces:
- AlgorithmMethod, Transform, XMLStructure
public class Transform
- extends TransformType
- implements Transform
- Author:
- Abhijit Das, K.Venugopal@sun.com
|
Constructor Summary |
Transform()
Creates a new instance of Transform |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transform
public Transform()
- Creates a new instance of Transform
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
- Specified by:
getParameterSpec in interface AlgorithmMethod- Specified by:
getParameterSpec in interface Transform
setParameterSpec
public void setParameterSpec(AlgorithmParameterSpec algSpec)
setContent
public void setContent(List content)
transform
public Data transform(Data data,
XMLCryptoContext xMLCryptoContext)
throws TransformException
- Specified by:
transform in interface Transform
- Throws:
TransformException
transform
public Data transform(Data data,
XMLCryptoContext xMLCryptoContext,
OutputStream outputStream)
throws TransformException
- Specified by:
transform in interface Transform
- Throws:
TransformException
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupported in interface XMLStructure
setReferenceId
public void setReferenceId(String id)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.