Type Alias OwnedServerSigningKeyId
pub type OwnedServerSigningKeyId = OwnedKeyId<SigningKeyAlgorithm, ServerSigningKeyVersion>;Expand description
Algorithm + key name for homeserver signing keys.
Aliased Typeยง
pub struct OwnedServerSigningKeyId { /* private fields */ }