Java javax.xml.crypto.dsig.dom DOMSignContext fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.crypto.dsig.dom DOMSignContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.crypto.dsig.dom DOMSignContext.

The text is from its open source code.

Constructor

DOMSignContext(Key signingKey, Node parent)
Creates a DOMSignContext with the specified signing key and parent node.
DOMSignContext(KeySelector ks, Node parent)
Creates a DOMSignContext with the specified key selector and parent node.
DOMSignContext(Key signingKey, Node parent, Node nextSibling)
Creates a DOMSignContext with the specified signing key, parent and next sibling nodes.
DOMSignContext(KeySelector ks, Node parent, Node nextSibling)
Creates a DOMSignContext with the specified key selector, parent and next sibling nodes.

Method

ElementgetElementById(String idValue)
Returns the Element with the specified ID attribute value.
NodegetNextSibling()
Returns the nextSibling node.
NodegetParent()
Returns the parent node.
StringputNamespacePrefix(String namespaceURI, String prefix)
This implementation uses an internal HashMap to map the URI to the specified prefix.
voidsetDefaultNamespacePrefix(String defaultPrefix)
voidsetIdAttributeNS(Element element, String namespaceURI, String localName)
Registers the element's attribute specified by the namespace URI and local name to be of type ID.
voidsetNextSibling(Node nextSibling)
Sets the next sibling node.
ObjectsetProperty(String name, Object value)
This implementation uses an internal HashMap to map the name to the specified object.
voidsetURIDereferencer(URIDereferencer dereferencer)