Ejemplo n.º 1
0
 public void AddCrlEntry(DerInteger userCertificate, Time revocationDate, int reason)
 {
     AddCrlEntry(userCertificate, revocationDate, reason, null);
 }
Ejemplo n.º 2
0
 public void SetThisUpdate(
     Time thisUpdate)
 {
     this.thisUpdate = thisUpdate;
 }
Ejemplo n.º 3
0
 public void SetNextUpdate(
     Time nextUpdate)
 {
     this.nextUpdate = nextUpdate;
 }
Ejemplo n.º 4
0
 public void SetThisUpdate(
     DerUtcTime thisUpdate)
 {
     this.thisUpdate = new Time(thisUpdate);
 }