CrossSigningStatus
Defined in: src/crypto-api/index.ts:1089
The result of a call to CryptoApi.getCrossSigningStatus.
Properties
Section titled “Properties”privateKeysCachedLocally
Section titled “privateKeysCachedLocally”privateKeysCachedLocally:
object
Defined in: src/crypto-api/index.ts:1101
True if the private keys are stored locally.
masterKey
Section titled “masterKey”masterKey:
boolean
selfSigningKey
Section titled “selfSigningKey”selfSigningKey:
boolean
userSigningKey
Section titled “userSigningKey”userSigningKey:
boolean
privateKeysInSecretStorage
Section titled “privateKeysInSecretStorage”privateKeysInSecretStorage:
boolean
Defined in: src/crypto-api/index.ts:1097
True if the private keys are stored in the secret storage.
publicKeysOnDevice
Section titled “publicKeysOnDevice”publicKeysOnDevice:
boolean
Defined in: src/crypto-api/index.ts:1093
True if the public master, self signing and user signing keys are available on this device.