xml.CryptoX509.save
Saves the CryptoX509 certificate into a XML document with ds:X509Data element as root node.
Syntax
save()
RETURNS xml.DomDocument
Usage
This method saves a CryptoX509 certificate in an XML document with the ds:X509Data element as root node. See the w3.org site for more information on the XML-Signature specification for ds:X509Data as root node.
(See also the RetrievalMethod feature)
Returns a xml.DomDocument object.
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).