pub type OwnedDeviceSigningKeyId = OwnedKeyId<SigningKeyAlgorithm, DeviceId>;
Expand description

Algorithm + key name for device keys.

Aliased Type§

struct OwnedDeviceSigningKeyId { /* private fields */ }