Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoalSigningConfiguration

Hierarchy

  • GoalSigningConfiguration

Index

Properties

Optional algorithms

algorithms: GoalSigningAlgorithm<any> | Array<GoalSigningAlgorithm<any>>

Algorithms to use for signing and verification

Default RSA-SHA512 algorithm will always be available

enabled

enabled: boolean

Enable goal signature verification on this SDM.

scope

Scope for goal signing:

Fulfillment: only verify goals before fulfillment All: verify goals during all phases of a goal set execution

Optional signingKey

signingKey: GoalSigningKey<any>

Public/Private key pair to use for goal signing. The public key will also be used to verify incoming goals.

Optional verificationKeys

verificationKeys: GoalVerificationKey<any> | Array<GoalVerificationKey<any>>

Public keys to verify incoming goals

Generated using TypeDoc