added a #to_ber method to BerIdentifiedNull, which handles ASN.1 NULL objects.
This commit is contained in:
parent
da69de0fc2
commit
cf82f83ddf
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ module Net
|
||||||
|
|
||||||
class BerIdentifiedNull
|
class BerIdentifiedNull
|
||||||
attr_accessor :ber_identifier
|
attr_accessor :ber_identifier
|
||||||
|
def to_ber
|
||||||
|
"\005\000"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#--
|
#--
|
||||||
|
|
Loading…
Add table
Reference in a new issue