Skip to content

CrossSigningStatus

Defined in: src/crypto-api/index.ts:1089

The result of a call to CryptoApi.getCrossSigningStatus.

privateKeysCachedLocally: object

Defined in: src/crypto-api/index.ts:1101

True if the private keys are stored locally.

masterKey: boolean

selfSigningKey: boolean

userSigningKey: boolean


privateKeysInSecretStorage: boolean

Defined in: src/crypto-api/index.ts:1097

True if the private keys are stored in the secret storage.


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.