[−][src]Type Definition ruma_identifiers::ServerKeyId
type ServerKeyId = ServerKeyId<Box<str>>;
An owned homeserver signing key identifier containing a key algorithm and version.
Can be created via TryFrom<String>
and TryFrom<&str>
; implements Serialize
and Deserialize
if the serde
feature is enabled.