Hi All,
i have a requirement like, bank will place the encrypted .jar file in server location.PI should call that file and same encrypted file in receiver folder. NO ESR objects involved in this interface.please suggest how can i achieve this requirement.
Regards,
Janardhan
Hi,
It's a little weird requeriment, you said:
PI should call that file
PI have to call a java method or only pick up the file and to send anywhere. If the PI has to call a method, why not dencryp the file first with a third application?
Regards.