added a #to_ber method to BerIdentifiedNull, which handles ASN.1 NULL objects.

This commit is contained in:
blackhedd 2006-12-15 13:54:50 +00:00
parent da69de0fc2
commit cf82f83ddf

View file

@ -52,6 +52,9 @@ module Net
class BerIdentifiedNull
attr_accessor :ber_identifier
def to_ber
"\005\000"
end
end
#--