| Package | Description |
|---|---|
| io.jsonwebtoken | |
| io.jsonwebtoken.security |
| Modifier and Type | Method and Description |
|---|---|
static Registry<String,AeadAlgorithm> |
Jwts.ENC.get()
Returns all standard JWA Cryptographic
Algorithms for Content Encryption defined in the
JSON Web Signature and Encryption
Algorithms Registry.
|
static Registry<String,SecureDigestAlgorithm<?,?>> |
Jwts.SIG.get()
Returns all standard JWA Cryptographic
Algorithms for Digital Signatures and MACs defined in the
JSON Web Signature and Encryption
Algorithms Registry.
|
static Registry<String,KeyAlgorithm<?,?>> |
Jwts.KEY.get()
Returns all standard JWA standard Cryptographic
Algorithms for Key Management..
|
static Registry<String,CompressionAlgorithm> |
Jwts.ZIP.get()
Returns various useful
Compression Algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static Registry<String,Curve> |
Jwks.CRV.get()
Returns a registry of all standard Elliptic Curves in the
JSON Web Key Elliptic Curve Registry
defined by RFC 7518, Section 7.6
(for Weierstrass Elliptic Curves) and
RFC 8037, Section 5 (for Edwards Elliptic Curves). |
static Registry<String,HashAlgorithm> |
Jwks.HASH.get()
Returns a registry of various (but not all)
IANA Hash
Algorithms commonly used to compute
JWK Thumbprints and ensure valid
JWK Thumbprint URIs. |
static Registry<String,KeyOperation> |
Jwks.OP.get()
Returns a registry of all standard Key Operations in the
JSON Web Key Operations Registry
defined by RFC 7517, Section 8.3. |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.