Structs§
- BareKey
- Bare
Private Key - A bare private key contains one of the following:
- Bare
Public Key - Key
- A key which is either a private or public key.
- KeyRegistry
- A collection of
Key
orPublicKey
objects. - KeyValidation
Error - Private
Key - A private key with key-signing capabilities.
- Public
Key - A public key with key-validation capabilities.
- Signing
Context - Validation
Context
Enums§
- Any
- A type similar to
serde_json::Value
that can be serialized and deserialized from a JWT token. - KeyError
- KeyType
- Opaque
Validation Failure Reason - A reason for validation failure that is opaque to debugging or printing to avoid leaking information about the token failure.
- Signature
Error - Validation
Error - Validation
Type