Initializervapor.jwt-kit 5.1.2JWTKit
init(rawValue:)
EdDSACurve.swift:27init?(rawValue: String)
init?(rawValue: String)
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
struct EdDSACurve
A struct representing an Elliptic Curve used in EdDSA (Edwards-curve Digital Signature Algorithm).
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
static let ed25519: EdDSACurve
Represents the Ed25519 curve.
var rawValue: String { get }
Textual representation of the curve.
func encode(to encoder: any Encoder) throws