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