Required Static Propertyvapor.jwt-kit 5.1.2JWTKit
byteRanges
ECDSACurveType.swift:25static var byteRanges: (x: Range<Int>, y: Range<Int>) { get }
static var byteRanges: (x: Range<Int>, y: Range<Int>) { get }
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
protocol ECDSACurveType : Sendable
A protocol defining the requirements for elliptic curve types used in ECDSA (Elliptic Curve Digital Signature Algorithm).
@frozen struct Range<Bound> where Bound : Comparable
A half-open interval from a lower bound up to, but not including, an upper bound.
@frozen struct Int
A signed integer value type.
associatedtype PrivateKey : ECDSAPrivateKey
associatedtype Signature : ECDSASignature
associatedtype SigningAlgorithm : ECDSASigningAlgorithm
static var curve: ECDSACurve { get }