Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.Transforms
-
Packages that use Transforms Package Description com.sun.xml.security.core.dsig com.sun.xml.ws.security.opt.crypto.jaxb -
-
Uses of Transforms in com.sun.xml.security.core.dsig
Fields in com.sun.xml.security.core.dsig declared as Transforms Modifier and Type Field Description protected TransformsReferenceType. transformsprotected TransformsRetrievalMethodType. transformsMethods in com.sun.xml.security.core.dsig that return Transforms Modifier and Type Method Description TransformsObjectFactory. createTransforms()Create an instance ofTransformsTransformsRetrievalMethodType. getTransforms()Gets the value of the transforms property.Methods in com.sun.xml.security.core.dsig that return types with arguments of type Transforms Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Transforms>ObjectFactory. createTransforms(Transforms value)Methods in com.sun.xml.security.core.dsig with parameters of type Transforms Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Transforms>ObjectFactory. createTransforms(Transforms value)voidReferenceType. setTransforms(Transforms value)Sets the value of the transforms property.voidRetrievalMethodType. setTransforms(Transforms value)Sets the value of the transforms property. -
Uses of Transforms in com.sun.xml.ws.security.opt.crypto.jaxb
Methods in com.sun.xml.ws.security.opt.crypto.jaxb with parameters of type Transforms Modifier and Type Method Description RetrievalMethodJAXBSignatureFactory. newRetrievalMethod(Transforms transforms, String type, String uri)Creates a RetrievalMethod with the specified parameters
-