The Signature class / xml.Signature methods |
Constructor of a new Signature object from a XML Signature node, according to the XML-Signature specification.
xml.Signature.CreateFromNode( signode xml.DomNode ) RETURNING sign xml.Signature
Returns a Signature object or NULL.
The node must be an ELEMENT node with Signature as the local name, and belonging to the XML-Signature namespace http://www.w3.org/2000/09/xmldsig#, as defined here.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.