My Stuff
Comments
-
I've created the signature, but that signature does not pass pgp verification. Is there someone with experience using the module for PGP signing that can verify if there is a defect? // PGP signature const signer = pgp.createSigner({ key: keys.ours.pri, algorithm: cryptoCertificate.HashAlg.SHA256 }); signer.update({ input:…
-
can you provide a working code sample for document signing without encryption? I haven’t found any and I’ve already used those links and tried the functions.
-
Yes. I need the document signing piece but haven’t been able to get it to work.
-
yes and does it supporting signing only, without encryption?
-
Thanks, but that looks different than what I’m asking for. SuiteScript does support PGP encryption from what I have seen. I need PGP signing only with SuiteScript.
-
@Angelica Mae Segador-Oracle Please see below. I created a support ticket with NetSuite as well. Thank you! custom Payment File Format containing the below: <#list creditsHash[payment. internalid] as credit_line> <CdtNoteCcy>${credit_line. currency}</CdtNoteCcy> </#list>
-
@Erick Dela Rosa-Oracle Yes, this answered my question. I don't see anywhere that I can click "Yes", but wondering if that is because this wasn't my original post. Anyways, thank you!
-
I have this same issue. Did it ever get solved? Thanks in advance!