API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.keyinfo. RetrievalMethod View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 URIReference
      RetrievalMethod
Subinterfaces
Description
public interface RetrievalMethod
  A representation of the XML RetrievalMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public Data dereference (XMLCryptoContext context) throws URIReferenceException
  Dereferences the KeyInfo information referenced by this RetrievalMethod and applies the specified Transforms.
public List getTransforms ()
  Returns an unmodifiable list of Transforms of this RetrievalMethod.
public String getURI () [Specified in URIReference]
  Returns the URI of the referenced KeyInfo information.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar