public Object
get
(Object key)
[Inherited From DOMCryptoContext]
HashMap to get the object
that the specified key maps to.
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 Object
getProperty
(String name)
[Inherited From DOMCryptoContext]
This implementation uses an internal HashMap to get the object
that the specified name maps to.
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
setIdAttributeNS
(Element element, String namespaceURI, String localName)
[Inherited From DOMCryptoContext]
public Object
setProperty
(String name, Object value)
[Inherited From DOMCryptoContext]
This implementation uses an internal HashMap to map the name
to the specified object.