Static Propertyswift-nio-ssl 2.29.0NIOSSL
x25519
TLSConfiguration.swift:159static let x25519: NIOTLSCurve
Other members in extension
Typealiases
Type members
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.static let secp256r1: NIOTLSCurve
static let secp384r1: NIOTLSCurve
static let secp521r1: NIOTLSCurve
static let x448: NIOTLSCurve
Instance members
var rawValue: UInt16
The RFC code point for the given curve.