Expand description
All the traits of this crate.
Enums§
- Invalid
Cert Error - The error type returned by
ToEncodableCert::validate
. - Keystore
Item - A public key, keypair, or key certificate.
Traits§
- Encodable
Item - A key that can be serialized to, and deserialized from.
- Item
Type - A trait for getting the type of an item.
- Keygen
- A trait for generating fresh keys.
- Keygen
Rng - A random number generator for generating
EncodableItem
s. - ToEncodable
Cert - A trait representing an encodable certificate.
- ToEncodable
Key - A key that can be converted to an
EncodableItem
.