Factory::NymFactory - Zero Knowledge Network NYM Factory Class
use Factory::NymFactory;
$base = new Factory::NymFactory();
Perl5.004+ Factory::Base Domain::Base (Sub-class) Server::Base (Sub-class) User::Base (Subclass)
Nothing
This is the factory class for all network NYM classes. The class methods exposed by Factory::NymFactory create specific instances of the various connection classes.
The Factory::NymFactory is a sub-class of Factory::Base.
This is the constructor for the Factory::NymFactory object.
Example:
$factory = new Factory::NymFactory();
Create a randomly generated NYM user from the currently active Zero Knowledge network.
Create a randomly generated NYM user invalid for the currently active Zero Knowledge network.
None Present
Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>
Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved