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
- Alphabetic
- By Inheritance
Inherited
- Initialization
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All