Method: Dnsruby::RR::TKEY#algorithm

Defined in:
lib/dnsruby/resource/TKEY.rb

#algorithmObject

Gets or sets the domain name that specifies the name of the algorithm. The default algorithm is gss.microsoft.com

rr.algorithm=(algorithm_name)
print "algorithm = ", rr.algorithm, "\n"


51
52
53
# File 'lib/dnsruby/resource/TKEY.rb', line 51

def algorithm
  @algorithm
end