|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xml.crypto.dsig.dom.URIDereferencerImpl
public class URIDereferencerImpl
The default implementation of URIDereferencer. This implementation supports no URI which can not be represented java.net.URL.
Method Summary | |
---|---|
Data |
dereference(URIReference reference,
XMLCryptoContext context)
Dereferences the specified URIReference and returns the
dereferenced data. |
static java.lang.String |
getIdAttributeValue(org.w3c.dom.Element el)
Return the ID value of the element if any. |
static org.w3c.dom.Element |
resolveId(DOMCryptoContext idMap,
org.w3c.dom.Document thisDoc,
org.w3c.dom.Document doc,
java.lang.String id)
|
static org.w3c.dom.Element |
traverseElement(org.w3c.dom.Element el,
java.lang.String id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Data dereference(URIReference reference, XMLCryptoContext context) throws URIReferenceException
URIDereferencer
URIReference
and returns the
dereferenced data.
dereference
in interface URIDereferencer
reference
- the URIReference
context
- an XMLCryptoContext
that may
contain additional useful information for dereferencing the URI. This
implementation should dereference the specified
URIReference
against the context's baseURI
parameter, if specified.
URIReferenceException
- if an exception occurs while
dereferencing the specified uriReference
public static org.w3c.dom.Element resolveId(DOMCryptoContext idMap, org.w3c.dom.Document thisDoc, org.w3c.dom.Document doc, java.lang.String id)
public static org.w3c.dom.Element traverseElement(org.w3c.dom.Element el, java.lang.String id)
public static java.lang.String getIdAttributeValue(org.w3c.dom.Element el)
null
if it is not found.
|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |