Class: Dnsruby::Message::SecurityLevel

Inherits:
CodeMapper
  • Object
show all
Defined in:
lib/dnsruby/message/message.rb

Overview

The security level (see RFC 4035 section 4.3)

Constant Summary collapse

INDETERMINATE =
-2
BOGUS =
-1
UNCHECKED =
0
INSECURE =
1
SECURE =
2

Instance Attribute Summary

Attributes inherited from CodeMapper

#code, #string

Method Summary

Methods inherited from CodeMapper

#<=>, #==, add_pair, #hash, #initialize, #inspect, method_missing, regexp, #set_code, #set_string, strings, to_code, to_string, #unknown_code, #unknown_string, update

Constructor Details

This class inherits a constructor from Dnsruby::CodeMapper