public class DOMURIDereferencer extends Object implements URIDereferencer
| Modifier and Type | Method and Description |
|---|---|
Data |
dereference(URIReference uriRef,
XMLCryptoContext context)
Dereferences the specified
URIReference and returns the
dereferenced data. |
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 uriReferenceCopyright © 2000–2022 The Apache Software Foundation. All rights reserved.