logo
pub type SigningKeyId<K> = KeyId<SigningKeyAlgorithm, K>;
Expand description

Algorithm + key name for signing keys.