securityContext property

SecurityContext? securityContext
final

The TLS security context (server certificate + key) for the main wss listener. Exactly one of securityContext or tlsDirectory must be set; when tlsDirectory drives the listener this is null.

Implementation

final SecurityContext? securityContext;