Class Curve25519DH

java.lang.Object
net.schmizz.sshj.transport.kex.DHBase
net.schmizz.sshj.transport.kex.Curve25519DH

public class Curve25519DH extends DHBase
Key Exchange Method using Curve25519 as defined in RFC 8731
  • Field Details

    • ALGORITHM

      private static final String ALGORITHM
      See Also:
    • KEY_LENGTH

      private static final int KEY_LENGTH
      See Also:
    • encodedKeyLength

      private int encodedKeyLength
    • algorithmIdLength

      private int algorithmIdLength
    • algorithmId

      private byte[] algorithmId
  • Constructor Details

    • Curve25519DH

      public Curve25519DH()
  • Method Details