This class provides a DOM-specific implementation of the
XMLCryptoContext interface.
public Object
get
(Object key)
[Specified in XMLCryptoContext]
HashMap to get the object
that the specified key maps to.
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 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 Object
setProperty
(String name, Object value)
[Specified in XMLCryptoContext]
This implementation uses an internal HashMap to map the name
to the specified object.