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
Extended by
Section titled “Extended by”Properties
Section titled “Properties”algorithm
Section titled “algorithm”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
Section titled “passphrase”passphrase:
PassphraseInfo
Defined in: src/secret-storage.ts:53
Information for deriving this key from a passphrase.