SSLParameters

SSLParameters
SSLParameters
JSON Example
{
    "cipherSuites": [
        "string"
    ],
    "protocols": [
        "string"
    ],
    "wantClientAuth": false,
    "needClientAuth": false,
    "endpointIdentificationAlgorithm": "string",
    "snimatchers": [
        {
            "type": 0
        }
    ],
    "useCipherSuitesOrder": false,
    "serverNames": [
        {
            "type": 0,
            "encoded": [
                "string"
            ]
        }
    ]
}
array of string
cipherSuites
Optional

cipherSuites

array of string
protocols
Optional

protocols

boolean
wantClientAuth
Optional

wantClientAuth

boolean
needClientAuth
Optional

needClientAuth

algorithmConstraints
Optional

algorithmConstraints

string
endpointIdentificationAlgorithm
Optional

endpointIdentificationAlgorithm

array of SNIMatcher
snimatchers
Optional

snimatchers

boolean
useCipherSuitesOrder
Optional

useCipherSuitesOrder

serverNames
Optional

serverNames

Property Of