[][src]Module ruma_client_api::r0::keys

Endpoints for key management

Modules

claim_keys

POST /_matrix/client/r0/keys/claim

get_key_changes

GET /_matrix/client/r0/keys/changes

get_keys

POST /_matrix/client/r0/keys/query

upload_keys

POST /_matrix/client/r0/keys/upload

Structs

AlgorithmAndDeviceId

A key algorithm and a device id, combined with a ':'

DeviceKeys

Identity keys for a device.

SignedKey

A key for the SignedCurve25519 algorithm

UnsignedDeviceInfo

Additional data added to device key information by intermediate servers.

Enums

KeyAlgorithm

The basic key algorithms in the specification

OneTimeKey

A one-time public key for "pre-key" messages.