Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



Net::DNS::RR::TKEY(3)                User Contributed Perl Documentation               Net::DNS::RR::TKEY(3)



NAME
       Net::DNS::RR::TKEY - DNS TKEY resource record

SYNOPSIS
       "use Net::DNS::RR";

DESCRIPTION
       Class for DNS TKEY resource records.

METHODS
   algorithm
           $rr->algorithm($algorithm_name);
           print "algorithm = ", $rr->algorithm, "\n";

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

   inception
           $rr->inception(time);
           print "inception = ", $rr->inception, "\n";

       Gets or sets the inception time as the number of seconds since 1 Jan 1970 00:00:00 UTC.

       The default inception time is the current time.

   expiration
           $rr->expiration(time);
           print "expiration = ", $rr->expiration, "\n";

       Gets or sets the expiration time as the number of seconds since 1 Jan 1970 00:00:00 UTC.

       The default expiration time is the current time plus 1 day.

   mode
           $rr->mode(3);
           print "mode = ", $rr->mode, "\n";

       Sets the key mode (see rfc2930). The default is 3 which corresponds to GSSAPI

   error
           print "error = ", $rr->error, "\n";

       Returns the RCODE covering TKEY processing.  See RFC 2930 for details.

   other_len
           print "other len = ", $rr->other_len, "\n";

       Returns the length of the Other Data.  Should be zero.

   other_data
           print "other data = ", $rr->other_data, "\n";

       Returns the Other Data.  This field should be empty.

BUGS
       This code has not been extensively tested.  Use with caution on production systems. See
       http://samba.org/ftp/samba/tsig-gss/ for an example usage.

COPYRIGHT
       Copyright (c) 2000 Andrew Tridgell.  All rights reserved.  This program is free software; you can
       redistribute it and/or modify it under the same terms as Perl itself.

ACKNOWLEDGMENT
       The Net::DNS::RR::TKEY module is based on the TSIG module by Michael Fuhr and Chris Turbeville.

SEE ALSO
       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet, Net::DNS::Header, Net::DNS::Question,
       Net::DNS::RR, RFC 2845



perl v5.16.2                                     2012-01-27                            Net::DNS::RR::TKEY(3)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации к проекту Perl. (См. perlbug (1) для инструкций представления.)
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API к Apple через Генератор отчетов Ошибки и к проекту Perl, использующему perlbug (1).
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.