|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto
|
Method Summary | |
---|---|
Data |
dereference(URIReference uriReference,
XMLCryptoContext context)
Dereferences the specified URIReference and returns the
dereferenced data. |
Method Detail |
---|
Data dereference(URIReference uriReference, XMLCryptoContext context) throws URIReferenceException
URIReference
and returns the
dereferenced data.
uriReference
- 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.
NullPointerException
- if uriReference
or
context
are null
URIReferenceException
- if an exception occurs while
dereferencing the specified uriReference