Skip to content

SshAlgorithmNegotiation

[Source]

primitive val SshAlgorithmNegotiation

Constructors

create

[Source]

new val create()
: SshAlgorithmNegotiation val^

Returns


Public Functions

negotiate

[Source]

First client preference that server also supports, per category (RFC 4253 ยง7.1).

fun box negotiate(
  client: SshAlgorithmPreferences val,
  server: SshAlgorithmPreferences val)
: (SshNegotiatedAlgorithms val | SshAlgorithmNegotiationFailed val)

Parameters

Returns


eq

[Source]

fun box eq(
  that: SshAlgorithmNegotiation val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: SshAlgorithmNegotiation val)
: Bool val

Parameters

Returns