Trait KeyDef

Source
pub trait KeyDef: KeyDefSealed {
    type KeyType: KeyType;
}
Expand description

Trait for types that can be used as a libcoap DTLS asymmetric key definition (RPK or PKI).

Required Associated Types§

Source

type KeyType: KeyType

The key type of this key definition.

Implementors§