Trait KeyIds

Source
pub trait KeyIds {
    type Symmetric: KeyId<KeyValue = SymmetricCryptoKey>;
    type Asymmetric: KeyId<KeyValue = AsymmetricCryptoKey>;
}
Expand description

Represents a set of all the key identifiers that need to be defined to use a key store. At the moment it’s just symmetric and asymmetric keys.

Required Associated Types§

Implementors§