AESEncryptedSecretStoragePayload
Defined in: src/@types/AESEncryptedSecretStoragePayload.ts:21
An AES-encrypted secret storage payload. See https://spec.matrix.org/v1.11/client-server-api/#msecret_storagev1aes-hmac-sha2-1
Indexable
Section titled “Indexable”[
key:string]:any
Properties
Section titled “Properties”ciphertext
Section titled “ciphertext”ciphertext:
string
Defined in: src/@types/AESEncryptedSecretStoragePayload.ts:26
the ciphertext in base64
iv:
string
Defined in: src/@types/AESEncryptedSecretStoragePayload.ts:24
the initialization vector in base64
mac:
string
Defined in: src/@types/AESEncryptedSecretStoragePayload.ts:28
the HMAC in base64