xml.CryptoX509.load

Loads the given XML document with ds:X509Data as root node according to the XML-Signature specification, into the CryptoX509 object.

Syntax

load(
   xml xml.DomDocument )
  1. xml is a DomDocument object.

Usage

If the X509 certificate in the XML document is incomplete, the certificate will be loaded from the global certificate list if one of SubjectName or Issuer matches.

See the w3.org site for more information on ds:X509Data as root node according to the XML-Signature specification.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).