I have a Base64 string that I have to sign with SHA1withRSA or SHA1withDSA.
Can anybody give me a few hint about how to get this?
I have a Base64 string that I have to sign with SHA1withRSA or SHA1withDSA.
Can anybody give me a few hint about how to get this?
Googling java sign sha1withdsa
finds http://docstore.mik.ua/orelly/java-ent/jnut/ch04_13.htm as the 10th result.