Tuesday, April 10, 2012

Signature method in xml signature

In signature method in xml signature you have specify in this format : SignatureMethod.RSA_SHA1 but when using normal signature you just do



Cipher c1=Cipher.getInstance("RSA");


So what is the difference between these two?





No comments:

Post a Comment