Type Alias matrix_sdk_base::ruma::OwnedServerSigningKeyId

source ·
pub type OwnedServerSigningKeyId = OwnedKeyId<SigningKeyAlgorithm, KeyName>;
Expand description

Algorithm + key name for homeserver signing keys.

Aliased Type§

struct OwnedServerSigningKeyId { /* private fields */ }