Type Alias matrix_sdk_base::ruma::OwnedDeviceSigningKeyId

source ·
pub type OwnedDeviceSigningKeyId = OwnedKeyId<SigningKeyAlgorithm, DeviceId>;
Expand description

Algorithm + key name for device keys.

Aliased Type§

struct OwnedDeviceSigningKeyId { /* private fields */ }