Type Alias OwnedDeviceSigningKeyId
pub type OwnedDeviceSigningKeyId = OwnedKeyId<SigningKeyAlgorithm, DeviceId>;Expand description
Algorithm + key name for [device signing] keys.
Aliased Typeยง
pub struct OwnedDeviceSigningKeyId { /* private fields */ }