Expand description
XEP-0380: OMEMO Encryption (experimental version 0.3.0)
Structs§
- Bundle
- A collection of publicly accessible data that can be used to build a session with a device, namely its public IdentityKey, a signed PreKey with corresponding signature, and a list of (single use) PreKeys.
- Bundle
AsXml Iterator - Convert a
Bundle
into XML events. - Bundle
From XmlBuilder - Build a
Bundle
from XML events. - Device
- Element of the device list
- Device
AsXml Iterator - Convert a
Device
into XML events. - Device
From XmlBuilder - Build a
Device
from XML events. - Device
List - A user’s device list contains the OMEMO device ids of all the user’s devicse. These can be used to look up bundles and build a session.
- Device
List AsXml Iterator - Convert a
DeviceList
into XML events. - Device
List From XmlBuilder - Build a
DeviceList
from XML events. - Encrypted
- An OMEMO element, which can be either a MessageElement (with payload), or a KeyTransportElement (without payload).
- Encrypted
AsXml Iterator - Convert a
Encrypted
into XML events. - Encrypted
From XmlBuilder - Build a
Encrypted
from XML events. - Header
- The header contains encrypted keys for a message
- Header
AsXml Iterator - Convert a
Header
into XML events. - Header
From XmlBuilder - Build a
Header
from XML events. - IV
- IV used for payload encryption
- IVAs
XmlIterator - Convert a
IV
into XML events. - IVFrom
XmlBuilder - Build a
IV
from XML events. - Identity
Key - Part of a device’s bundle
- Identity
KeyAs XmlIterator - Convert a
IdentityKey
into XML events. - Identity
KeyFrom XmlBuilder - Build a
IdentityKey
from XML events. - Key
- Part of the OMEMO element header
- KeyAs
XmlIterator - Convert a
Key
into XML events. - KeyFrom
XmlBuilder - Build a
Key
from XML events. - Payload
- The encrypted message body
- Payload
AsXml Iterator - Convert a
Payload
into XML events. - Payload
From XmlBuilder - Build a
Payload
from XML events. - PreKey
Public - PreKey public key Part of a device’s bundle
- PreKey
Public AsXml Iterator - Convert a
PreKeyPublic
into XML events. - PreKey
Public From XmlBuilder - Build a
PreKeyPublic
from XML events. - Prekeys
- List of (single use) PreKeys Part of a device’s bundle
- Prekeys
AsXml Iterator - Convert a
Prekeys
into XML events. - Prekeys
From XmlBuilder - Build a
Prekeys
from XML events. - Signed
PreKey Public - SignedPreKey public key Part of a device’s bundle
- Signed
PreKey Public AsXml Iterator - Convert a
SignedPreKeyPublic
into XML events. - Signed
PreKey Public From XmlBuilder - Build a
SignedPreKeyPublic
from XML events. - Signed
PreKey Signature - SignedPreKey signature Part of a device’s bundle
- Signed
PreKey Signature AsXml Iterator - Convert a
SignedPreKeySignature
into XML events. - Signed
PreKey Signature From XmlBuilder - Build a
SignedPreKeySignature
from XML events.