TLSSocketOptions constructor

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

Implementation

external factory TLSSocketOptions({
  bool isServer,
  NetServer server,
  bool requestCert,
  bool rejectUnauthorized,
  List NPNProtocols,
  List ALPNProtocols,
  Function SNICallback,
  Buffer session,
  bool requestOCSP,
  dynamic secureContext,
  pfx,
  key,
  String passphrase,
  cert,
  ca,
  String ciphers,
  bool honorCipherOrder,
  String ecdhCurve,
  String clientCertEngine,
  crl,
  dhparam,
  num secureOptions,
  String secureProtocol,
  String sessionIdContext,
});