Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.Transform
-
Packages that use Transform Package Description 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 Modifier and Type Field Description protected List<Transform>TransformsType. transformMethods in com.sun.xml.security.core.dsig that return Transform Modifier and Type Method Description TransformObjectFactory. createTransform()Create an instance ofTransformMethods in com.sun.xml.security.core.dsig that return types with arguments of type Transform Modifier and Type Method Description javax.xml.bind.JAXBElement<Transform>ObjectFactory. createTransform(Transform value)List<Transform>TransformsType. getTransform()Gets the value of the transform property.Methods in com.sun.xml.security.core.dsig with parameters of type Transform Modifier and Type Method Description javax.xml.bind.JAXBElement<Transform>ObjectFactory. createTransform(Transform value)Method parameters in com.sun.xml.security.core.dsig with type arguments of type Transform Modifier and Type Method Description voidTransformsType. 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 Modifier and Type Method Description voidTransforms. setTransform(List<Transform> transform)
-