Initializerswift-nio-ssl 2.34.1NIOSSL
init(rawValue:)
Construct a NIOTLSCurve from the RFC code point for that curve.
init(rawValue: UInt16) Construct a NIOTLSCurve from the RFC code point for that curve.
init(rawValue: UInt16) import NIOSSLTLS for SwiftNIO.
struct NIOTLSCurveAvailable curves to use for TLS.
@frozen struct UInt16A 16-bit unsigned integer value type.
init(_ rawValue: NIOTLSCurve.RawValue) Construct a NIOTLSCurve from the RFC code point for that curve.
static let secp256r1: NIOTLSCurvestatic let secp384r1: NIOTLSCurvestatic let secp521r1: NIOTLSCurvestatic let x25519: NIOTLSCurvestatic let x25519_MLKEM768: NIOTLSCurvestatic let x448: NIOTLSCurvevar rawValue: UInt16The RFC code point for the given curve.
typealias RawValue = UInt16