Class Dnsruby::RR::HIP
In: lib/Dnsruby/resource/HIP.rb
Parent: RR

Methods

Constants

TypeValue = Types::HIP #:nodoc: all

Attributes

hit_length  [RW]  An 8-bit length for the HIT field
pk_algorithm  [RW]  The PK algorithm used :
 0 - no key present
 1 - DSA key present
 2 - RSA key present
pk_length  [RW]  An 8-bit length for the Public Key field
rsvs  [RW]  An array of Rendezvous Servers

Public Instance methods

HIT field - stored in binary : client methods should handle base16(hex) encoding

Public Key field - presentation format is base64 - public_key methods reused from IPSECKEY

[Validate]