/// <summary>Reset the generator</summary>
 public void Reset()
 {
     acInfoGen = new V2AttributeCertificateInfoGenerator();
     extGenerator.Reset();
 }
 public X509V2AttributeCertificateGenerator()
 {
     acInfoGen = new V2AttributeCertificateInfoGenerator();
 }