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

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

Introduction

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

The text is from its open source code.

Method

KeySelectorgetKeySelector()
Returns the key selector for finding a key.
ObjectgetProperty(String name)
Returns the value of the specified property.
StringputNamespacePrefix(String namespaceURI, String prefix)
Maps the specified namespace URI to the specified prefix.
ObjectsetProperty(String name, Object value)
Sets the specified property.
voidsetURIDereferencer(URIDereferencer dereferencer)
Sets a URIDereferencer that is used to dereference URIReference s.