I am looking for an implementation of automatically signing XML request with this. However I do not think it is a good idea to put values directly in the code. And I have several unclear point:
How should I import (read: how it is normally done) digest value, signature value, X509 certificate to the code?
Is there a way to implement it without third party libraries?
Any advice will be greatly appreciated.