Skip to content

SecretStorageKeyDescriptionCommon

Defined in: src/secret-storage.ts:43

Common base interface for Secret Storage Keys.

The common properties for all encryption keys used in server-side secret storage.

https://spec.matrix.org/v1.6/client-server-api/#key-storage

algorithm: string

Defined in: src/secret-storage.ts:49

The encryption algorithm used with this key.


name: string

Defined in: src/secret-storage.ts:46

A human-readable name for this key.


passphrase: PassphraseInfo

Defined in: src/secret-storage.ts:53

Information for deriving this key from a passphrase.