module Net::BER::Extensions::String
def to_ber_contextspecific(code)
Creates a context-specific BER string encoded value with the provided
#
def to_ber_contextspecific(code) to_ber(0x80 + code) end
def to_ber_contextspecific(code) to_ber(0x80 + code) end