@unwanted/matrix-sdk-mini 34.12.0-2 → 34.12.0-3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (467) hide show
  1. package/git-revision.txt +1 -1
  2. package/lib/@types/global.d.js +0 -2
  3. package/lib/@types/global.d.js.map +1 -1
  4. package/lib/browser-index.d.ts.map +1 -1
  5. package/lib/browser-index.js +0 -11
  6. package/lib/browser-index.js.map +1 -1
  7. package/lib/client.d.ts +2 -1176
  8. package/lib/client.d.ts.map +1 -1
  9. package/lib/client.js +346 -2717
  10. package/lib/client.js.map +1 -1
  11. package/lib/embedded.d.ts +0 -22
  12. package/lib/embedded.d.ts.map +1 -1
  13. package/lib/embedded.js +24 -166
  14. package/lib/embedded.js.map +1 -1
  15. package/lib/event-mapper.d.ts.map +1 -1
  16. package/lib/event-mapper.js +0 -4
  17. package/lib/event-mapper.js.map +1 -1
  18. package/lib/matrix.d.ts +0 -19
  19. package/lib/matrix.d.ts.map +1 -1
  20. package/lib/matrix.js +1 -26
  21. package/lib/matrix.js.map +1 -1
  22. package/lib/models/MSC3089Branch.d.ts.map +1 -1
  23. package/lib/models/MSC3089Branch.js +0 -3
  24. package/lib/models/MSC3089Branch.js.map +1 -1
  25. package/lib/models/event.d.ts +0 -94
  26. package/lib/models/event.d.ts.map +1 -1
  27. package/lib/models/event.js +0 -274
  28. package/lib/models/event.js.map +1 -1
  29. package/lib/models/poll.d.ts.map +1 -1
  30. package/lib/models/poll.js +1 -5
  31. package/lib/models/poll.js.map +1 -1
  32. package/lib/models/relations-container.d.ts.map +1 -1
  33. package/lib/models/relations-container.js +1 -7
  34. package/lib/models/relations-container.js.map +1 -1
  35. package/lib/models/relations.d.ts +0 -1
  36. package/lib/models/relations.d.ts.map +1 -1
  37. package/lib/models/relations.js +0 -8
  38. package/lib/models/relations.js.map +1 -1
  39. package/lib/models/room-state.d.ts.map +1 -1
  40. package/lib/models/room-state.js +10 -26
  41. package/lib/models/room-state.js.map +1 -1
  42. package/lib/models/room.d.ts +0 -18
  43. package/lib/models/room.d.ts.map +1 -1
  44. package/lib/models/room.js +94 -148
  45. package/lib/models/room.js.map +1 -1
  46. package/lib/models/thread.d.ts.map +1 -1
  47. package/lib/models/thread.js +0 -1
  48. package/lib/models/thread.js.map +1 -1
  49. package/lib/sliding-sync-sdk.d.ts +2 -3
  50. package/lib/sliding-sync-sdk.d.ts.map +1 -1
  51. package/lib/sliding-sync-sdk.js +41 -90
  52. package/lib/sliding-sync-sdk.js.map +1 -1
  53. package/lib/sync.d.ts +0 -12
  54. package/lib/sync.d.ts.map +1 -1
  55. package/lib/sync.js +1 -73
  56. package/lib/sync.js.map +1 -1
  57. package/lib/testing.d.ts +0 -48
  58. package/lib/testing.d.ts.map +1 -1
  59. package/lib/testing.js +0 -105
  60. package/lib/testing.js.map +1 -1
  61. package/package.json +1 -3
  62. package/src/@types/global.d.ts +0 -3
  63. package/src/browser-index.ts +0 -11
  64. package/src/client.ts +57 -2732
  65. package/src/embedded.ts +3 -130
  66. package/src/event-mapper.ts +0 -4
  67. package/src/matrix.ts +0 -28
  68. package/src/models/MSC3089Branch.ts +0 -3
  69. package/src/models/event.ts +0 -289
  70. package/src/models/poll.ts +0 -6
  71. package/src/models/relations-container.ts +1 -8
  72. package/src/models/relations.ts +0 -8
  73. package/src/models/room-state.ts +2 -8
  74. package/src/models/room.ts +0 -62
  75. package/src/models/thread.ts +0 -1
  76. package/src/sliding-sync-sdk.ts +2 -72
  77. package/src/sync.ts +1 -98
  78. package/src/testing.ts +0 -108
  79. package/lib/@types/crypto.d.ts +0 -47
  80. package/lib/@types/crypto.d.ts.map +0 -1
  81. package/lib/@types/crypto.js +0 -1
  82. package/lib/@types/crypto.js.map +0 -1
  83. package/lib/@types/matrix-sdk-crypto-wasm.d.js +0 -1
  84. package/lib/@types/matrix-sdk-crypto-wasm.d.js.map +0 -1
  85. package/lib/common-crypto/CryptoBackend.d.ts +0 -240
  86. package/lib/common-crypto/CryptoBackend.d.ts.map +0 -1
  87. package/lib/common-crypto/CryptoBackend.js +0 -73
  88. package/lib/common-crypto/CryptoBackend.js.map +0 -1
  89. package/lib/common-crypto/key-passphrase.d.ts +0 -14
  90. package/lib/common-crypto/key-passphrase.d.ts.map +0 -1
  91. package/lib/common-crypto/key-passphrase.js +0 -33
  92. package/lib/common-crypto/key-passphrase.js.map +0 -1
  93. package/lib/crypto/CrossSigning.d.ts +0 -184
  94. package/lib/crypto/CrossSigning.d.ts.map +0 -1
  95. package/lib/crypto/CrossSigning.js +0 -718
  96. package/lib/crypto/CrossSigning.js.map +0 -1
  97. package/lib/crypto/DeviceList.d.ts +0 -216
  98. package/lib/crypto/DeviceList.d.ts.map +0 -1
  99. package/lib/crypto/DeviceList.js +0 -892
  100. package/lib/crypto/DeviceList.js.map +0 -1
  101. package/lib/crypto/EncryptionSetup.d.ts +0 -152
  102. package/lib/crypto/EncryptionSetup.d.ts.map +0 -1
  103. package/lib/crypto/EncryptionSetup.js +0 -356
  104. package/lib/crypto/EncryptionSetup.js.map +0 -1
  105. package/lib/crypto/OlmDevice.d.ts +0 -457
  106. package/lib/crypto/OlmDevice.d.ts.map +0 -1
  107. package/lib/crypto/OlmDevice.js +0 -1241
  108. package/lib/crypto/OlmDevice.js.map +0 -1
  109. package/lib/crypto/OutgoingRoomKeyRequestManager.d.ts +0 -109
  110. package/lib/crypto/OutgoingRoomKeyRequestManager.d.ts.map +0 -1
  111. package/lib/crypto/OutgoingRoomKeyRequestManager.js +0 -415
  112. package/lib/crypto/OutgoingRoomKeyRequestManager.js.map +0 -1
  113. package/lib/crypto/RoomList.d.ts +0 -26
  114. package/lib/crypto/RoomList.d.ts.map +0 -1
  115. package/lib/crypto/RoomList.js +0 -71
  116. package/lib/crypto/RoomList.js.map +0 -1
  117. package/lib/crypto/SecretSharing.d.ts +0 -24
  118. package/lib/crypto/SecretSharing.d.ts.map +0 -1
  119. package/lib/crypto/SecretSharing.js +0 -194
  120. package/lib/crypto/SecretSharing.js.map +0 -1
  121. package/lib/crypto/SecretStorage.d.ts +0 -55
  122. package/lib/crypto/SecretStorage.d.ts.map +0 -1
  123. package/lib/crypto/SecretStorage.js +0 -118
  124. package/lib/crypto/SecretStorage.js.map +0 -1
  125. package/lib/crypto/aes.d.ts +0 -6
  126. package/lib/crypto/aes.d.ts.map +0 -1
  127. package/lib/crypto/aes.js +0 -24
  128. package/lib/crypto/aes.js.map +0 -1
  129. package/lib/crypto/algorithms/base.d.ts +0 -156
  130. package/lib/crypto/algorithms/base.d.ts.map +0 -1
  131. package/lib/crypto/algorithms/base.js +0 -187
  132. package/lib/crypto/algorithms/base.js.map +0 -1
  133. package/lib/crypto/algorithms/index.d.ts +0 -4
  134. package/lib/crypto/algorithms/index.d.ts.map +0 -1
  135. package/lib/crypto/algorithms/index.js +0 -20
  136. package/lib/crypto/algorithms/index.js.map +0 -1
  137. package/lib/crypto/algorithms/megolm.d.ts +0 -385
  138. package/lib/crypto/algorithms/megolm.d.ts.map +0 -1
  139. package/lib/crypto/algorithms/megolm.js +0 -1822
  140. package/lib/crypto/algorithms/megolm.js.map +0 -1
  141. package/lib/crypto/algorithms/olm.d.ts +0 -5
  142. package/lib/crypto/algorithms/olm.d.ts.map +0 -1
  143. package/lib/crypto/algorithms/olm.js +0 -299
  144. package/lib/crypto/algorithms/olm.js.map +0 -1
  145. package/lib/crypto/api.d.ts +0 -32
  146. package/lib/crypto/api.d.ts.map +0 -1
  147. package/lib/crypto/api.js +0 -22
  148. package/lib/crypto/api.js.map +0 -1
  149. package/lib/crypto/backup.d.ts +0 -227
  150. package/lib/crypto/backup.d.ts.map +0 -1
  151. package/lib/crypto/backup.js +0 -824
  152. package/lib/crypto/backup.js.map +0 -1
  153. package/lib/crypto/crypto.d.ts +0 -3
  154. package/lib/crypto/crypto.d.ts.map +0 -1
  155. package/lib/crypto/crypto.js +0 -19
  156. package/lib/crypto/crypto.js.map +0 -1
  157. package/lib/crypto/dehydration.d.ts +0 -34
  158. package/lib/crypto/dehydration.d.ts.map +0 -1
  159. package/lib/crypto/dehydration.js +0 -252
  160. package/lib/crypto/dehydration.js.map +0 -1
  161. package/lib/crypto/device-converter.d.ts +0 -9
  162. package/lib/crypto/device-converter.d.ts.map +0 -1
  163. package/lib/crypto/device-converter.js +0 -42
  164. package/lib/crypto/device-converter.js.map +0 -1
  165. package/lib/crypto/deviceinfo.d.ts +0 -99
  166. package/lib/crypto/deviceinfo.d.ts.map +0 -1
  167. package/lib/crypto/deviceinfo.js +0 -148
  168. package/lib/crypto/deviceinfo.js.map +0 -1
  169. package/lib/crypto/index.d.ts +0 -1209
  170. package/lib/crypto/index.d.ts.map +0 -1
  171. package/lib/crypto/index.js +0 -4097
  172. package/lib/crypto/index.js.map +0 -1
  173. package/lib/crypto/key_passphrase.d.ts +0 -14
  174. package/lib/crypto/key_passphrase.d.ts.map +0 -1
  175. package/lib/crypto/key_passphrase.js +0 -44
  176. package/lib/crypto/key_passphrase.js.map +0 -1
  177. package/lib/crypto/keybackup.d.ts +0 -18
  178. package/lib/crypto/keybackup.d.ts.map +0 -1
  179. package/lib/crypto/keybackup.js +0 -1
  180. package/lib/crypto/keybackup.js.map +0 -1
  181. package/lib/crypto/olmlib.d.ts +0 -129
  182. package/lib/crypto/olmlib.d.ts.map +0 -1
  183. package/lib/crypto/olmlib.js +0 -492
  184. package/lib/crypto/olmlib.js.map +0 -1
  185. package/lib/crypto/recoverykey.d.ts +0 -2
  186. package/lib/crypto/recoverykey.d.ts.map +0 -1
  187. package/lib/crypto/recoverykey.js +0 -19
  188. package/lib/crypto/recoverykey.js.map +0 -1
  189. package/lib/crypto/store/base.d.ts +0 -252
  190. package/lib/crypto/store/base.d.ts.map +0 -1
  191. package/lib/crypto/store/base.js +0 -64
  192. package/lib/crypto/store/base.js.map +0 -1
  193. package/lib/crypto/store/indexeddb-crypto-store-backend.d.ts +0 -187
  194. package/lib/crypto/store/indexeddb-crypto-store-backend.d.ts.map +0 -1
  195. package/lib/crypto/store/indexeddb-crypto-store-backend.js +0 -1145
  196. package/lib/crypto/store/indexeddb-crypto-store-backend.js.map +0 -1
  197. package/lib/crypto/store/indexeddb-crypto-store.d.ts +0 -432
  198. package/lib/crypto/store/indexeddb-crypto-store.d.ts.map +0 -1
  199. package/lib/crypto/store/indexeddb-crypto-store.js +0 -728
  200. package/lib/crypto/store/indexeddb-crypto-store.js.map +0 -1
  201. package/lib/crypto/store/localStorage-crypto-store.d.ts +0 -119
  202. package/lib/crypto/store/localStorage-crypto-store.d.ts.map +0 -1
  203. package/lib/crypto/store/localStorage-crypto-store.js +0 -531
  204. package/lib/crypto/store/localStorage-crypto-store.js.map +0 -1
  205. package/lib/crypto/store/memory-crypto-store.d.ts +0 -215
  206. package/lib/crypto/store/memory-crypto-store.d.ts.map +0 -1
  207. package/lib/crypto/store/memory-crypto-store.js +0 -622
  208. package/lib/crypto/store/memory-crypto-store.js.map +0 -1
  209. package/lib/crypto/verification/Base.d.ts +0 -105
  210. package/lib/crypto/verification/Base.d.ts.map +0 -1
  211. package/lib/crypto/verification/Base.js +0 -372
  212. package/lib/crypto/verification/Base.js.map +0 -1
  213. package/lib/crypto/verification/Error.d.ts +0 -35
  214. package/lib/crypto/verification/Error.d.ts.map +0 -1
  215. package/lib/crypto/verification/Error.js +0 -86
  216. package/lib/crypto/verification/Error.js.map +0 -1
  217. package/lib/crypto/verification/IllegalMethod.d.ts +0 -15
  218. package/lib/crypto/verification/IllegalMethod.d.ts.map +0 -1
  219. package/lib/crypto/verification/IllegalMethod.js +0 -43
  220. package/lib/crypto/verification/IllegalMethod.js.map +0 -1
  221. package/lib/crypto/verification/QRCode.d.ts +0 -51
  222. package/lib/crypto/verification/QRCode.d.ts.map +0 -1
  223. package/lib/crypto/verification/QRCode.js +0 -277
  224. package/lib/crypto/verification/QRCode.js.map +0 -1
  225. package/lib/crypto/verification/SAS.d.ts +0 -27
  226. package/lib/crypto/verification/SAS.d.ts.map +0 -1
  227. package/lib/crypto/verification/SAS.js +0 -485
  228. package/lib/crypto/verification/SAS.js.map +0 -1
  229. package/lib/crypto/verification/SASDecimal.d.ts +0 -8
  230. package/lib/crypto/verification/SASDecimal.d.ts.map +0 -1
  231. package/lib/crypto/verification/SASDecimal.js +0 -34
  232. package/lib/crypto/verification/SASDecimal.js.map +0 -1
  233. package/lib/crypto/verification/request/Channel.d.ts +0 -18
  234. package/lib/crypto/verification/request/Channel.d.ts.map +0 -1
  235. package/lib/crypto/verification/request/Channel.js +0 -1
  236. package/lib/crypto/verification/request/Channel.js.map +0 -1
  237. package/lib/crypto/verification/request/InRoomChannel.d.ts +0 -113
  238. package/lib/crypto/verification/request/InRoomChannel.d.ts.map +0 -1
  239. package/lib/crypto/verification/request/InRoomChannel.js +0 -351
  240. package/lib/crypto/verification/request/InRoomChannel.js.map +0 -1
  241. package/lib/crypto/verification/request/ToDeviceChannel.d.ts +0 -105
  242. package/lib/crypto/verification/request/ToDeviceChannel.d.ts.map +0 -1
  243. package/lib/crypto/verification/request/ToDeviceChannel.js +0 -328
  244. package/lib/crypto/verification/request/ToDeviceChannel.js.map +0 -1
  245. package/lib/crypto/verification/request/VerificationRequest.d.ts +0 -227
  246. package/lib/crypto/verification/request/VerificationRequest.d.ts.map +0 -1
  247. package/lib/crypto/verification/request/VerificationRequest.js +0 -937
  248. package/lib/crypto/verification/request/VerificationRequest.js.map +0 -1
  249. package/lib/crypto-api/CryptoEvent.d.ts +0 -69
  250. package/lib/crypto-api/CryptoEvent.d.ts.map +0 -1
  251. package/lib/crypto-api/CryptoEvent.js +0 -33
  252. package/lib/crypto-api/CryptoEvent.js.map +0 -1
  253. package/lib/crypto-api/CryptoEventHandlerMap.d.ts +0 -16
  254. package/lib/crypto-api/CryptoEventHandlerMap.d.ts.map +0 -1
  255. package/lib/crypto-api/CryptoEventHandlerMap.js +0 -22
  256. package/lib/crypto-api/CryptoEventHandlerMap.js.map +0 -1
  257. package/lib/crypto-api/index.d.ts +0 -978
  258. package/lib/crypto-api/index.d.ts.map +0 -1
  259. package/lib/crypto-api/index.js +0 -304
  260. package/lib/crypto-api/index.js.map +0 -1
  261. package/lib/crypto-api/key-passphrase.d.ts +0 -11
  262. package/lib/crypto-api/key-passphrase.d.ts.map +0 -1
  263. package/lib/crypto-api/key-passphrase.js +0 -51
  264. package/lib/crypto-api/key-passphrase.js.map +0 -1
  265. package/lib/crypto-api/keybackup.d.ts +0 -88
  266. package/lib/crypto-api/keybackup.d.ts.map +0 -1
  267. package/lib/crypto-api/keybackup.js +0 -1
  268. package/lib/crypto-api/keybackup.js.map +0 -1
  269. package/lib/crypto-api/recovery-key.d.ts +0 -11
  270. package/lib/crypto-api/recovery-key.d.ts.map +0 -1
  271. package/lib/crypto-api/recovery-key.js +0 -65
  272. package/lib/crypto-api/recovery-key.js.map +0 -1
  273. package/lib/crypto-api/verification.d.ts +0 -344
  274. package/lib/crypto-api/verification.d.ts.map +0 -1
  275. package/lib/crypto-api/verification.js +0 -91
  276. package/lib/crypto-api/verification.js.map +0 -1
  277. package/lib/rendezvous/MSC4108SignInWithQR.d.ts +0 -112
  278. package/lib/rendezvous/MSC4108SignInWithQR.d.ts.map +0 -1
  279. package/lib/rendezvous/MSC4108SignInWithQR.js +0 -392
  280. package/lib/rendezvous/MSC4108SignInWithQR.js.map +0 -1
  281. package/lib/rendezvous/RendezvousChannel.d.ts +0 -27
  282. package/lib/rendezvous/RendezvousChannel.d.ts.map +0 -1
  283. package/lib/rendezvous/RendezvousChannel.js +0 -1
  284. package/lib/rendezvous/RendezvousChannel.js.map +0 -1
  285. package/lib/rendezvous/RendezvousCode.d.ts +0 -9
  286. package/lib/rendezvous/RendezvousCode.d.ts.map +0 -1
  287. package/lib/rendezvous/RendezvousCode.js +0 -1
  288. package/lib/rendezvous/RendezvousCode.js.map +0 -1
  289. package/lib/rendezvous/RendezvousError.d.ts +0 -6
  290. package/lib/rendezvous/RendezvousError.d.ts.map +0 -1
  291. package/lib/rendezvous/RendezvousError.js +0 -23
  292. package/lib/rendezvous/RendezvousError.js.map +0 -1
  293. package/lib/rendezvous/RendezvousFailureReason.d.ts +0 -31
  294. package/lib/rendezvous/RendezvousFailureReason.d.ts.map +0 -1
  295. package/lib/rendezvous/RendezvousFailureReason.js +0 -38
  296. package/lib/rendezvous/RendezvousFailureReason.js.map +0 -1
  297. package/lib/rendezvous/RendezvousIntent.d.ts +0 -5
  298. package/lib/rendezvous/RendezvousIntent.d.ts.map +0 -1
  299. package/lib/rendezvous/RendezvousIntent.js +0 -22
  300. package/lib/rendezvous/RendezvousIntent.js.map +0 -1
  301. package/lib/rendezvous/RendezvousTransport.d.ts +0 -36
  302. package/lib/rendezvous/RendezvousTransport.d.ts.map +0 -1
  303. package/lib/rendezvous/RendezvousTransport.js +0 -1
  304. package/lib/rendezvous/RendezvousTransport.js.map +0 -1
  305. package/lib/rendezvous/channels/MSC4108SecureChannel.d.ts +0 -58
  306. package/lib/rendezvous/channels/MSC4108SecureChannel.d.ts.map +0 -1
  307. package/lib/rendezvous/channels/MSC4108SecureChannel.js +0 -246
  308. package/lib/rendezvous/channels/MSC4108SecureChannel.js.map +0 -1
  309. package/lib/rendezvous/channels/index.d.ts +0 -2
  310. package/lib/rendezvous/channels/index.d.ts.map +0 -1
  311. package/lib/rendezvous/channels/index.js +0 -18
  312. package/lib/rendezvous/channels/index.js.map +0 -1
  313. package/lib/rendezvous/index.d.ts +0 -10
  314. package/lib/rendezvous/index.d.ts.map +0 -1
  315. package/lib/rendezvous/index.js +0 -23
  316. package/lib/rendezvous/index.js.map +0 -1
  317. package/lib/rendezvous/transports/MSC4108RendezvousSession.d.ts +0 -61
  318. package/lib/rendezvous/transports/MSC4108RendezvousSession.d.ts.map +0 -1
  319. package/lib/rendezvous/transports/MSC4108RendezvousSession.js +0 -253
  320. package/lib/rendezvous/transports/MSC4108RendezvousSession.js.map +0 -1
  321. package/lib/rendezvous/transports/index.d.ts +0 -2
  322. package/lib/rendezvous/transports/index.d.ts.map +0 -1
  323. package/lib/rendezvous/transports/index.js +0 -18
  324. package/lib/rendezvous/transports/index.js.map +0 -1
  325. package/lib/rust-crypto/CrossSigningIdentity.d.ts +0 -33
  326. package/lib/rust-crypto/CrossSigningIdentity.d.ts.map +0 -1
  327. package/lib/rust-crypto/CrossSigningIdentity.js +0 -157
  328. package/lib/rust-crypto/CrossSigningIdentity.js.map +0 -1
  329. package/lib/rust-crypto/DehydratedDeviceManager.d.ts +0 -98
  330. package/lib/rust-crypto/DehydratedDeviceManager.d.ts.map +0 -1
  331. package/lib/rust-crypto/DehydratedDeviceManager.js +0 -285
  332. package/lib/rust-crypto/DehydratedDeviceManager.js.map +0 -1
  333. package/lib/rust-crypto/KeyClaimManager.d.ts +0 -33
  334. package/lib/rust-crypto/KeyClaimManager.d.ts.map +0 -1
  335. package/lib/rust-crypto/KeyClaimManager.js +0 -82
  336. package/lib/rust-crypto/KeyClaimManager.js.map +0 -1
  337. package/lib/rust-crypto/OutgoingRequestProcessor.d.ts +0 -43
  338. package/lib/rust-crypto/OutgoingRequestProcessor.d.ts.map +0 -1
  339. package/lib/rust-crypto/OutgoingRequestProcessor.js +0 -195
  340. package/lib/rust-crypto/OutgoingRequestProcessor.js.map +0 -1
  341. package/lib/rust-crypto/OutgoingRequestsManager.d.ts +0 -47
  342. package/lib/rust-crypto/OutgoingRequestsManager.d.ts.map +0 -1
  343. package/lib/rust-crypto/OutgoingRequestsManager.js +0 -148
  344. package/lib/rust-crypto/OutgoingRequestsManager.js.map +0 -1
  345. package/lib/rust-crypto/PerSessionKeyBackupDownloader.d.ts +0 -120
  346. package/lib/rust-crypto/PerSessionKeyBackupDownloader.d.ts.map +0 -1
  347. package/lib/rust-crypto/PerSessionKeyBackupDownloader.js +0 -467
  348. package/lib/rust-crypto/PerSessionKeyBackupDownloader.js.map +0 -1
  349. package/lib/rust-crypto/RoomEncryptor.d.ts +0 -98
  350. package/lib/rust-crypto/RoomEncryptor.d.ts.map +0 -1
  351. package/lib/rust-crypto/RoomEncryptor.js +0 -299
  352. package/lib/rust-crypto/RoomEncryptor.js.map +0 -1
  353. package/lib/rust-crypto/backup.d.ts +0 -254
  354. package/lib/rust-crypto/backup.d.ts.map +0 -1
  355. package/lib/rust-crypto/backup.js +0 -837
  356. package/lib/rust-crypto/backup.js.map +0 -1
  357. package/lib/rust-crypto/constants.d.ts +0 -3
  358. package/lib/rust-crypto/constants.d.ts.map +0 -1
  359. package/lib/rust-crypto/constants.js +0 -19
  360. package/lib/rust-crypto/constants.js.map +0 -1
  361. package/lib/rust-crypto/device-converter.d.ts +0 -28
  362. package/lib/rust-crypto/device-converter.d.ts.map +0 -1
  363. package/lib/rust-crypto/device-converter.js +0 -123
  364. package/lib/rust-crypto/device-converter.js.map +0 -1
  365. package/lib/rust-crypto/index.d.ts +0 -61
  366. package/lib/rust-crypto/index.d.ts.map +0 -1
  367. package/lib/rust-crypto/index.js +0 -152
  368. package/lib/rust-crypto/index.js.map +0 -1
  369. package/lib/rust-crypto/libolm_migration.d.ts +0 -81
  370. package/lib/rust-crypto/libolm_migration.d.ts.map +0 -1
  371. package/lib/rust-crypto/libolm_migration.js +0 -459
  372. package/lib/rust-crypto/libolm_migration.js.map +0 -1
  373. package/lib/rust-crypto/rust-crypto.d.ts +0 -556
  374. package/lib/rust-crypto/rust-crypto.d.ts.map +0 -1
  375. package/lib/rust-crypto/rust-crypto.js +0 -2016
  376. package/lib/rust-crypto/rust-crypto.js.map +0 -1
  377. package/lib/rust-crypto/secret-storage.d.ts +0 -22
  378. package/lib/rust-crypto/secret-storage.d.ts.map +0 -1
  379. package/lib/rust-crypto/secret-storage.js +0 -63
  380. package/lib/rust-crypto/secret-storage.js.map +0 -1
  381. package/lib/rust-crypto/verification.d.ts +0 -319
  382. package/lib/rust-crypto/verification.d.ts.map +0 -1
  383. package/lib/rust-crypto/verification.js +0 -816
  384. package/lib/rust-crypto/verification.js.map +0 -1
  385. package/lib/secret-storage.d.ts +0 -370
  386. package/lib/secret-storage.d.ts.map +0 -1
  387. package/lib/secret-storage.js +0 -466
  388. package/lib/secret-storage.js.map +0 -1
  389. package/src/@types/crypto.ts +0 -73
  390. package/src/@types/matrix-sdk-crypto-wasm.d.ts +0 -44
  391. package/src/common-crypto/CryptoBackend.ts +0 -302
  392. package/src/common-crypto/README.md +0 -4
  393. package/src/common-crypto/key-passphrase.ts +0 -43
  394. package/src/crypto/CrossSigning.ts +0 -773
  395. package/src/crypto/DeviceList.ts +0 -989
  396. package/src/crypto/EncryptionSetup.ts +0 -351
  397. package/src/crypto/OlmDevice.ts +0 -1500
  398. package/src/crypto/OutgoingRoomKeyRequestManager.ts +0 -485
  399. package/src/crypto/RoomList.ts +0 -70
  400. package/src/crypto/SecretSharing.ts +0 -240
  401. package/src/crypto/SecretStorage.ts +0 -136
  402. package/src/crypto/aes.ts +0 -23
  403. package/src/crypto/algorithms/base.ts +0 -236
  404. package/src/crypto/algorithms/index.ts +0 -20
  405. package/src/crypto/algorithms/megolm.ts +0 -2216
  406. package/src/crypto/algorithms/olm.ts +0 -381
  407. package/src/crypto/api.ts +0 -70
  408. package/src/crypto/backup.ts +0 -922
  409. package/src/crypto/crypto.ts +0 -18
  410. package/src/crypto/dehydration.ts +0 -272
  411. package/src/crypto/device-converter.ts +0 -45
  412. package/src/crypto/deviceinfo.ts +0 -158
  413. package/src/crypto/index.ts +0 -4414
  414. package/src/crypto/key_passphrase.ts +0 -42
  415. package/src/crypto/keybackup.ts +0 -47
  416. package/src/crypto/olmlib.ts +0 -539
  417. package/src/crypto/recoverykey.ts +0 -18
  418. package/src/crypto/store/base.ts +0 -348
  419. package/src/crypto/store/indexeddb-crypto-store-backend.ts +0 -1250
  420. package/src/crypto/store/indexeddb-crypto-store.ts +0 -845
  421. package/src/crypto/store/localStorage-crypto-store.ts +0 -579
  422. package/src/crypto/store/memory-crypto-store.ts +0 -680
  423. package/src/crypto/verification/Base.ts +0 -409
  424. package/src/crypto/verification/Error.ts +0 -76
  425. package/src/crypto/verification/IllegalMethod.ts +0 -50
  426. package/src/crypto/verification/QRCode.ts +0 -310
  427. package/src/crypto/verification/SAS.ts +0 -494
  428. package/src/crypto/verification/SASDecimal.ts +0 -37
  429. package/src/crypto/verification/request/Channel.ts +0 -34
  430. package/src/crypto/verification/request/InRoomChannel.ts +0 -371
  431. package/src/crypto/verification/request/ToDeviceChannel.ts +0 -354
  432. package/src/crypto/verification/request/VerificationRequest.ts +0 -976
  433. package/src/crypto-api/CryptoEvent.ts +0 -93
  434. package/src/crypto-api/CryptoEventHandlerMap.ts +0 -32
  435. package/src/crypto-api/index.ts +0 -1175
  436. package/src/crypto-api/key-passphrase.ts +0 -58
  437. package/src/crypto-api/keybackup.ts +0 -115
  438. package/src/crypto-api/recovery-key.ts +0 -69
  439. package/src/crypto-api/verification.ts +0 -408
  440. package/src/rendezvous/MSC4108SignInWithQR.ts +0 -444
  441. package/src/rendezvous/RendezvousChannel.ts +0 -48
  442. package/src/rendezvous/RendezvousCode.ts +0 -25
  443. package/src/rendezvous/RendezvousError.ts +0 -26
  444. package/src/rendezvous/RendezvousFailureReason.ts +0 -49
  445. package/src/rendezvous/RendezvousIntent.ts +0 -20
  446. package/src/rendezvous/RendezvousTransport.ts +0 -58
  447. package/src/rendezvous/channels/MSC4108SecureChannel.ts +0 -270
  448. package/src/rendezvous/channels/index.ts +0 -17
  449. package/src/rendezvous/index.ts +0 -25
  450. package/src/rendezvous/transports/MSC4108RendezvousSession.ts +0 -270
  451. package/src/rendezvous/transports/index.ts +0 -17
  452. package/src/rust-crypto/CrossSigningIdentity.ts +0 -183
  453. package/src/rust-crypto/DehydratedDeviceManager.ts +0 -306
  454. package/src/rust-crypto/KeyClaimManager.ts +0 -86
  455. package/src/rust-crypto/OutgoingRequestProcessor.ts +0 -236
  456. package/src/rust-crypto/OutgoingRequestsManager.ts +0 -143
  457. package/src/rust-crypto/PerSessionKeyBackupDownloader.ts +0 -501
  458. package/src/rust-crypto/RoomEncryptor.ts +0 -352
  459. package/src/rust-crypto/backup.ts +0 -881
  460. package/src/rust-crypto/constants.ts +0 -18
  461. package/src/rust-crypto/device-converter.ts +0 -128
  462. package/src/rust-crypto/index.ts +0 -237
  463. package/src/rust-crypto/libolm_migration.ts +0 -530
  464. package/src/rust-crypto/rust-crypto.ts +0 -2205
  465. package/src/rust-crypto/secret-storage.ts +0 -60
  466. package/src/rust-crypto/verification.ts +0 -830
  467. package/src/secret-storage.ts +0 -693
@@ -1,978 +0,0 @@
1
- import type { SecretsBundle } from "@matrix-org/matrix-sdk-crypto-wasm";
2
- import type { IMegolmSessionData } from "../@types/crypto.ts";
3
- import type { ToDeviceBatch, ToDevicePayload } from "../models/ToDeviceMessage.ts";
4
- import { Room } from "../models/room.ts";
5
- import { DeviceMap } from "../models/device.ts";
6
- import { UIAuthCallback } from "../interactive-auth.ts";
7
- import { PassphraseInfo, SecretStorageCallbacks, SecretStorageKeyDescription } from "../secret-storage.ts";
8
- import { VerificationRequest } from "./verification.ts";
9
- import { BackupTrustInfo, KeyBackupCheck, KeyBackupInfo, KeyBackupRestoreOpts, KeyBackupRestoreResult } from "./keybackup.ts";
10
- import { ISignatures } from "../@types/signed.ts";
11
- import { MatrixEvent } from "../models/event.ts";
12
- /**
13
- * `matrix-js-sdk/lib/crypto-api`: End-to-end encryption support.
14
- *
15
- * The most important type is {@link CryptoApi}, an instance of which can be retrieved via
16
- * {@link MatrixClient.getCrypto}.
17
- *
18
- * @packageDocumentation
19
- */
20
- /**
21
- * Public interface to the cryptography parts of the js-sdk
22
- *
23
- * @remarks Currently, this is a work-in-progress. In time, more methods will be added here.
24
- */
25
- export interface CryptoApi {
26
- /**
27
- * Global override for whether the client should ever send encrypted
28
- * messages to unverified devices. This provides the default for rooms which
29
- * do not specify a value.
30
- *
31
- * If true, all unverified devices will be blacklisted by default
32
- */
33
- globalBlacklistUnverifiedDevices: boolean;
34
- /**
35
- * The {@link DeviceIsolationMode} mode to use.
36
- */
37
- setDeviceIsolationMode(isolationMode: DeviceIsolationMode): void;
38
- /**
39
- * Return the current version of the crypto module.
40
- * For example: `Rust SDK ${versions.matrix_sdk_crypto} (${versions.git_sha}), Vodozemac ${versions.vodozemac}`.
41
- * @returns the formatted version
42
- */
43
- getVersion(): string;
44
- /**
45
- * Get the public part of the device keys for the current device.
46
- *
47
- * @returns The public device keys.
48
- */
49
- getOwnDeviceKeys(): Promise<OwnDeviceKeys>;
50
- /**
51
- * Check if we believe the given room to be encrypted.
52
- *
53
- * This method returns true if the room has been configured with encryption. The setting is persistent, so that
54
- * even if the encryption event is removed from the room state, it still returns true. This helps to guard against
55
- * a downgrade attack wherein a server admin attempts to remove encryption.
56
- *
57
- * @returns `true` if the room with the supplied ID is encrypted. `false` if the room is not encrypted, or is unknown to
58
- * us.
59
- */
60
- isEncryptionEnabledInRoom(roomId: string): Promise<boolean>;
61
- /**
62
- * Perform any background tasks that can be done before a message is ready to
63
- * send, in order to speed up sending of the message.
64
- *
65
- * @param room - the room the event is in
66
- */
67
- prepareToEncrypt(room: Room): void;
68
- /**
69
- * Discard any existing megolm session for the given room.
70
- *
71
- * This will ensure that a new session is created on the next call to {@link prepareToEncrypt},
72
- * or the next time a message is sent.
73
- *
74
- * This should not normally be necessary: it should only be used as a debugging tool if there has been a
75
- * problem with encryption.
76
- *
77
- * @param roomId - the room to discard sessions for
78
- */
79
- forceDiscardSession(roomId: string): Promise<void>;
80
- /**
81
- * Get a list containing all of the room keys
82
- *
83
- * This should be encrypted before returning it to the user.
84
- *
85
- * @returns a promise which resolves to a list of
86
- * session export objects
87
- */
88
- exportRoomKeys(): Promise<IMegolmSessionData[]>;
89
- /**
90
- * Get a JSON list containing all of the room keys
91
- *
92
- * This should be encrypted before returning it to the user.
93
- *
94
- * @returns a promise which resolves to a JSON string
95
- * encoding a list of session export objects,
96
- * each of which is an IMegolmSessionData
97
- */
98
- exportRoomKeysAsJson(): Promise<string>;
99
- /**
100
- * Import a list of room keys previously exported by exportRoomKeys
101
- *
102
- * @param keys - a list of session export objects
103
- * @param opts - options object
104
- * @returns a promise which resolves once the keys have been imported
105
- */
106
- importRoomKeys(keys: IMegolmSessionData[], opts?: ImportRoomKeysOpts): Promise<void>;
107
- /**
108
- * Import a JSON string encoding a list of room keys previously
109
- * exported by exportRoomKeysAsJson
110
- *
111
- * @param keys - a JSON string encoding a list of session export
112
- * objects, each of which is an IMegolmSessionData
113
- * @param opts - options object
114
- * @returns a promise which resolves once the keys have been imported
115
- */
116
- importRoomKeysAsJson(keys: string, opts?: ImportRoomKeysOpts): Promise<void>;
117
- /**
118
- * Check if the given user has published cross-signing keys.
119
- *
120
- * - If the user is tracked, a `/keys/query` request is made to update locally the cross signing keys.
121
- * - If the user is not tracked locally and downloadUncached is set to true,
122
- * a `/keys/query` request is made to the server to retrieve the cross signing keys.
123
- * - Otherwise, return false
124
- *
125
- * @param userId - the user ID to check. Defaults to the local user.
126
- * @param downloadUncached - If true, download the device list for users whose device list we are not
127
- * currently tracking. Defaults to false, in which case `false` will be returned for such users.
128
- *
129
- * @returns true if the cross signing keys are available.
130
- */
131
- userHasCrossSigningKeys(userId?: string, downloadUncached?: boolean): Promise<boolean>;
132
- /**
133
- * Get the device information for the given list of users.
134
- *
135
- * For any users whose device lists are cached (due to sharing an encrypted room with the user), the
136
- * cached device data is returned.
137
- *
138
- * If there are uncached users, and the `downloadUncached` parameter is set to `true`,
139
- * a `/keys/query` request is made to the server to retrieve these devices.
140
- *
141
- * @param userIds - The users to fetch.
142
- * @param downloadUncached - If true, download the device list for users whose device list we are not
143
- * currently tracking. Defaults to false, in which case such users will not appear at all in the result map.
144
- *
145
- * @returns A map `{@link DeviceMap}`.
146
- */
147
- getUserDeviceInfo(userIds: string[], downloadUncached?: boolean): Promise<DeviceMap>;
148
- /**
149
- * Set whether to trust other user's signatures of their devices.
150
- *
151
- * If false, devices will only be considered 'verified' if we have
152
- * verified that device individually (effectively disabling cross-signing).
153
- *
154
- * `true` by default.
155
- *
156
- * @param val - the new value
157
- */
158
- setTrustCrossSignedDevices(val: boolean): void;
159
- /**
160
- * Return whether we trust other user's signatures of their devices.
161
- *
162
- * @see {@link CryptoApi.setTrustCrossSignedDevices}
163
- *
164
- * @returns `true` if we trust cross-signed devices, otherwise `false`.
165
- */
166
- getTrustCrossSignedDevices(): boolean;
167
- /**
168
- * Get the verification status of a given user.
169
- *
170
- * @param userId - The ID of the user to check.
171
- *
172
- */
173
- getUserVerificationStatus(userId: string): Promise<UserVerificationStatus>;
174
- /**
175
- * "Pin" the current identity of the given user, accepting it as genuine.
176
- *
177
- * This is useful if the user has changed identity since we first saw them (leading to
178
- * {@link UserVerificationStatus.needsUserApproval}), and we are now accepting their new identity.
179
- *
180
- * Throws an error if called on our own user ID, or on a user ID that we don't have an identity for.
181
- */
182
- pinCurrentUserIdentity(userId: string): Promise<void>;
183
- /**
184
- * Get the verification status of a given device.
185
- *
186
- * @param userId - The ID of the user whose device is to be checked.
187
- * @param deviceId - The ID of the device to check
188
- *
189
- * @returns `null` if the device is unknown, or has not published any encryption keys (implying it does not support
190
- * encryption); otherwise the verification status of the device.
191
- */
192
- getDeviceVerificationStatus(userId: string, deviceId: string): Promise<DeviceVerificationStatus | null>;
193
- /**
194
- * Mark the given device as locally verified.
195
- *
196
- * Marking a device as locally verified has much the same effect as completing the verification dance, or receiving
197
- * a cross-signing signature for it.
198
- *
199
- * @param userId - owner of the device
200
- * @param deviceId - unique identifier for the device.
201
- * @param verified - whether to mark the device as verified. Defaults to 'true'.
202
- *
203
- * @throws an error if the device is unknown, or has not published any encryption keys.
204
- *
205
- * @remarks Fires {@link matrix.CryptoEvent.DeviceVerificationChanged}
206
- */
207
- setDeviceVerified(userId: string, deviceId: string, verified?: boolean): Promise<void>;
208
- /**
209
- * Cross-sign one of our own devices.
210
- *
211
- * This will create a signature for the device using our self-signing key, and publish that signature.
212
- * Cross-signing a device indicates, to our other devices and to other users, that we have verified that it really
213
- * belongs to us.
214
- *
215
- * Requires that cross-signing has been set up on this device (normally by calling {@link bootstrapCrossSigning}).
216
- *
217
- * *Note*: Do not call this unless you have verified, somehow, that the device is genuine!
218
- *
219
- * @param deviceId - ID of the device to be signed.
220
- */
221
- crossSignDevice(deviceId: string): Promise<void>;
222
- /**
223
- * Checks whether cross signing:
224
- * - is enabled on this account and trusted by this device
225
- * - has private keys either cached locally or stored in secret storage
226
- *
227
- * If this function returns false, bootstrapCrossSigning() can be used
228
- * to fix things such that it returns true. That is to say, after
229
- * bootstrapCrossSigning() completes successfully, this function should
230
- * return true.
231
- *
232
- * @returns True if cross-signing is ready to be used on this device
233
- *
234
- * @throws May throw {@link matrix.ClientStoppedError} if the `MatrixClient` is stopped before or during the call.
235
- */
236
- isCrossSigningReady(): Promise<boolean>;
237
- /**
238
- * Get the ID of one of the user's cross-signing keys, if both private and matching
239
- * public parts of that key are available (ie. cached in the local crypto store).
240
- *
241
- * The public part may not be available if a `/keys/query` request has not yet been
242
- * performed, or if the device that created the keys failed to publish them.
243
- *
244
- * If either part of the keypair is not available, this will return `null`.
245
- *
246
- * @param type - The type of key to get the ID of. One of `CrossSigningKey.Master`, `CrossSigningKey.SelfSigning`,
247
- * or `CrossSigningKey.UserSigning`. Defaults to `CrossSigningKey.Master`.
248
- *
249
- * @returns If cross-signing has been initialised on this device, the ID of the given key. Otherwise, null
250
- */
251
- getCrossSigningKeyId(type?: CrossSigningKey): Promise<string | null>;
252
- /**
253
- * Bootstrap cross-signing by creating keys if needed.
254
- *
255
- * If everything is already set up, then no changes are made, so this is safe to run to ensure
256
- * cross-signing is ready for use.
257
- *
258
- * This function:
259
- * - creates new cross-signing keys if they are not found locally cached nor in
260
- * secret storage (if it has been set up)
261
- * - publishes the public keys to the server if they are not already published
262
- * - stores the private keys in secret storage if secret storage is set up.
263
- *
264
- * @param opts - options object
265
- */
266
- bootstrapCrossSigning(opts: BootstrapCrossSigningOpts): Promise<void>;
267
- /**
268
- * Checks whether secret storage:
269
- * - is enabled on this account
270
- * - is storing cross-signing private keys
271
- * - is storing session backup key (if enabled)
272
- *
273
- * If this function returns false, bootstrapSecretStorage() can be used
274
- * to fix things such that it returns true. That is to say, after
275
- * bootstrapSecretStorage() completes successfully, this function should
276
- * return true.
277
- *
278
- * @returns True if secret storage is ready to be used on this device
279
- */
280
- isSecretStorageReady(): Promise<boolean>;
281
- /**
282
- * Bootstrap the secret storage by creating a new secret storage key, add it in the secret storage and
283
- * store the cross signing keys in the secret storage.
284
- *
285
- * - Generate a new key {@link GeneratedSecretStorageKey} with `createSecretStorageKey`.
286
- * Only if `setupNewSecretStorage` is set or if there is no AES key in the secret storage
287
- * - Store this key in the secret storage and set it as the default key.
288
- * - Call `cryptoCallbacks.cacheSecretStorageKey` if provided.
289
- * - Store the cross signing keys in the secret storage if
290
- * - the cross signing is ready
291
- * - a new key was created during the previous step
292
- * - or the secret storage already contains the cross signing keys
293
- *
294
- * @param opts - Options object.
295
- */
296
- bootstrapSecretStorage(opts: CreateSecretStorageOpts): Promise<void>;
297
- /**
298
- * Get the status of our cross-signing keys.
299
- *
300
- * @returns The current status of cross-signing keys: whether we have public and private keys cached locally, and
301
- * whether the private keys are in secret storage.
302
- *
303
- * @throws May throw {@link matrix.ClientStoppedError} if the `MatrixClient` is stopped before or during the call.
304
- */
305
- getCrossSigningStatus(): Promise<CrossSigningStatus>;
306
- /**
307
- * Create a recovery key (ie, a key suitable for use with server-side secret storage).
308
- *
309
- * The key can either be based on a user-supplied passphrase, or just created randomly.
310
- *
311
- * @param password - Optional passphrase string to use to derive the key,
312
- * which can later be entered by the user as an alternative to entering the
313
- * recovery key itself. If omitted, a key is generated randomly.
314
- *
315
- * @returns Object including recovery key and server upload parameters.
316
- * The private key should be disposed of after displaying to the use.
317
- */
318
- createRecoveryKeyFromPassphrase(password?: string): Promise<GeneratedSecretStorageKey>;
319
- /**
320
- * Get information about the encryption of the given event.
321
- *
322
- * @param event - the event to get information for
323
- *
324
- * @returns `null` if the event is not encrypted, or has not (yet) been successfully decrypted. Otherwise, an
325
- * object with information about the encryption of the event.
326
- */
327
- getEncryptionInfoForEvent(event: MatrixEvent): Promise<EventEncryptionInfo | null>;
328
- /**
329
- * Encrypts a given payload object via Olm to-device messages to a given
330
- * set of devices.
331
- *
332
- * @param eventType - the type of the event to send.
333
- * @param devices - an array of devices to encrypt the payload for.
334
- * @param payload - the payload to encrypt.
335
- *
336
- * @returns the batch of encrypted payloads which can then be sent via {@link matrix.MatrixClient#queueToDevice}.
337
- */
338
- encryptToDeviceMessages(eventType: string, devices: {
339
- userId: string;
340
- deviceId: string;
341
- }[], payload: ToDevicePayload): Promise<ToDeviceBatch>;
342
- /**
343
- * Returns to-device verification requests that are already in progress for the given user id.
344
- *
345
- * @param userId - the ID of the user to query
346
- *
347
- * @returns the VerificationRequests that are in progress
348
- */
349
- getVerificationRequestsToDeviceInProgress(userId: string): VerificationRequest[];
350
- /**
351
- * Finds a DM verification request that is already in progress for the given room id
352
- *
353
- * @param roomId - the room to use for verification
354
- *
355
- * @returns the VerificationRequest that is in progress, if any
356
- * @deprecated prefer `userId` parameter variant.
357
- */
358
- findVerificationRequestDMInProgress(roomId: string): VerificationRequest | undefined;
359
- /**
360
- * Finds a DM verification request that is already in progress for the given room and user.
361
- *
362
- * @param roomId - the room to use for verification.
363
- * @param userId - search for a verification request for the given user.
364
- *
365
- * @returns the VerificationRequest that is in progress, if any.
366
- */
367
- findVerificationRequestDMInProgress(roomId: string, userId?: string): VerificationRequest | undefined;
368
- /**
369
- * Request a key verification from another user, using a DM.
370
- *
371
- * @param userId - the user to request verification with.
372
- * @param roomId - the room to use for verification.
373
- *
374
- * @returns resolves to a VerificationRequest when the request has been sent to the other party.
375
- */
376
- requestVerificationDM(userId: string, roomId: string): Promise<VerificationRequest>;
377
- /**
378
- * Send a verification request to our other devices.
379
- *
380
- * This is normally used when the current device is new, and we want to ask another of our devices to cross-sign.
381
- *
382
- * If an all-devices verification is already in flight, returns it. Otherwise, initiates a new one.
383
- *
384
- * To control the methods offered, set {@link matrix.ICreateClientOpts.verificationMethods} when creating the
385
- * `MatrixClient`.
386
- *
387
- * @returns a VerificationRequest when the request has been sent to the other party.
388
- */
389
- requestOwnUserVerification(): Promise<VerificationRequest>;
390
- /**
391
- * Request an interactive verification with the given device.
392
- *
393
- * This is normally used on one of our own devices, when the current device is already cross-signed, and we want to
394
- * validate another device.
395
- *
396
- * If a verification for this user/device is already in flight, returns it. Otherwise, initiates a new one.
397
- *
398
- * To control the methods offered, set {@link matrix.ICreateClientOpts.verificationMethods} when creating the
399
- * `MatrixClient`.
400
- *
401
- * @param userId - ID of the owner of the device to verify
402
- * @param deviceId - ID of the device to verify
403
- *
404
- * @returns a VerificationRequest when the request has been sent to the other party.
405
- */
406
- requestDeviceVerification(userId: string, deviceId: string): Promise<VerificationRequest>;
407
- /**
408
- * Fetch the backup decryption key we have saved in our store.
409
- *
410
- * This can be used for gossiping the key to other devices.
411
- *
412
- * @returns the key, if any, or null
413
- */
414
- getSessionBackupPrivateKey(): Promise<Uint8Array | null>;
415
- /**
416
- * Store the backup decryption key.
417
- *
418
- * This should be called if the client has received the key from another device via secret sharing (gossiping).
419
- * It is the responsability of the caller to check that the decryption key is valid for the current backup version.
420
- *
421
- * @param key - the backup decryption key
422
- *
423
- * @deprecated prefer the variant with a `version` parameter.
424
- */
425
- storeSessionBackupPrivateKey(key: Uint8Array): Promise<void>;
426
- /**
427
- * Store the backup decryption key.
428
- *
429
- * This should be called if the client has received the key from another device via secret sharing (gossiping).
430
- * It is the responsability of the caller to check that the decryption key is valid for the given backup version.
431
- *
432
- * @param key - the backup decryption key
433
- * @param version - the backup version corresponding to this decryption key
434
- */
435
- storeSessionBackupPrivateKey(key: Uint8Array, version: string): Promise<void>;
436
- /**
437
- * Attempt to fetch the backup decryption key from secret storage.
438
- *
439
- * If the key is found in secret storage, checks it against the latest backup on the server;
440
- * if they match, stores the key in the crypto store by calling {@link storeSessionBackupPrivateKey},
441
- * which enables automatic restore of individual keys when an Unable-to-decrypt error is encountered.
442
- *
443
- * If we are unable to fetch the key from secret storage, there is no backup on the server, or the key
444
- * does not match, throws an exception.
445
- */
446
- loadSessionBackupPrivateKeyFromSecretStorage(): Promise<void>;
447
- /**
448
- * Get the current status of key backup.
449
- *
450
- * @returns If automatic key backups are enabled, the `version` of the active backup. Otherwise, `null`.
451
- */
452
- getActiveSessionBackupVersion(): Promise<string | null>;
453
- /**
454
- * Determine if a key backup can be trusted.
455
- *
456
- * @param info - key backup info dict from {@link matrix.MatrixClient.getKeyBackupVersion}.
457
- */
458
- isKeyBackupTrusted(info: KeyBackupInfo): Promise<BackupTrustInfo>;
459
- /**
460
- * Return the details of the latest backup on the server, when we last checked.
461
- *
462
- * This normally returns a cached value, but if we haven't yet made a request to the server, it will fire one off.
463
- * It will always return the details of the active backup if key backup is enabled.
464
- *
465
- * Return null if there is no backup.
466
- *
467
- * @returns the key backup information
468
- */
469
- getKeyBackupInfo(): Promise<KeyBackupInfo | null>;
470
- /**
471
- * Force a re-check of the key backup and enable/disable it as appropriate.
472
- *
473
- * Fetches the current backup information from the server. If there is a backup, and it is trusted, starts
474
- * backing up to it; otherwise, disables backups.
475
- *
476
- * @returns `null` if there is no backup on the server. Otherwise, data on the backup as returned by the server,
477
- * and trust information (as returned by {@link isKeyBackupTrusted}).
478
- */
479
- checkKeyBackupAndEnable(): Promise<KeyBackupCheck | null>;
480
- /**
481
- * Creates a new key backup version.
482
- *
483
- * If there are existing backups they will be replaced.
484
- *
485
- * The decryption key will be saved in Secret Storage (the {@link matrix.SecretStorage.SecretStorageCallbacks.getSecretStorageKey} Crypto
486
- * callback will be called)
487
- * and the backup engine will be started.
488
- */
489
- resetKeyBackup(): Promise<void>;
490
- /**
491
- * Deletes the given key backup.
492
- *
493
- * @param version - The backup version to delete.
494
- */
495
- deleteKeyBackupVersion(version: string): Promise<void>;
496
- /**
497
- * Download and restore the full key backup from the homeserver.
498
- *
499
- * Before calling this method, a decryption key, and the backup version to restore,
500
- * must have been saved in the crypto store. This happens in one of the following ways:
501
- *
502
- * - When a new backup version is created with {@link CryptoApi.resetKeyBackup}, a new key is created and cached.
503
- * - The key can be loaded from secret storage with {@link CryptoApi.loadSessionBackupPrivateKeyFromSecretStorage}.
504
- * - The key can be received from another device via secret sharing, typically as part of the interactive verification flow.
505
- * - The key and backup version can also be set explicitly via {@link CryptoApi.storeSessionBackupPrivateKey},
506
- * though this is not expected to be a common operation.
507
- *
508
- * Warning: the full key backup may be quite large, so this operation may take several hours to complete.
509
- * Use of {@link KeyBackupRestoreOpts.progressCallback} is recommended.
510
- *
511
- * @param opts
512
- */
513
- restoreKeyBackup(opts?: KeyBackupRestoreOpts): Promise<KeyBackupRestoreResult>;
514
- /**
515
- * Restores a key backup using a passphrase.
516
- * The decoded key (derived from the passphrase) is stored locally by calling {@link CryptoApi#storeSessionBackupPrivateKey}.
517
- *
518
- * @param passphrase - The passphrase to use to restore the key backup.
519
- * @param opts
520
- *
521
- * @deprecated Deriving a backup key from a passphrase is not part of the matrix spec. Instead, a random key is generated and stored/shared via 4S.
522
- */
523
- restoreKeyBackupWithPassphrase(passphrase: string, opts?: KeyBackupRestoreOpts): Promise<KeyBackupRestoreResult>;
524
- /**
525
- * Returns whether MSC3814 dehydrated devices are supported by the crypto
526
- * backend and by the server.
527
- *
528
- * This should be called before calling `startDehydration`, and if this
529
- * returns `false`, `startDehydration` should not be called.
530
- */
531
- isDehydrationSupported(): Promise<boolean>;
532
- /**
533
- * Start using device dehydration.
534
- *
535
- * - Rehydrates a dehydrated device, if one is available.
536
- * - Creates a new dehydration key, if necessary, and stores it in Secret
537
- * Storage.
538
- * - If `createNewKey` is set to true, always creates a new key.
539
- * - If a dehydration key is not available, creates a new one.
540
- * - Creates a new dehydrated device, and schedules periodically creating
541
- * new dehydrated devices.
542
- *
543
- * This function must not be called unless `isDehydrationSupported` returns
544
- * `true`, and must not be called until after cross-signing and secret
545
- * storage have been set up.
546
- *
547
- * @param createNewKey - whether to force creation of a new dehydration key.
548
- * This can be used, for example, if Secret Storage is being reset. Defaults
549
- * to false.
550
- */
551
- startDehydration(createNewKey?: boolean): Promise<void>;
552
- /**
553
- * Export secrets bundle for transmitting to another device as part of OIDC QR login
554
- */
555
- exportSecretsBundle?(): Promise<Awaited<ReturnType<SecretsBundle["to_json"]>>>;
556
- /**
557
- * Import secrets bundle transmitted from another device.
558
- * @param secrets - The secrets bundle received from the other device
559
- */
560
- importSecretsBundle?(secrets: Awaited<ReturnType<SecretsBundle["to_json"]>>): Promise<void>;
561
- }
562
- /** A reason code for a failure to decrypt an event. */
563
- export declare enum DecryptionFailureCode {
564
- /** Message was encrypted with a Megolm session whose keys have not been shared with us. */
565
- MEGOLM_UNKNOWN_INBOUND_SESSION_ID = "MEGOLM_UNKNOWN_INBOUND_SESSION_ID",
566
- /** A special case of {@link MEGOLM_UNKNOWN_INBOUND_SESSION_ID}: the sender has told us it is withholding the key. */
567
- MEGOLM_KEY_WITHHELD = "MEGOLM_KEY_WITHHELD",
568
- /** A special case of {@link MEGOLM_KEY_WITHHELD}: the sender has told us it is withholding the key, because the current device is unverified. */
569
- MEGOLM_KEY_WITHHELD_FOR_UNVERIFIED_DEVICE = "MEGOLM_KEY_WITHHELD_FOR_UNVERIFIED_DEVICE",
570
- /** Message was encrypted with a Megolm session which has been shared with us, but in a later ratchet state. */
571
- OLM_UNKNOWN_MESSAGE_INDEX = "OLM_UNKNOWN_MESSAGE_INDEX",
572
- /**
573
- * Message was sent before the current device was created; there is no key backup on the server, so this
574
- * decryption failure is expected.
575
- */
576
- HISTORICAL_MESSAGE_NO_KEY_BACKUP = "HISTORICAL_MESSAGE_NO_KEY_BACKUP",
577
- /**
578
- * Message was sent before the current device was created; there was a key backup on the server, but we don't
579
- * seem to have access to the backup. (Probably we don't have the right key.)
580
- */
581
- HISTORICAL_MESSAGE_BACKUP_UNCONFIGURED = "HISTORICAL_MESSAGE_BACKUP_UNCONFIGURED",
582
- /**
583
- * Message was sent before the current device was created; there was a (usable) key backup on the server, but we
584
- * still can't decrypt. (Either the session isn't in the backup, or we just haven't gotten around to checking yet.)
585
- */
586
- HISTORICAL_MESSAGE_WORKING_BACKUP = "HISTORICAL_MESSAGE_WORKING_BACKUP",
587
- /**
588
- * Message was sent when the user was not a member of the room.
589
- */
590
- HISTORICAL_MESSAGE_USER_NOT_JOINED = "HISTORICAL_MESSAGE_USER_NOT_JOINED",
591
- /**
592
- * The sender's identity is not verified, but was previously verified.
593
- */
594
- SENDER_IDENTITY_PREVIOUSLY_VERIFIED = "SENDER_IDENTITY_PREVIOUSLY_VERIFIED",
595
- /**
596
- * The sender device is not cross-signed. This will only be used if the
597
- * device isolation mode is set to `OnlySignedDevicesIsolationMode`.
598
- */
599
- UNSIGNED_SENDER_DEVICE = "UNSIGNED_SENDER_DEVICE",
600
- /**
601
- * We weren't able to link the message back to any known device. This will
602
- * only be used if the device isolation mode is set to `OnlySignedDevicesIsolationMode`.
603
- */
604
- UNKNOWN_SENDER_DEVICE = "UNKNOWN_SENDER_DEVICE",
605
- /** Unknown or unclassified error. */
606
- UNKNOWN_ERROR = "UNKNOWN_ERROR",
607
- /** @deprecated only used in legacy crypto */
608
- MEGOLM_BAD_ROOM = "MEGOLM_BAD_ROOM",
609
- /** @deprecated only used in legacy crypto */
610
- MEGOLM_MISSING_FIELDS = "MEGOLM_MISSING_FIELDS",
611
- /** @deprecated only used in legacy crypto */
612
- OLM_DECRYPT_GROUP_MESSAGE_ERROR = "OLM_DECRYPT_GROUP_MESSAGE_ERROR",
613
- /** @deprecated only used in legacy crypto */
614
- OLM_BAD_ENCRYPTED_MESSAGE = "OLM_BAD_ENCRYPTED_MESSAGE",
615
- /** @deprecated only used in legacy crypto */
616
- OLM_BAD_RECIPIENT = "OLM_BAD_RECIPIENT",
617
- /** @deprecated only used in legacy crypto */
618
- OLM_BAD_RECIPIENT_KEY = "OLM_BAD_RECIPIENT_KEY",
619
- /** @deprecated only used in legacy crypto */
620
- OLM_BAD_ROOM = "OLM_BAD_ROOM",
621
- /** @deprecated only used in legacy crypto */
622
- OLM_BAD_SENDER_CHECK_FAILED = "OLM_BAD_SENDER_CHECK_FAILED",
623
- /** @deprecated only used in legacy crypto */
624
- OLM_BAD_SENDER = "OLM_BAD_SENDER",
625
- /** @deprecated only used in legacy crypto */
626
- OLM_FORWARDED_MESSAGE = "OLM_FORWARDED_MESSAGE",
627
- /** @deprecated only used in legacy crypto */
628
- OLM_MISSING_CIPHERTEXT = "OLM_MISSING_CIPHERTEXT",
629
- /** @deprecated only used in legacy crypto */
630
- OLM_NOT_INCLUDED_IN_RECIPIENTS = "OLM_NOT_INCLUDED_IN_RECIPIENTS",
631
- /** @deprecated only used in legacy crypto */
632
- UNKNOWN_ENCRYPTION_ALGORITHM = "UNKNOWN_ENCRYPTION_ALGORITHM"
633
- }
634
- /** Base {@link DeviceIsolationMode} kind. */
635
- export declare enum DeviceIsolationModeKind {
636
- AllDevicesIsolationMode = 0,
637
- OnlySignedDevicesIsolationMode = 1
638
- }
639
- /**
640
- * A type of {@link DeviceIsolationMode}.
641
- *
642
- * Message encryption keys are shared with all devices in the room, except in case of
643
- * verified user problems (see {@link errorOnVerifiedUserProblems}).
644
- *
645
- * Events from all senders are always decrypted (and should be decorated with message shields in case
646
- * of authenticity warnings, see {@link EventEncryptionInfo}).
647
- */
648
- export declare class AllDevicesIsolationMode {
649
- readonly errorOnVerifiedUserProblems: boolean;
650
- readonly kind = DeviceIsolationModeKind.AllDevicesIsolationMode;
651
- /**
652
- *
653
- * @param errorOnVerifiedUserProblems - Behavior when sharing keys to remote devices.
654
- *
655
- * If set to `true`, sharing keys will fail (i.e. message sending will fail) with an error if:
656
- * - The user was previously verified but is not anymore, or:
657
- * - A verified user has some unverified devices (not cross-signed).
658
- *
659
- * If `false`, the keys will be distributed as usual. In this case, the client UX should display
660
- * warnings to inform the user about problematic devices/users, and stop them hitting this case.
661
- */
662
- constructor(errorOnVerifiedUserProblems: boolean);
663
- }
664
- /**
665
- * A type of {@link DeviceIsolationMode}.
666
- *
667
- * Message encryption keys are only shared with devices that have been cross-signed by their owner.
668
- * Encryption will throw an error if a verified user replaces their identity.
669
- *
670
- * Events are decrypted only if they come from a cross-signed device. Other events will result in a decryption
671
- * failure. (To access the failure reason, see {@link MatrixEvent.decryptionFailureReason}.)
672
- */
673
- export declare class OnlySignedDevicesIsolationMode {
674
- readonly kind = DeviceIsolationModeKind.OnlySignedDevicesIsolationMode;
675
- }
676
- /**
677
- * DeviceIsolationMode represents the mode of device isolation used when encrypting or decrypting messages.
678
- * It can be one of two types: {@link AllDevicesIsolationMode} or {@link OnlySignedDevicesIsolationMode}.
679
- *
680
- * Only supported by rust Crypto.
681
- */
682
- export type DeviceIsolationMode = AllDevicesIsolationMode | OnlySignedDevicesIsolationMode;
683
- /**
684
- * Options object for `CryptoApi.bootstrapCrossSigning`.
685
- */
686
- export interface BootstrapCrossSigningOpts {
687
- /** Optional. Reset the cross-signing keys even if keys already exist. */
688
- setupNewCrossSigning?: boolean;
689
- /**
690
- * An application callback to collect the authentication data for uploading the keys. If not given, the keys
691
- * will not be uploaded to the server (which seems like a bad thing?).
692
- */
693
- authUploadDeviceSigningKeys?: UIAuthCallback<void>;
694
- }
695
- /**
696
- * Represents the ways in which we trust a user
697
- */
698
- export declare class UserVerificationStatus {
699
- private readonly crossSigningVerified;
700
- private readonly crossSigningVerifiedBefore;
701
- private readonly tofu;
702
- /**
703
- * Indicates if the identity has changed in a way that needs user approval.
704
- *
705
- * This happens if the identity has changed since we first saw it, *unless* the new identity has also been verified
706
- * by our user (eg via an interactive verification).
707
- *
708
- * To rectify this, either:
709
- *
710
- * * Conduct a verification of the new identity via {@link CryptoApi.requestVerificationDM}.
711
- * * Pin the new identity, via {@link CryptoApi.pinCurrentUserIdentity}.
712
- *
713
- * @returns true if the identity has changed in a way that needs user approval.
714
- */
715
- readonly needsUserApproval: boolean;
716
- constructor(crossSigningVerified: boolean, crossSigningVerifiedBefore: boolean, tofu: boolean, needsUserApproval?: boolean);
717
- /**
718
- * @returns true if this user is verified via any means
719
- */
720
- isVerified(): boolean;
721
- /**
722
- * @returns true if this user is verified via cross signing
723
- */
724
- isCrossSigningVerified(): boolean;
725
- /**
726
- * @returns true if we ever verified this user before (at least for
727
- * the history of verifications observed by this device).
728
- */
729
- wasCrossSigningVerified(): boolean;
730
- /**
731
- * @returns true if this user's key is trusted on first use
732
- *
733
- * @deprecated No longer supported, with the Rust crypto stack.
734
- */
735
- isTofu(): boolean;
736
- }
737
- export declare class DeviceVerificationStatus {
738
- /**
739
- * True if this device has been signed by its owner (and that signature verified).
740
- *
741
- * This doesn't necessarily mean that we have verified the device, since we may not have verified the
742
- * owner's cross-signing key.
743
- */
744
- readonly signedByOwner: boolean;
745
- /**
746
- * True if this device has been verified via cross signing.
747
- *
748
- * This does *not* take into account `trustCrossSignedDevices`.
749
- */
750
- readonly crossSigningVerified: boolean;
751
- /**
752
- * TODO: tofu magic wtf does this do?
753
- */
754
- readonly tofu: boolean;
755
- /**
756
- * True if the device has been marked as locally verified.
757
- */
758
- readonly localVerified: boolean;
759
- /**
760
- * True if the client has been configured to trust cross-signed devices via {@link CryptoApi#setTrustCrossSignedDevices}.
761
- */
762
- private readonly trustCrossSignedDevices;
763
- constructor(opts: Partial<DeviceVerificationStatus> & {
764
- /**
765
- * True if cross-signed devices should be considered verified for {@link DeviceVerificationStatus#isVerified}.
766
- */
767
- trustCrossSignedDevices?: boolean;
768
- });
769
- /**
770
- * Check if we should consider this device "verified".
771
- *
772
- * A device is "verified" if either:
773
- * * it has been manually marked as such via {@link matrix.MatrixClient.setDeviceVerified}.
774
- * * it has been cross-signed with a verified signing key, **and** the client has been configured to trust
775
- * cross-signed devices via {@link CryptoApi.setTrustCrossSignedDevices}.
776
- *
777
- * @returns true if this device is verified via any means.
778
- */
779
- isVerified(): boolean;
780
- }
781
- /**
782
- * Room key import progress report.
783
- * Used when calling {@link CryptoApi#importRoomKeys},
784
- * {@link CryptoApi#importRoomKeysAsJson} or {@link CryptoApi#restoreKeyBackup} as the parameter of
785
- * the progressCallback. Used to display feedback.
786
- */
787
- export interface ImportRoomKeyProgressData {
788
- stage: string;
789
- successes?: number;
790
- failures?: number;
791
- total?: number;
792
- }
793
- /**
794
- * Options object for {@link CryptoApi#importRoomKeys} and
795
- * {@link CryptoApi#importRoomKeysAsJson}.
796
- */
797
- export interface ImportRoomKeysOpts {
798
- /** Reports ongoing progress of the import process. Can be used for feedback. */
799
- progressCallback?: (stage: ImportRoomKeyProgressData) => void;
800
- /** @deprecated the rust SDK will always such imported keys as untrusted */
801
- untrusted?: boolean;
802
- /** @deprecated not useful externally */
803
- source?: string;
804
- }
805
- /**
806
- * The result of a call to {@link CryptoApi.getCrossSigningStatus}.
807
- */
808
- export interface CrossSigningStatus {
809
- /**
810
- * True if the public master, self signing and user signing keys are available on this device.
811
- */
812
- publicKeysOnDevice: boolean;
813
- /**
814
- * True if the private keys are stored in the secret storage.
815
- */
816
- privateKeysInSecretStorage: boolean;
817
- /**
818
- * True if the private keys are stored locally.
819
- */
820
- privateKeysCachedLocally: {
821
- masterKey: boolean;
822
- selfSigningKey: boolean;
823
- userSigningKey: boolean;
824
- };
825
- }
826
- /**
827
- * Crypto callbacks provided by the application
828
- */
829
- export interface CryptoCallbacks extends SecretStorageCallbacks {
830
- /** @deprecated: unused with the Rust crypto stack. */
831
- getCrossSigningKey?: (keyType: string, pubKey: string) => Promise<Uint8Array | null>;
832
- /** @deprecated: unused with the Rust crypto stack. */
833
- saveCrossSigningKeys?: (keys: Record<string, Uint8Array>) => void;
834
- /** @deprecated: unused with the Rust crypto stack. */
835
- shouldUpgradeDeviceVerifications?: (users: Record<string, any>) => Promise<string[]>;
836
- /**
837
- * Called by {@link CryptoApi#bootstrapSecretStorage}
838
- * @param keyId - secret storage key id
839
- * @param keyInfo - secret storage key info
840
- * @param key - private key to store
841
- */
842
- cacheSecretStorageKey?: (keyId: string, keyInfo: SecretStorageKeyDescription, key: Uint8Array) => void;
843
- /** @deprecated: unused with the Rust crypto stack. */
844
- onSecretRequested?: (userId: string, deviceId: string, requestId: string, secretName: string, deviceTrust: DeviceVerificationStatus) => Promise<string | undefined>;
845
- /** @deprecated: unused with the Rust crypto stack. */
846
- getDehydrationKey?: (keyInfo: SecretStorageKeyDescription, checkFunc: (key: Uint8Array) => void) => Promise<Uint8Array>;
847
- /** @deprecated: unused with the Rust crypto stack. */
848
- getBackupKey?: () => Promise<Uint8Array>;
849
- }
850
- /**
851
- * Parameter of {@link CryptoApi#bootstrapSecretStorage}
852
- */
853
- export interface CreateSecretStorageOpts {
854
- /**
855
- * Function called to await a secret storage key creation flow.
856
- * @returns Promise resolving to an object with public key metadata, encoded private
857
- * recovery key which should be disposed of after displaying to the user,
858
- * and raw private key to avoid round tripping if needed.
859
- */
860
- createSecretStorageKey?: () => Promise<GeneratedSecretStorageKey>;
861
- /**
862
- * The current key backup object. If passed,
863
- * the passphrase and recovery key from this backup will be used.
864
- * @deprecated Not used by the Rust crypto stack.
865
- */
866
- keyBackupInfo?: KeyBackupInfo;
867
- /**
868
- * If true, a new key backup version will be
869
- * created and the private key stored in the new SSSS store. Ignored if keyBackupInfo
870
- * is supplied.
871
- */
872
- setupNewKeyBackup?: boolean;
873
- /**
874
- * Reset even if keys already exist.
875
- */
876
- setupNewSecretStorage?: boolean;
877
- /**
878
- * Function called to get the user's current key backup passphrase.
879
- *
880
- * Should return a promise that resolves with a Uint8Array
881
- * containing the key, or rejects if the key cannot be obtained.
882
- *
883
- * Only used when the client has existing key backup, but no secret storage.
884
- *
885
- * @deprecated Not used by the Rust crypto stack.
886
- */
887
- getKeyBackupPassphrase?: () => Promise<Uint8Array>;
888
- }
889
- /** Types of cross-signing key */
890
- export declare enum CrossSigningKey {
891
- Master = "master",
892
- SelfSigning = "self_signing",
893
- UserSigning = "user_signing"
894
- }
895
- /**
896
- * Information on one of the cross-signing keys.
897
- * @see https://spec.matrix.org/v1.7/client-server-api/#post_matrixclientv3keysdevice_signingupload
898
- */
899
- export interface CrossSigningKeyInfo {
900
- keys: {
901
- [algorithm: string]: string;
902
- };
903
- signatures?: ISignatures;
904
- usage: string[];
905
- user_id: string;
906
- }
907
- /**
908
- * Recovery key created by {@link CryptoApi#createRecoveryKeyFromPassphrase} or {@link CreateSecretStorageOpts#createSecretStorageKey}.
909
- */
910
- export interface GeneratedSecretStorageKey {
911
- keyInfo?: {
912
- /** If the key was derived from a passphrase, information (algorithm, salt, etc) on that derivation. */
913
- passphrase?: PassphraseInfo;
914
- /** Optional human-readable name for the key, to be stored in account_data. */
915
- name?: string;
916
- };
917
- /** The raw generated private key. */
918
- privateKey: Uint8Array;
919
- /** The generated key, encoded for display to the user per https://spec.matrix.org/v1.7/client-server-api/#key-representation. */
920
- encodedPrivateKey?: string;
921
- }
922
- /**
923
- * Result type of {@link CryptoApi#getEncryptionInfoForEvent}.
924
- */
925
- export interface EventEncryptionInfo {
926
- /** "Shield" to be shown next to this event representing its verification status */
927
- shieldColour: EventShieldColour;
928
- /**
929
- * `null` if `shieldColour` is `EventShieldColour.NONE`; otherwise a reason code for the shield in `shieldColour`.
930
- */
931
- shieldReason: EventShieldReason | null;
932
- }
933
- /**
934
- * Types of shield to be shown for {@link EventEncryptionInfo#shieldColour}.
935
- */
936
- export declare enum EventShieldColour {
937
- NONE = 0,
938
- GREY = 1,
939
- RED = 2
940
- }
941
- /**
942
- * Reason codes for {@link EventEncryptionInfo#shieldReason}.
943
- */
944
- export declare enum EventShieldReason {
945
- /** An unknown reason from the crypto library (if you see this, it is a bug in matrix-js-sdk). */
946
- UNKNOWN = 0,
947
- /** "Encrypted by an unverified user." */
948
- UNVERIFIED_IDENTITY = 1,
949
- /** "Encrypted by a device not verified by its owner." */
950
- UNSIGNED_DEVICE = 2,
951
- /** "Encrypted by an unknown or deleted device." */
952
- UNKNOWN_DEVICE = 3,
953
- /**
954
- * "The authenticity of this encrypted message can't be guaranteed on this device."
955
- *
956
- * ie: the key has been forwarded, or retrieved from an insecure backup.
957
- */
958
- AUTHENTICITY_NOT_GUARANTEED = 4,
959
- /**
960
- * The (deprecated) sender_key field in the event does not match the Ed25519 key of the device that sent us the
961
- * decryption keys.
962
- */
963
- MISMATCHED_SENDER_KEY = 5
964
- }
965
- /** The result of a call to {@link CryptoApi.getOwnDeviceKeys} */
966
- export interface OwnDeviceKeys {
967
- /** Public part of the Ed25519 fingerprint key for the current device, base64 encoded. */
968
- ed25519: string;
969
- /** Public part of the Curve25519 identity key for the current device, base64 encoded. */
970
- curve25519: string;
971
- }
972
- export * from "./verification.ts";
973
- export type * from "./keybackup.ts";
974
- export * from "./recovery-key.ts";
975
- export * from "./key-passphrase.ts";
976
- export * from "./CryptoEvent.ts";
977
- export type * from "./CryptoEventHandlerMap.ts";
978
- //# sourceMappingURL=index.d.ts.map