init(hint:clientIdentity:maxPSKLength:)

    Constructs a PSKServerContext.

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

    Other members in extension

    Instance members