Module traits

Source
Expand description

All the traits of this crate.

Enums§

InvalidCertError
The error type returned by ToEncodableCert::validate.
KeystoreItem
A public key, keypair, or key certificate.

Traits§

EncodableItem
A key that can be serialized to, and deserialized from.
ItemType
A trait for getting the type of an item.
Keygen
A trait for generating fresh keys.
KeygenRng
A random number generator for generating EncodableItems.
ToEncodableCert
A trait representing an encodable certificate.
ToEncodableKey
A key that can be converted to an EncodableItem.