TLSSecureContextOptions constructor

TLSSecureContextOptions({
  1. dynamic pfx,
  2. dynamic key,
  3. String passphrase,
  4. dynamic cert,
  5. dynamic ca,
  6. String ciphers,
  7. bool honorCipherOrder,
  8. String ecdhCurve,
  9. String clientCertEngine,
  10. dynamic crl,
  11. dynamic dhparam,
  12. num secureOptions,
  13. String secureProtocol,
  14. String sessionIdContext,
})

Implementation

external factory TLSSecureContextOptions({
  pfx,
  key,
  String passphrase,
  cert,
  ca,
  String ciphers,
  bool honorCipherOrder,
  String ecdhCurve,
  String clientCertEngine,
  crl,
  dhparam,
  num secureOptions,
  String secureProtocol,
  String sessionIdContext,
});