Expand description
A crate to store keys which can then be used to sign and verify JWTs.
Re-exports§
pub use aead;
Structs§
- Encrypter
 - Helps encrypting and decrypting data
 - Json
WebKey  - Json
WebKey Set  - Keystore
 - A structure to store a list of 
PrivateKey. The keys are held in anArcto ensure they are only loaded once in memory and allow cheap cloning - Wrong
Algorithm Error  - Error returned when the key can’t be used for the requested algorithm
 
Enums§
- Decrypt
Error  - Load
Error  - Error type used when a key could not be loaded
 - Private
Key  - A single private key