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

[409 byte] By [av85a] at [2007-11-27 4:51:16]
# 1
Yes, that should work,
ghstarka at 2007-7-12 10:04:57 > top of Java-index,Security,Cryptography...