Session

data class Session @JvmOverloads constructor(val uuid: <Error class: unknown class> = UUID.randomUUID(), val seed: Seed)(source)

Represents a session between two entities.

Constructors

Link copied to clipboard
constructor(uuid: <Error class: unknown class> = UUID.randomUUID(), seed: Seed)

Creates a Session object with the specified uuid and seed.

Properties

Link copied to clipboard
val seed: Seed

The seed used for key generation.

Link copied to clipboard
val uuid: <Error class: unknown class>

The unique identifier for the session.