|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto.dsig.keyinfo
|
Method Summary | |
---|---|
Data |
dereference(XMLCryptoContext context)
Dereferences the KeyInfo information referenced by this
RetrievalMethod and applies the specified
Transform s. |
List |
getTransforms()
Returns an unmodifiable
list of Transform s of this RetrievalMethod . |
String |
getURI()
Returns the URI of the referenced KeyInfo information. |
Methods inherited from interface javax.xml.crypto.URIReference |
---|
getType |
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Method Detail |
---|
List getTransforms()
unmodifiable
list
of Transform
s of this RetrievalMethod
.
Transform
objects (may be
empty but never null
).String getURI()
KeyInfo
information.
getURI
in interface URIReference
KeyInfo
information in
RFC 2396 format (never null
)Data dereference(XMLCryptoContext context) throws URIReferenceException
KeyInfo
information referenced by this
RetrievalMethod
and applies the specified
Transform
s.
context
- an XMLCryptoContext
that may contain
additional useful information for dereferencing the URI. The
context's baseURI
and dereferencer
parameters (if specified) are used to resolve and dereference this
RetrievalMethod
Data
object representing the raw contents of the
KeyInfo
information referenced by this
RetrievalMethod
. It is the caller's responsibility to
convert the returned data to an appropriate
KeyInfo
object.
NullPointerException
- if context
is null
URIReferenceException
- if there is an error while dereferencing