# File lib/Dnsruby/resource/TKEY.rb, line 97
      def initialize
        @algorithm   = "gss.microsoft.com"
        @inception   = Time.now
        @expiration  = Time.now + 24*60*60
        @mode        = Modes.GSSAPI
        @error       = 0
        @other_size   = 0
        @other_data  = ""
        
        # RFC 2845 Section 2.3

        @klass = Classes.ANY
        # RFC 2845 Section 2.3

        @ttl = 0 
      end