Struct ruma_client_api::r0::backup::SessionDataInit [−][src]
This is supported on crate feature
unstable-pre-spec only.Expand description
The algorithm used for storing backups.
This struct will not be updated even if additional fields are added to SessionData in a
new (non-breaking) release of the Matrix specification.
Fields
ephemeral: StringUnpadded base64-encoded public half of the ephemeral key.
ciphertext: StringCiphertext, encrypted using AES-CBC-256 with PKCS#7 padding, encoded in base64.
mac: StringFirst 8 bytes of MAC key, encoded in base64.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SessionDataInitimpl Send for SessionDataInitimpl Sync for SessionDataInitimpl Unpin for SessionDataInitimpl UnwindSafe for SessionDataInitBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more