Uses of Interface
javax.xml.crypto.dsig.keyinfo.RetrievalMethod

Packages that use RetrievalMethod
javax.xml.crypto.dsig.keyinfo Classes for parsing and processing KeyInfo elements and structures. 
org.jcp.xml.dsig.internal.dom   
 

Uses of RetrievalMethod in javax.xml.crypto.dsig.keyinfo
 

Methods in javax.xml.crypto.dsig.keyinfo that return RetrievalMethod
abstract  RetrievalMethod KeyInfoFactory.newRetrievalMethod(java.lang.String uri)
          Creates a RetrievalMethod from the specified URI.
abstract  RetrievalMethod KeyInfoFactory.newRetrievalMethod(java.lang.String uri, java.lang.String type, java.util.List transforms)
          Creates a RetrievalMethod from the specified parameters.
 

Uses of RetrievalMethod in org.jcp.xml.dsig.internal.dom
 

Classes in org.jcp.xml.dsig.internal.dom that implement RetrievalMethod
 class DOMRetrievalMethod
          DOM-based implementation of RetrievalMethod.
 

Methods in org.jcp.xml.dsig.internal.dom that return RetrievalMethod
 RetrievalMethod DOMKeyInfoFactory.newRetrievalMethod(java.lang.String uri)
           
 RetrievalMethod DOMKeyInfoFactory.newRetrievalMethod(java.lang.String uri, java.lang.String type, java.util.List transforms)
           
 



Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.