function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sandeep kumar 140sandeep kumar 140 

Invalid Encryption In Integration

Hi All,

I am using Crypto.sign() to generate the signature with private key. Here am unable to get the correct response from the client. I am getting Invalid Encryption error response. What would be the reason.. 

As per salesforce docs Crypto.sign() automatically digest and encrypt the input and give us the generated digital signature.

Please help on this..