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

 

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

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

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

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

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

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

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



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



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

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

DESCRIPTION
       This class implements the HIP RR (RFC5205)

METHODS
   pkalgorithm
       Returns or sets the public key algorithm field

   hit
       Returns or sets the hit in base16 representation.

   hitbin
       Returns or sets the binary representation of the the hit.

       Using hit or hitbin to set the one of these attributes will update both attributes.

   pubkey
       Returns or sets the publick key in base64 representation.

   pubkey
       Returns or sets the binary representation of the the public key.

       Using pubkey or pubkeybin to set the one of these attributes will update both attributes.

   rendezvousservers
             my $rendezvousservers=$hip->rendezvousservers();

       Returns a reference to an array of rendezvous servers. The representation is in Perl's internal
       storage format i.e. without trailing dot.

            $hip->rendezvousservers( [ qw|example.com  example.net| ] )

       With a reference to an array as the argument this method will set the rendezvousservers.

NOTES
       Since (multiline) base64 encoded publik keys may contain spaces string parsing of the HIP RR depends
       on rendevous server names containing at least one . (dot) in their domain name. Failure of string
       parsing will return an 'undef'.

       The rdatastr method (and hence the string and print methods) return the rendezvousservers as fully
       qualified domain names.

COPYRIGHT
       Copyright (c) 2009 Olaf Kolkman (NLnet Labs)

       All rights reserved.  This program is free software; you may redistribute it and/or modify it under
       the same terms as Perl itself.

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



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

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

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

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