Searched refs:newRetrievalMethod (Results 1 - 3 of 3) sorted by relevance

/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
/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/test/javax/xml/crypto/dsig/
H A DGenerationTests.java349 (kifac.newRetrievalMethod
634 RetrievalMethod rm = kifac.newRetrievalMethod("#object-4",

Completed in 245 milliseconds