Uses of Interface
javax.xml.crypto.dsig.keyinfo.RetrievalMethod
Packages that use RetrievalMethod
-
Uses of RetrievalMethod in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that return RetrievalMethodModifier and TypeMethodDescriptionabstract RetrievalMethod
KeyInfoFactory.newRetrievalMethod(String uri)
Creates aRetrievalMethod
from the specified URI.abstract RetrievalMethod
KeyInfoFactory.newRetrievalMethod(String uri, String type, List<? extends Transform> transforms)
Creates aRetrievalMethod
from the specified parameters.