internal abstract void Encode(DerOutputStream derOut);
internal override void Encode(DerOutputStream derOut) { throw new NotImplementedException(); }