API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto. XMLCryptoContext View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLCryptoContext
Subinterfaces
Description
public interface XMLCryptoContext
  Contains common context information for XML cryptographic operations.
See also:   
Methods
Hide/Show inherited methods
public Object get (Object key)
  Returns the value to which this context maps the specified key.
public String getBaseURI ()
  Returns the base URI.
public String getDefaultNamespacePrefix ()
  Returns the default namespace prefix.
public KeySelector getKeySelector ()
  Returns the key selector for finding a key.
public String getNamespacePrefix (String namespaceURI, String defaultPrefix)
  Returns the namespace prefix that the specified namespace URI is associated with.
public Object getProperty (String name)
  Returns the value of the specified property.
public URIDereferencer getURIDereferencer ()
  Returns a URIDereferencer that is used to dereference URIReferences.
public Object put (Object key, Object value)
  Associates the specified value with the specified key in this context.
public String putNamespacePrefix (String namespaceURI, String prefix)
  Maps the specified namespace URI to the specified prefix.
public void setBaseURI (String baseURI)
  Sets the base URI.
public void setDefaultNamespacePrefix (String defaultPrefix)
  Sets the default namespace prefix.
public void setKeySelector (KeySelector ks)
  Sets the key selector for finding a key.
public Object setProperty (String name, Object value)
  Sets the specified property.
public void setURIDereferencer (URIDereferencer dereferencer)
  Sets a URIDereferencer that is used to dereference URIReferences.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar