Class: Dnsruby::Modes
- Inherits:
-
CodeMapper
- Object
- CodeMapper
- Dnsruby::Modes
- Defined in:
- lib/dnsruby/resource/TKEY.rb
Constant Summary collapse
- SERVERASSIGNED =
The key is assigned by the server (unimplemented)
1
- DIFFIEHELLMAN =
The key is computed using a Diffie-Hellman key exchange
2
- GSSAPI =
The key is computed using GSS_API (unimplemented)
3
- RESOLVERASSIGNED =
The key is assigned by the resolver (unimplemented)
4
- DELETE =
The key should be deleted
5
Instance Attribute Summary
Attributes inherited from CodeMapper
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