|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xml.crypto.dsig.dom.XMLStructureImpl
com.ibm.xml.crypto.dsig.dom.URIReferenceImpl
com.ibm.xml.crypto.dsig.dom.RetrievalMethodImpl
class RetrievalMethodImpl
Field Summary | |
---|---|
(package private) java.util.List |
transforms
|
Fields inherited from class com.ibm.xml.crypto.dsig.dom.URIReferenceImpl |
---|
signatureNode |
Fields inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl |
---|
afactory |
Constructor Summary | |
---|---|
RetrievalMethodImpl(AlgorithmFactory f,
java.lang.String uri,
java.lang.String type,
java.util.List transforms)
|
Method Summary | |
---|---|
Data |
dereference(XMLCryptoContext context)
Dereferences the KeyInfo information referenced by this
RetrievalMethod and applies the specified
Transform s. |
java.util.List |
getTransforms()
Returns an unmodifiable
list of Transform s of this RetrievalMethod . |
Methods inherited from class com.ibm.xml.crypto.dsig.dom.URIReferenceImpl |
---|
getFactory, getHere, getType, getURI, setHere, setSignatureNode |
Methods inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl |
---|
isFeatureSupported |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.crypto.dsig.keyinfo.RetrievalMethod |
---|
getURI |
Methods inherited from interface javax.xml.crypto.URIReference |
---|
getType |
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Field Detail |
---|
java.util.List transforms
Constructor Detail |
---|
RetrievalMethodImpl(AlgorithmFactory f, java.lang.String uri, java.lang.String type, java.util.List transforms)
Method Detail |
---|
public java.util.List getTransforms()
RetrievalMethod
unmodifiable
list
of Transform
s of this RetrievalMethod
.
getTransforms
in interface RetrievalMethod
Transform
objects (may be
empty but never null
).public Data dereference(XMLCryptoContext context) throws URIReferenceException
RetrievalMethod
KeyInfo
information referenced by this
RetrievalMethod
and applies the specified
Transform
s.
dereference
in interface RetrievalMethod
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.
URIReferenceException
- if there is an error while dereferencing
|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |