In service pub.security.xml:signXML I can not find combination to create RSAKeyValue
According to XML Signature standard there are five types of tags like KeyName, KeyValue, x509Data, etc.
In parameter certData I can not select KeyValue.
Is there a way to sign XML and get many different tags inside Signature?
I need X509Data and at least KeyValue
How can I achieve that
Thanks for your answer
Janez