DigitalSignature Algorithms
Hi all,
i want to decrypt a digital signature that is encoded with MD5withRSA algorithm with the padding as specified in rfc 2313 (pkcs#1v1.5). i also have the public key for decryption.
can i use the Signature class in java with the string type "MD5withRSA" without specifing any provoder. Will it take care of the padding . I am using JDK1.4. Please reply
Thanks in advance
AV

