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

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

Introduction

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

The text is from its open source code.

Constructor

DOMValidateContext(KeySelector ks, Node node)
Creates a DOMValidateContext containing the specified key selector and node.
DOMValidateContext(Key validatingKey, Node node)
Creates a DOMValidateContext containing the specified key and node.

Method

KeySelectorgetKeySelector()
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.
ObjectsetProperty(String name, Object value)
This implementation uses an internal HashMap to map the name to the specified object.
voidsetURIDereferencer(URIDereferencer dereferencer)