Package

com.ubirch.keyservice.server

actor

Permalink

package actor

Visibility
  1. Public
  2. All

Type Members

  1. case class ByPublicKey(publicKey: String) extends Product with Serializable

    Permalink
  2. case class CreatePublicKey(publicKey: PublicKey) extends Product with Serializable

    Permalink
  3. class DeepCheckActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-06-08

  4. class PublicKeyActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2017-04-27

  5. case class QueryCurrentlyValid(hardwareId: String) extends Product with Serializable

    Permalink
  6. class TrustActor extends Actor with ActorLogging

    Permalink

    author: cvandrei since: 2018-09-11

  7. case class TrustedKeyResultSet(trusted: Set[TrustedKeyResult]) extends Product with Serializable

    Permalink

Value Members

  1. object DeepCheckActor

    Permalink
  2. object PublicKeyActor

    Permalink
  3. object TrustActor

    Permalink
  4. package util

    Permalink

Ungrouped