|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcp.xml.dsig.internal.dom.DOMURIDereferencer
public class DOMURIDereferencer
DOM-based implementation of URIDereferencer.
| Method Summary | |
|---|---|
Data |
dereference(URIReference uriRef,
XMLCryptoContext context)
Dereferences the specified URIReference and returns the
dereferenced data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Data dereference(URIReference uriRef,
XMLCryptoContext context)
throws URIReferenceException
URIDereferencerURIReference and returns the
dereferenced data.
dereference in interface URIDereferenceruriRef - the URIReferencecontext - 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||