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

Packages that use Transform
com.sun.xml.security.core.dsig   
com.sun.xml.ws.security.opt.crypto.dsig   
 

Uses of Transform in com.sun.xml.security.core.dsig
 

Fields in com.sun.xml.security.core.dsig with type parameters of type Transform
protected  List<Transform> TransformsType.transform
           
 

Methods in com.sun.xml.security.core.dsig that return Transform
 Transform ObjectFactory.createTransform()
          Create an instance of Transform
 

Methods in com.sun.xml.security.core.dsig that return types with arguments of type Transform
 JAXBElement<Transform> ObjectFactory.createTransform(Transform value)
          Create an instance of JAXBElement<Transform>}
 List<Transform> TransformsType.getTransform()
          Gets the value of the transform property.
 

Methods in com.sun.xml.security.core.dsig with parameters of type Transform
 JAXBElement<Transform> ObjectFactory.createTransform(Transform value)
          Create an instance of JAXBElement<Transform>}
 

Method parameters in com.sun.xml.security.core.dsig with type arguments of type Transform
 void TransformsType.setTransform(List<Transform> tList)
          Added by XWSS Team
 

Uses of Transform in com.sun.xml.ws.security.opt.crypto.dsig
 

Method parameters in com.sun.xml.ws.security.opt.crypto.dsig with type arguments of type Transform
 void Transforms.setTransform(List<Transform> transform)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.