public interface URIDereferencer
URIReference解引用的结果是OctetStreamData或NodeSetData实例。除非URIReference是同一文件的参考为XML签名语法和处理W3C推荐的4.2节定义,URIReference解引用的结果必须是一个OctetStreamData。
URIReferences。
| Modifier and Type | Method and Description |
|---|---|
Data |
dereference(URIReference uriReference, XMLCryptoContext context)
引用指定的
URIReference返回引用数据。
|
Data dereference(URIReference uriReference, XMLCryptoContext context) throws URIReferenceException
URIReference返回引用数据。
uriReference -
URIReference
context -
XMLCryptoContext可能包含的URI引用其他有用的信息。这个实现应该引用指定的
URIReference对语境的
baseURI参数,如果指定。
NullPointerException -如果
uriReference或
context是
null
URIReferenceException -如果发生异常而引用指定的
uriReference
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.