Searched defs:newRetrievalMethod (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfoFactory.java423 public abstract RetrievalMethod newRetrievalMethod(String uri); method in class:KeyInfoFactory
442 public abstract RetrievalMethod newRetrievalMethod(String uri, String type, method in class:KeyInfoFactory
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfoFactory.java78 public RetrievalMethod newRetrievalMethod(String uri) { method in class:DOMKeyInfoFactory
79 return newRetrievalMethod(uri, null, null);
82 public RetrievalMethod newRetrievalMethod(String uri, String type, method in class:DOMKeyInfoFactory

Completed in 30 milliseconds