# File lib/net/ber/core_ext/fixnum.rb, line 31
  def to_ber_application(tag)
    [0x40 + tag].pack("C") + to_ber_internal
  end