Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Field and Description |
---|---|
static Curve |
Jwks.CRV.Ed25519
Ed25519 Elliptic Curve defined by
RFC 8037, Section 3.1
using the native Java JCA Ed25519 1 algorithm. |
static Curve |
Jwks.CRV.Ed448
|
static Curve |
Jwks.CRV.P256
P-256 Elliptic Curve defined by
RFC 7518, Section 6.2.1.1
using the native Java JCA secp256r1 algorithm. |
static Curve |
Jwks.CRV.P384
P-384 Elliptic Curve defined by
RFC 7518, Section 6.2.1.1
using the native Java JCA secp384r1 algorithm. |
static Curve |
Jwks.CRV.P521
P-521 Elliptic Curve defined by
RFC 7518, Section 6.2.1.1
using the native Java JCA secp521r1 algorithm. |
static Curve |
Jwks.CRV.X25519
|
static Curve |
Jwks.CRV.X448
|
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). |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.