Initializerswift-nio-ssl 2.34.1NIOSSL
init(hint:clientIdentity:maxPSKLength:)
Constructs a PSKServerContext.
init(hint: String?, clientIdentity: String, maxPSKLength: Int) Parameters
- hint
Optional identity hint provided to the client.
- clientIdentity
Client identity received from the client.
- maxPSKLength
Maximum possible length of the Pre Shared Key.