Obtains the digital signature of a file.

1 crypt.dsig.verify

<crypt.dsig.verify encoding='encoding'>
    <file /> !
</crypt.dsig.verify>

Exceptions

requires 1 argument

The entry parameter has not been specified.

Example
Copy
<xsql-script name='crypt.dsig.verify_sample1'>
    <body>
        <println>
            The verification of signature is:
            <crypt.dsig.verify>
                <file type='absolute' name='purchaseorder-signed.xml' />
            </crypt.dsig.verify>
        </println>
    </body>
</xsql-script>