SSLContext
SSLContext
JSON Example
{
"protocol": "string",
"serverSocketFactory": {
"supportedCipherSuites": [
"string"
],
"defaultCipherSuites": [
"string"
]
},
"serverSessionContext": {
"sessionTimeout": 0,
"sessionCacheSize": 0
},
"clientSessionContext": {
"sessionTimeout": 0,
"sessionCacheSize": 0
},
"defaultSSLParameters": {
"cipherSuites": [
"string"
],
"protocols": [
"string"
],
"wantClientAuth": false,
"needClientAuth": false,
"endpointIdentificationAlgorithm": "string",
"snimatchers": [
{
"type": 0
}
],
"useCipherSuitesOrder": false,
"serverNames": [
{
"type": 0,
"encoded": [
"string"
]
}
]
},
"supportedSSLParameters": {
"cipherSuites": [
"string"
],
"protocols": [
"string"
],
"wantClientAuth": false,
"needClientAuth": false,
"endpointIdentificationAlgorithm": "string",
"snimatchers": [
{
"type": 0
}
],
"useCipherSuitesOrder": false,
"serverNames": [
{
"type": 0,
"encoded": [
"string"
]
}
]
},
"socketFactory": {
"supportedCipherSuites": [
"string"
],
"defaultCipherSuites": [
"string"
]
}
}
object
provider
Optional
provider
string
protocol
Optional
protocol