CertificateAuthorityServiceConfig constructor

CertificateAuthorityServiceConfig({
  1. String? caPool,
})

Implementation

CertificateAuthorityServiceConfig({
  this.caPool,
});