Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Field and Description |
---|---|
static SignatureAlgorithm |
Jwts.SIG.EdDSA
EdDSA signature algorithm defined by
RFC 8037, Section 3.1 that requires
either Ed25519 or Ed448 Edwards Elliptic Curve1 keys. |
static SignatureAlgorithm |
Jwts.SIG.ES256
ECDSA using P-256 and SHA-256 signature algorithm as defined by
RFC 7518, Section 3.4. |
static SignatureAlgorithm |
Jwts.SIG.ES384
ECDSA using P-384 and SHA-384 signature algorithm as defined by
RFC 7518, Section 3.4. |
static SignatureAlgorithm |
Jwts.SIG.ES512
ECDSA using P-521 and SHA-512 signature algorithm as defined by
RFC 7518, Section 3.4. |
static SignatureAlgorithm |
Jwts.SIG.PS256
RSASSA-PSS using SHA-256 and MGF1 with SHA-256 signature algorithm as defined by
RFC 7518, Section 3.51. |
static SignatureAlgorithm |
Jwts.SIG.PS384
RSASSA-PSS using SHA-384 and MGF1 with SHA-384 signature algorithm as defined by
RFC 7518, Section 3.51. |
static SignatureAlgorithm |
Jwts.SIG.PS512
RSASSA-PSS using SHA-512 and MGF1 with SHA-512 signature algorithm as defined by
RFC 7518, Section 3.51. |
static SignatureAlgorithm |
Jwts.SIG.RS256
RSASSA-PKCS1-v1_5 using SHA-256 signature algorithm as defined by
RFC 7518, Section 3.3. |
static SignatureAlgorithm |
Jwts.SIG.RS384
RSASSA-PKCS1-v1_5 using SHA-384 signature algorithm as defined by
RFC 7518, Section 3.3. |
static SignatureAlgorithm |
Jwts.SIG.RS512
RSASSA-PKCS1-v1_5 using SHA-512 signature algorithm as defined by
RFC 7518, Section 3.3. |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.