URIReference
and returns the dereferenced data.
@param uriReference the URIReference
@param 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.
@return the dereferenced data
@throws NullPointerException if uriReference
or context
are null
@throws URIReferenceException if an exception occurs while dereferencing the specified uriReference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|