ExtendedKeyUsageOptions constructor
      
      ExtendedKeyUsageOptions({})
     
    
    
Implementation
ExtendedKeyUsageOptions({
  this.clientAuth,
  this.codeSigning,
  this.emailProtection,
  this.ocspSigning,
  this.serverAuth,
  this.timeStamping,
});