Package

com.ubirch.key.model

db

Permalink

package db

Visibility
  1. Public
  2. All

Type Members

  1. case class PublicKey(pubKeyInfo: PublicKeyInfo, signature: String, previousPubKeySignature: Option[String]) extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-05-11

  2. case class PublicKeyInfo(hwDeviceId: String, pubKey: String, pubKeyId: String, algorithm: String, previousPubKeyId: Option[String], created: DateTime, validNotBefore: DateTime, validNotAfter: Option[DateTime] = None) extends Product with Serializable

    Permalink

Value Members

  1. object Neo4jLabels

    Permalink

    This object contains all Neo4j labels used by the key-service.

    This object contains all Neo4j labels used by the key-service.

    To assign more than one label concatenate them with ":" (e.g.: "foo:bar").

    author: cvandrei since: 2017-05-03

Ungrouped