Hello,   We would like to know if Ensemble could generate a CADES sign from a string and a certificate.   We have read: https://cedocs.intersystems.com/latest/csp/docbook/Doc.View.cls?KEY=GXML\_dsig#GXML\_dsig\_how\_to   So we have seen that we could create a class, to sign a document, and store the sign inside that new class. We have also seen that there are some different algorithms to choose from, like sha1.   In addition we have also consulted the CADES sign definition: https://tools.ietf.org/html/rfc5126   The use case is to avoid being dependant of an external web service, and be able to generate it.