Example usage for Java javax.xml.crypto.dsig XMLSignContext fields, constructors, methods, implement or subclass
The text is from its open source code.
KeySelector | getKeySelector() Returns the key selector for finding a key. |
Object | getProperty(String name) Returns the value of the specified property. |
String | putNamespacePrefix(String namespaceURI, String prefix) Maps the specified namespace URI to the specified prefix. |
Object | setProperty(String name, Object value) Sets the specified property. |
void | setURIDereferencer(URIDereferencer dereferencer) Sets a URIDereferencer that is used to dereference URIReference s. |