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

XSD - Difference Between ref and type in XSD

Using type (local definition) Here, we define elements directly with their datatypes. <xs:schema xmlns:xs="http://www.w3.org/2001...