JSCH 0.2.24 mit Proguard: Algorithmus ECDH nicht verfügbarJava

Java-Forum
Anonymous
 JSCH 0.2.24 mit Proguard: Algorithmus ECDH nicht verfügbar

Post by Anonymous »

Aktualisieren von JSCH Formularversion 0.1.55. bis 0.2.24 und Ausführen von Proguard gibt einen Fehler zurück: < /p>
com.jcraft.jsch.JSchException: java.security.NoSuchAlgorithmException: Algorithm ECDH not available
at com.jcraft.jsch.DHECN.init(DHECN.java:83)
at com.jcraft.jsch.KeyExchange.doInit(KeyExchange.java:77)
at com.jcraft.jsch.Session.receive_kexinit(Session.java:638)
at com.jcraft.jsch.Session.connect(Session.java:336)
at com.jcraft.jsch.Session.connect(Session.java:198)
at watch.h.a(SourceFile:121)
at watch.watch.nagios(SourceFile:231)
at watch.watch$1.run(SourceFile:433)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.security.NoSuchAlgorithmException: Algorithm ECDH not available
at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:194)
at com.jcraft.jsch.jce.ECDHN.init(ECDHN.java:49)
at com.jcraft.jsch.DHECN.init(DHECN.java:78)
... 20 more
< /code>
Verwenden von JSCH < /code> Version 0.24 ohne Proguard < /code> wird normal ausgeführt.
hat jemand eine Lösung dafür?>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post