Class KexManager


  • public class KexManager
    extends java.lang.Object
    KexManager.
    • Method Detail

      • getOrWaitForConnectionInfo

        public ConnectionInfo getOrWaitForConnectionInfo​(int minKexCount)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getDefaultServerHostkeyAlgorithmList

        public static final java.lang.String[] getDefaultServerHostkeyAlgorithmList()
      • checkServerHostkeyAlgorithmsList

        public static final void checkServerHostkeyAlgorithmsList​(java.lang.String[] algos)
      • getDefaultKexAlgorithmList

        public static final java.lang.String[] getDefaultKexAlgorithmList()
      • checkKexAlgorithmList

        public static final void checkKexAlgorithmList​(java.lang.String[] algos)
      • handleMessage

        public void handleMessage​(byte[] msg,
                                  int msglen)
                           throws java.io.IOException
        Throws:
        java.io.IOException