Sunday, June 1, 2025

OIC - Gen3 new feature - Sign or verify a file using stage action

We can perform signing using the private key to allow the receiver to verify that the file contents were not altered during transit. You can also perform signature verification using the public key on the incoming file to verify that the contents were not altered during transit.

  • For files that must be signed or verified and then saved to File ServerGet File Reference, which gets a reference to a file.

    After the File server action, add a stage file action to perform file signing or verification, and then another File server action using the Write File operation. The File server action uploads the file to File Server.

  • Alternatively, you can use the capabilities of the FTP Adapter to perform file signing or verification.

For decrypt file, encrypt file and read entite file operation:





No comments:

Post a Comment

Featured Post

OIC - OIC Utility to Reprocess Failed Real-Time Integration JSON Payloads

📌 Use Case In real-time OIC integrations, JSON payloads are exchanged with external systems via REST APIs. When such integrations fail (du...