xml.CryptoKey.Create
Initializes a xml.CryptoKey object. Constructor of an empty CryptoKey object based on a URL.
Syntax
xml.CryptoKey.Create(
url STRING )
RETURNS xml.CryptoKey
- url defines a key identifier based on the XML-Signature and XML-Encryption specification or the Diffie-Hellman specification.
Usage
Returns a xml.CryptoKey object or NULL.
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).