Bnzbnz 0 Posted October 13, 2022 Hi all, I am trying to implement JWS to connect ebay european servers : https://developer.ebay.com/develop/guides/digital-signatures-for-apis I am not able to find any information to do this in Delphi (VCL/FMX). External library (openssl?) or others are fine. Any Suggertions ? Thank You. Share this post Link to post
Angus Robertson 574 Posted October 13, 2022 In theory, you can do this with the ICS JOSE functions like IcsJoseJWKPubKey and IcsJoseJWSComp that are used to implement the ACME protocol for Let's Encyrpt certificate ordering, which work with the ICS REST component. But often these JWT implementations have little tweaks or special features that might mean minor changes to these functions. ICS may be installed from GetIt or http://wiki.overbyte.eu/wiki/index.php/ICS_Download. Angus Share this post Link to post