2023 Nov 24 3:17 PM
Hi experts.
I'm trying to sign an XML using the method SIGN_XML of class CL_SEC_SXML_DSIGNATURE. However, that method always assigns the constant <implicit> to the ls_signer-id field instead of keeping its initial value, which is the correct CN of my source certificate.
Is there a way to tell this method to not set the ls_signer-id to <implicit> ?
If not, is there another class/method I could call instead?
I've opened an SAP ticket, but they've answered I should not use this class because it is for SAP-internal use only.
I'd appreciate your help.