I know that Oracle has DBMS_CRYPTO package to compute MD5 checksum on a string.
Our target system can only use JAVA to compute MD5. Hence we also have to use a JAVA call to compute MD5. The reason being - we want to be sure that exact same process is being used to compute MD5 at source and target.
How can I get JAVA code for calculating MD5 ?