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
string
endpointIdentificationAlgorithm
Optional
endpointIdentificationAlgorithm
boolean
useCipherSuitesOrder
Optional
useCipherSuitesOrder