| Package | Description |
|---|---|
| io.jsonwebtoken.impl.security |
| Modifier and Type | Field and Description |
|---|---|
static EdwardsCurve |
EdwardsCurve.Ed25519 |
static EdwardsCurve |
EdwardsCurve.Ed448 |
static EdwardsCurve |
EdwardsCurve.X25519 |
static EdwardsCurve |
EdwardsCurve.X448 |
| Modifier and Type | Field and Description |
|---|---|
static Collection<EdwardsCurve> |
EdwardsCurve.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static EdwardsCurve |
EdwardsCurve.findById(String id) |
static EdwardsCurve |
EdwardsCurve.findByKey(Key key) |
static EdwardsCurve |
EdwardsCurve.forKey(Key key) |
protected static EdwardsCurve |
OctetJwkFactory.getCurve(ParameterReadable reader) |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.