Class NegotiatedAlgorithms

java.lang.Object
net.schmizz.sshj.transport.NegotiatedAlgorithms

public final class NegotiatedAlgorithms extends Object
  • Field Details

    • kex

      private final String kex
    • sig

      private final String sig
    • c2sCipher

      private final String c2sCipher
    • s2cCipher

      private final String s2cCipher
    • c2sMAC

      private final String c2sMAC
    • s2cMAC

      private final String s2cMAC
    • c2sComp

      private final String c2sComp
    • s2cComp

      private final String s2cComp
  • Constructor Details

  • Method Details

    • getKeyExchangeAlgorithm

      public String getKeyExchangeAlgorithm()
    • getSignatureAlgorithm

      public String getSignatureAlgorithm()
    • getClient2ServerCipherAlgorithm

      public String getClient2ServerCipherAlgorithm()
    • getServer2ClientCipherAlgorithm

      public String getServer2ClientCipherAlgorithm()
    • getClient2ServerMACAlgorithm

      public String getClient2ServerMACAlgorithm()
    • getServer2ClientMACAlgorithm

      public String getServer2ClientMACAlgorithm()
    • getClient2ServerCompressionAlgorithm

      public String getClient2ServerCompressionAlgorithm()
    • getServer2ClientCompressionAlgorithm

      public String getServer2ClientCompressionAlgorithm()
    • toString

      public String toString()
      Overrides:
      toString in class Object