OracleSslConfig constructor

OracleSslConfig({
  1. String? caCertificate,
  2. bool? caCertificateSet,
  3. String? serverCertificateDistinguishedName,
})

Implementation

OracleSslConfig({
  this.caCertificate,
  this.caCertificateSet,
  this.serverCertificateDistinguishedName,
});