TLSSecureContextOptions constructor
TLSSecureContextOptions({})
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,
});