ListXMLSignatureAlgorithms (open)
Returns a list of supported algorithms
Syntax
LOADLIB "wh::xml/signature.whlib";
RECORD ARRAY FUNCTION ListXMLSignatureAlgorithms()
Return value
RECORD ARRAY
List of algorithms
STRING hashmethod
Hashmethod (eg 'SHA-1', for use in crypt.whlib) (only for types digest and signature)
STRING id
Algorithm id
STRING signaturealgorithmtype
Type of signature algorithm ('rsa')
STRING type
Alggorithm type ('digest', 'signature', 'canonicalization')