%XML.Security.SignedInfo
Class %XML.Security.SignedInfo Extends (%RegisteredObject, %XML.Adaptor) [ Inheritance = right, System = 4 ]
XML Signature element. This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class."
Parameters
XMLFORMAT
Parameter XMLFORMAT = "literal";
NAMESPACE
Parameter NAMESPACE = "http://www.w3.org/2000/09/xmldsig#";
ELEMENTQUALIFIED
Parameter ELEMENTQUALIFIED = 1;
Properties
CanonicalizationMethod
Property CanonicalizationMethod As %XML.Security.Transform;
SignatureMethod
Property SignatureMethod As %XML.Security.SignatureMethod;
Reference
Property Reference As list Of %XML.Security.Reference(XMLPROJECTION = "element");
Id
Property Id As %String(MAXLEN = "", XMLPROJECTION = "attribute");
NodeId
Property NodeId As %String(XMLPROJECTION = "none") [ Internal ];
Save the node id of this element in the tree during import for canonicalizing later during signature verification.
Methods
XMLNew
ClassMethod XMLNew(document As %XML.Document, nodeId As %Integer, containerOref As %RegisteredObject = "") As %RegisteredObject
Save the node if when getting a new class instance.