Expand description
Structs§
- Claims
- Key
- JWK, almost to spec (https://datatracker.ietf.org/doc/html/rfc7517) but not quite the same because it’s annoying to implement.
- RsaAdditional
Prime - Additional prime information for multi-prime RSA keys.
- RsaPrivate
Key - RSA private key parameters.
- RsaPublic
Key - RSA public key parameters.
Enums§
- Algorithm
- A subset of jsonwebtoken algorithms.
- Elliptic
Curve - Supported elliptic curves for EC and OKP key types.
- KeyOperation
- Cryptographic operations that a key can perform.
- KeyType
- https://datatracker.ietf.org/doc/html/rfc7518#section-6