Static Propertyvapor.jwt-kit 5.1.2JWTKit
p384
Represents the P-384 elliptic curve.
static let p384: ECDSACurve
Represents the P-384 elliptic curve.
static let p384: ECDSACurve
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
struct ECDSACurve
A struct representing an Elliptic Curve used in Elliptic Curve Digital Signature Algorithm (ECDSA).
init(from decoder: any Decoder) throws
init?(rawValue: String)
static let p256: ECDSACurve
Represents the P-256 elliptic curve.
static let p521: ECDSACurve
Represents the P-521 elliptic curve.
var rawValue: String { get }
Textual representation of the elliptic curve.
func encode(to encoder: any Encoder) throws