supported univeral BER types 5 (NULL) and 6 (OID)

This commit is contained in:
blackhedd 2006-12-08 08:39:13 +00:00
parent 7fe954f199
commit 8dfbf21302

View file

@ -87,8 +87,10 @@ module Net
1 => :boolean,
2 => :integer,
4 => :string,
5 => :null,
6 => :string, # (OID)
10 => :integer,
13 => :string # (OID)
13 => :string # (relative OID)
},
:constructed => {
16 => :array,