Expand description
Reexport of identity_jose::jwk.
Structs§
- Jwk
- JSON Web Key.
- JwkParams
Ec - Parameters for Elliptic Curve Keys.
- JwkParams
Oct - Parameters for Symmetric Keys.
- JwkParams
Okp - Parameters for Octet Key Pairs.
- JwkParams
Rsa - Parameters for RSA Keys.
- JwkParams
RsaPrime - Parameters for RSA Primes
- JwkSet
- JSON Web Key Set.
Enums§
- BlsCurve
- Supported BLS Curves.
- EcCurve
- Supported Elliptic Curves.
- EcxCurve
- Supported Elliptic Curves.
- EdCurve
- Supported Elliptic Curves.
- JwkOperation
- Supported algorithms for the JSON Web Key
key_ops
property. - JwkParams
- Algorithm-specific parameters for JSON Web Keys.
- JwkType
- Supported types for the JSON Web Key
kty
property. - JwkUse
- Supported algorithms for the JSON Web Key
use
property.
Traits§
- FromJwk
- Helper trait to convert implementing conversion from
Jwk
. - ToJwk
- Helper trait to convert an arbitrary key type to
Jwk
.
Type Aliases§
- JwkThumbprint
Sha256 - A SHA256 JSON Web Key Thumbprint.