Class Dnsruby::Message::SecurityLevel
In: lib/Dnsruby/message.rb
Parent: CodeMapper

The security level (see RFC 4035 section 4.3)

Constants

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

[Validate]