Struct representing the state of our private cross signing keys, it shows which private cross signing keys we have locally stored.

Constructors

Accessors

  • get hasMaster(): boolean
  • Do we have the master key.

    Returns boolean

  • get hasSelfSigning(): boolean
  • Do we have the self signing key, this one is necessary to sign our own devices.

    Returns boolean

  • get hasUserSigning(): boolean
  • Do we have the user signing key, this one is necessary to sign other users.

    Returns boolean