Object
# File lib/net/ntlm.rb, line 615 def parse(str) t = new t.parse(str) t end
# File lib/net/ntlm.rb, line 622 def parse(str) super(str) enable(:domain) if has_flag?(:DOMAIN_SUPPLIED) enable(:workstation) if has_flag?(:WORKSTATION_SUPPLIED) super(str) if ( (len = data_edge - head_size) > 0) self.padding = "\00"" * len super(str) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.