MSG_KEXINIT constructor

MSG_KEXINIT([
  1. Uint8List cookie,
  2. String kexAlgorithms,
  3. String serverHostKeyAlgorithms,
  4. String encryptionAlgorithmsClientToServer,
  5. String encryptionAlgorithmsServerToClient,
  6. String macAlgorithmsClientToServer,
  7. String macAlgorithmsServerToClient,
  8. String compressionAlgorithmsClientToServer,
  9. String compressionAlgorithmsServerToClient,
  10. String languagesClientToServer,
  11. String languagesServerToClient,
  12. bool firstKexPacketFollows,
])

Implementation

MSG_KEXINIT(
    [this.cookie,
    this.kexAlgorithms,
    this.serverHostKeyAlgorithms,
    this.encryptionAlgorithmsClientToServer,
    this.encryptionAlgorithmsServerToClient,
    this.macAlgorithmsClientToServer,
    this.macAlgorithmsServerToClient,
    this.compressionAlgorithmsClientToServer,
    this.compressionAlgorithmsServerToClient,
    this.languagesClientToServer,
    this.languagesServerToClient,
    this.firstKexPacketFollows])
    : super(ID);