com.sun.xml.ws.security.opt.crypto.dsig
Class Transform

java.lang.Object
  extended by com.sun.xml.security.core.dsig.TransformType
      extended by 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

Field Summary
 
Fields inherited from class com.sun.xml.security.core.dsig.TransformType
algorithm, content
 
Fields inherited from interface javax.xml.crypto.dsig.Transform
BASE64, ENVELOPED, XPATH, XPATH2, XSLT
 
Constructor Summary
Transform()
          Creates a new instance of Transform
 
Method Summary
 AlgorithmParameterSpec getParameterSpec()
           
 boolean isFeatureSupported(String string)
           
 void setContent(List content)
           
 void setParameterSpec(AlgorithmParameterSpec algSpec)
           
 void setReferenceId(String id)
           
 Data transform(Data data, XMLCryptoContext xMLCryptoContext)
           
 Data transform(Data data, XMLCryptoContext xMLCryptoContext, OutputStream outputStream)
           
 
Methods inherited from class com.sun.xml.security.core.dsig.TransformType
getAlgorithm, getContent, setAlgorithm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithm
 

Constructor Detail

Transform

public Transform()
Creates a new instance of Transform

Method Detail

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.