Class: Dnsruby::Algorithms
- Inherits:
-
CodeMapper
- Object
- CodeMapper
- Dnsruby::Algorithms
- Defined in:
- lib/dnsruby/code_mappers.rb
Overview
Constant Summary collapse
- RESERVED =
0
- RSAMD5 =
1
- DH =
2
- DSA =
3
- RSASHA1 =
5
- RSASHA256 =
8
- RSASHA512 =
10
- ECDSAP256SHA256 =
13
- ECDSAP384SHA384 =
14
- INDIRECT =
252
- PRIVATEDNS =
253
- PRIVATEOID =
254
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