Type Alias ServerSigningKeyId
pub type ServerSigningKeyId = KeyId<SigningKeyAlgorithm, ServerSigningKeyVersion>;Expand description
Algorithm + key name for homeserver signing keys.
Aliased Typeยง
pub struct ServerSigningKeyId(/* private fields */);