init(hint:clientIdentity:maxPSKLength:)

Constructs a PSKServerContext.

SSLCallbacks.swift:220
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.