In signature method in xml signature you have specify in this format : SignatureMethod.RSA_SHA1 but when using normal signature you just do
SignatureMethod.RSA_SHA1
Cipher c1=Cipher.getInstance("RSA");
So what is the difference between these two?
No comments:
Post a Comment