Packages

c

nelson.vault

Initialization

final case class Initialization(secretShares: Int, secretThreshold: Int) extends Product with Serializable

Parameters needed to initialize a new vault

secretShares

the numbers of unseal keys

secretThreshold

the quorum of unseal keys needed to unseal

Source
op.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Initialization
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Initialization(secretShares: Int, secretThreshold: Int)

    secretShares

    the numbers of unseal keys

    secretThreshold

    the quorum of unseal keys needed to unseal

Value Members

  1. val secretShares: Int
  2. val secretThreshold: Int