API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.dom. DOMSignContext View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 Object
      DOMCryptoContext
          DOMSignContext
Implements
 XMLSignContext
Subclasses
Description
public class DOMSignContext
  A DOM-specific XMLSignContext.
See also:   
Constructors
public DOMSignContext (Key signingKey, Node parent)
  Creates a DOMSignContext with the specified signing key and parent node.
public DOMSignContext (Key signingKey, Node parent, Node nextSibling)
  Creates a DOMSignContext with the specified signing key, parent and next sibling nodes.
public DOMSignContext (KeySelector ks, Node parent)
  Creates a DOMSignContext with the specified key selector and parent node.
public DOMSignContext (KeySelector ks, Node parent, Node nextSibling)
  Creates a DOMSignContext with the specified key selector, parent and next sibling nodes.
Methods
Hide/Show inherited methods
public Object get (Object key) [Inherited From DOMCryptoContext]
This implementation uses an internal HashMap to get the object that the specified key maps to.
public String getBaseURI () [Inherited From DOMCryptoContext]
public String getDefaultNamespacePrefix () [Inherited From DOMCryptoContext]
public Element getElementById (String idValue) [Inherited From DOMCryptoContext]
  Returns the Element with the specified ID attribute value.
public KeySelector getKeySelector () [Inherited From DOMCryptoContext]
public String getNamespacePrefix (String namespaceURI, String defaultPrefix) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to get the prefix that the specified URI maps to.
public Node getNextSibling ()
  Returns the nextSibling node.
public Node getParent ()
  Returns the parent node.
public Object getProperty (String name) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to get the object that the specified name maps to.
public URIDereferencer getURIDereferencer () [Inherited From DOMCryptoContext]
public Iterator iterator () [Inherited From DOMCryptoContext]
  Returns a read-only iterator over the set of Id/Element mappings of this DOMCryptoContext.
public Object put (Object key, Object value) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to map the key to the specified object.
public String putNamespacePrefix (String namespaceURI, String prefix) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to map the URI to the specified prefix.
public void setBaseURI (String baseURI) [Inherited From DOMCryptoContext]
 
public void setDefaultNamespacePrefix (String defaultPrefix) [Inherited From DOMCryptoContext]
public void setIdAttributeNS (Element element, String namespaceURI, String localName) [Inherited From DOMCryptoContext]
  Registers the element's attribute specified by the namespace URI and local name to be of type ID.
public void setKeySelector (KeySelector ks) [Inherited From DOMCryptoContext]
public void setNextSibling (Node nextSibling)
  Sets the next sibling node.
public void setParent (Node parent)
  Sets the parent node.
public Object setProperty (String name, Object value) [Inherited From DOMCryptoContext]
  This implementation uses an internal HashMap to map the name to the specified object.
public void setURIDereferencer (URIDereferencer dereferencer) [Inherited From DOMCryptoContext]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar