Exemplo n.º 1
0
 internal override void Encode(
     DerOutputStream derOut)
 {
     derOut.WriteEncoded(Asn1Tags.Null, this.zeroBytes);
 }