module Net::BER::Extensions::String
def to_ber_application_string(code)
Creates an application-specific BER string encoded value with the
#
def to_ber_application_string(code) to_ber(0x40 + code) end
def to_ber_application_string(code) to_ber(0x40 + code) end