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