HttpsAgentOptions class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

HttpsAgentOptions({bool keepAlive, num keepAliveMsecs, num maxSockets, num maxFreeSockets, dynamic ca, dynamic cert, String ciphers, String clientCertEngine, dynamic crl, dynamic key, String passphrase, dynamic pfx, String secureProtocol})
factory

Properties

ca → dynamic
Optionally override the trusted CA certificates.
no setter
cert → dynamic
Cert chains in PEM format.
no setter
ciphers String
Cipher suite specification, replacing the default.
no setter
clientCertEngine String
Name of an OpenSSL engine which can provide the client certificate.
no setter
crl → dynamic
PEM formatted CRLs (Certificate Revocation Lists).
no setter
hashCode int
The hash code for this object.
no setterinherited
keepAlive bool
no setter
keepAliveMsecs num
no setter
key → dynamic
Private keys in PEM format.
no setter
maxFreeSockets num
no setter
maxSockets num
no setter
passphrase String
Shared passphrase used for a single private key and/or a PFX.
no setter
pfx → dynamic
PFX or PKCS12 encoded private key and certificate chain.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureProtocol String
SSL method to use.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited