By default it is taking `<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />` But I need SHA256 `<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" />` How to configure?
By default it is taking
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />But I need SHA256
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" />How to configure?