public interface URIDereferencer
URIReference
解引用的结果是OctetStreamData
或NodeSetData
实例。除非URIReference
是同一文件的参考为XML签名语法和处理W3C推荐的4.2节定义,URIReference
解引用的结果必须是一个OctetStreamData
。
URIReference
s。
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.