ServerProperties
ServerProperties
Server properties of Security configuration.
JSON Example
{
"cipher_suites": [
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
"TLS_RSA_WITH_AES_128_CBC_SHA256"
],
"named_groups": [
"SECP384_R1",
"FFDHE_4096"
],
"signature_algorithms": [
"RSA_PSS_RSAE_SHA512",
"RSA_PKCS1_SHA512",
"RSA_PKCS1_SHA1"
],
"thumbprint_algorithms": [
"SHA_512",
"SHA_384"
]
}
array of string
cipher_suites
Optional
List of cipher suites of server.
array of string
named_groups
Optional
List of named groups of server.
array of string
signature_algorithms
Optional
List of signature algorithms of server.
array of string
thumbprint_algorithms
Optional
List of thumbprint algorithms of server.