Struct ruma_client_api::r0::backup::SessionData [−][src]
This is supported on crate feature
unstable-pre-spec only.Expand description
The algorithm used for storing backups.
To create an instance of this type, first create a SessionDataInit and convert it via
SessionData::from / .into().
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 SessionDataimpl Send for SessionDataimpl Sync for SessionDataimpl Unpin for SessionDataimpl UnwindSafe for SessionDataBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more