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

use DNS::Config::Statement::Key;
my $key = new DNS::Config::Statement::Key();
$key->dump();

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

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.

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
