Ejemplo n.º 1
0
 /**
  * create an AuthorityKeyIdentifier with the GeneralNames tag and
  * the serial number provided.
  */
 public AuthorityKeyIdentifier(
     GeneralNames name,
     BigInteger serialNumber)
     : this((byte[])null, name, serialNumber)
 {
 }