Module Net::BER::BERParser
In: lib/net/ber/ber_parser.rb

Methods

read_ber  

Constants

VERSION = '0.1.0'
TagClasses = [:universal, :application, :context_specific, :private]   The order of these follows the class-codes in BER. Maybe this should have been a hash.
BuiltinSyntax = Net::BER.compile_syntax( { :universal => { :primitive => { 1 => :boolean, 2 => :integer, 4 => :string, 5 => :null, 6 => :oid, 10 => :integer, 13 => :string # (relative OID)

Public Instance methods

[Validate]