I am trying to manually create the signature tag for a web service call. I accessed the certificate from the keystore and accessed the public key for the certificate. I now ...
I have a string uniqueCode of length 16.
String uniqueCode = accountno + extracode;
String extraCode = branch + loanCode + openingDateStr ...