TLSServerOptions constructor

TLSServerOptions({
  1. String clientCertEngine,
  2. num handshakeTimeout,
  3. bool requestCert,
  4. bool rejectUnauthorized,
  5. List NPNProtocols,
  6. List ALPNProtocols,
  7. Function SNICallback,
  8. num sessionTimeout,
  9. Buffer ticketKeys,
  10. dynamic pfx,
  11. dynamic key,
  12. String passphrase,
  13. dynamic cert,
  14. dynamic ca,
  15. String ciphers,
  16. bool honorCipherOrder,
  17. String ecdhCurve,
  18. dynamic crl,
  19. dynamic dhparam,
  20. num secureOptions,
  21. String secureProtocol,
  22. String sessionIdContext,
})

Implementation

external factory TLSServerOptions({
  String clientCertEngine,
  num handshakeTimeout,
  bool requestCert,
  bool rejectUnauthorized,
  List NPNProtocols,
  List ALPNProtocols,
  Function SNICallback,
  num sessionTimeout,
  Buffer ticketKeys,
  pfx,
  key,
  String passphrase,
  cert,
  ca,
  String ciphers,
  bool honorCipherOrder,
  String ecdhCurve,
  crl,
  dhparam,
  num secureOptions,
  String secureProtocol,
  String sessionIdContext,
});