Skip to content

SshHostKeyVerify

[Source]

Verifies Ed25519 signatures against an SshHostKey.

primitive val SshHostKeyVerify

Constructors

create

[Source]

new val create()
: SshHostKeyVerify val^

Returns


Public Functions

verify

[Source]

fun box verify(
  key: SshHostKey val,
  signature: Array[U8 val] val,
  data: Array[U8 val] val)
: (Bool val | SshCryptoError)

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns