Hi,
I am using jsch package to sftp files to sftp server.
Recently the below error prompt when I tried to upload the files.
Java Error: com.jcraft.jsch.JSchException: Algorithm negotiation fail
at com.jcraft.jsch.Session.receive_kexinit(Session.java:590)
at com.jcraft.jsch.Session.connect(Session.java)
and I saw some post is to install
Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6
Is there anyone know how can we use the JCE in plsql?
Thanks
Vincent