Language version: | ActionScript 3.0 |
IURIDereferencer defines an interface for objects that resolve
URIs in an XML signature.
The IURIDereferencer implementation is responsible for resolving the
URIs specified in the SignedInfo elements of an XML signature file and
returning the referenced data in an object, such as a ByteArray, that implements
the IDataInput interface. In order to use the
IURIDereferencer interface, you must create an ActionScript class that implements
the interface. In JavaScript, you can use a script
tag to load
a SWF file that contains that ActionScript class.
The interface has one method: dereference()
.
A typical implementation might also require a method for passing
the XML signature object containing the URIs to be resolved to
the dereferencer.
The IURIDereferencer interface is used with the
XMLSignatureValidator class.
public function dereference(uri:String):IDataInput
Resolves and dereferences the specified URI.
Parameters
| uri:String — The URI to dereference.
|
Returns
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00