xyz.stratalab.consensus.models.OperationalCertificate
See theOperationalCertificate companion object
final case class OperationalCertificate(parentVK: VerificationKeyKesProduct, parentSignature: SignatureKesProduct, childVK: ByteString, childSignature: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[OperationalCertificate]
A certificate which commits an operator to a linear key, which is then used to sign the block
Value parameters
- childSignature
-
The signature of the block
- childVK
-
The linear VK
- parentSignature
-
Signs the
childVK
using theparentSK
- parentVK
-
The KES VK of the parent key (forward-secure) (hour+minute hands)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Updatable[OperationalCertificate]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article