The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DNS::Config::Statement::Key - Key statement

SYNOPSIS

use DNS::Config::Statement::Key;

my $key = new DNS::Config::Statement::Key();

$key->dump();

ABSTRACT

This class represents a key statement in a domain name service daemon (DNS) configuration. These contain TSIG algorithms and secrets.

DESCRIPTION

This class represents a key statement. As such it can, for example, have informations about algorithm and secret used.

So far this class is strongly related to the ISCs Bind domain name service daemon but it is inteded to get more generic in upcoming releases. Your help is welcome.

AUTHOR

Copyright (C)2003 Bruce Campbell. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Please address bug reports and comments to: bxc@users.sourceforge.net

SEE ALSO

DNS::Config, DNS::Config::Statement