Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.RetrievalMethod
-
Packages that use RetrievalMethod Package Description com.sun.xml.security.core.dsig com.sun.xml.ws.security.opt.crypto.jaxb -
-
Uses of RetrievalMethod in com.sun.xml.security.core.dsig
Methods in com.sun.xml.security.core.dsig that return RetrievalMethod Modifier and Type Method Description RetrievalMethodObjectFactory. createRetrievalMethod()Create an instance ofRetrievalMethodMethods in com.sun.xml.security.core.dsig that return types with arguments of type RetrievalMethod Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RetrievalMethod>ObjectFactory. createRetrievalMethod(RetrievalMethod value)Methods in com.sun.xml.security.core.dsig with parameters of type RetrievalMethod Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RetrievalMethod>ObjectFactory. createRetrievalMethod(RetrievalMethod value) -
Uses of RetrievalMethod in com.sun.xml.ws.security.opt.crypto.jaxb
Methods in com.sun.xml.ws.security.opt.crypto.jaxb that return RetrievalMethod Modifier and Type Method Description RetrievalMethodJAXBSignatureFactory. newRetrievalMethod(Transforms transforms, String type, String uri)Creates a RetrievalMethod with the specified parameters
-