| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module algorithmcontroller :: Class AlgorithmController |
|
| Method Summary | |
|---|---|
Initialises the Algorithm controller. | |
Provides the instance of the Algorithm with the requested name. | |
List of String
|
Returns a list of names of available algorithms. |
List of String
|
Returns a list of names of algorithms, which are currently initialised on this node. |
Loads the required keys for the algorithms. | |
| Instance Variable Summary | |
|---|---|
Dict of {AlgorithmImplementationModules} |
_algorithms: Dictionary of algorithms implemented and available on this node |
String |
_defaultalgorithm: Name of the algorithm to be used whenever none is defined |
Dict of {AlgorithmImplementations} |
_openalgorithms: Algorithms, which have been initialised; hence, keys are present and
useable. |
| Method Details |
|---|
__init__(self,
positiveList=None,
negativeList=None,
defaultAlgorithm='rsa')
|
getAlgorithm(self, algName)Provides the instance of the Algorithm with the requested name. |
getAvailableAlgorithms(self)Returns a list of names of available algorithms.
|
getOpenAlgorithms(self)Returns a list of names of algorithms, which are currently initialised on this node.
|
loadKeys(self)Loads the required keys for the algorithms. |
| Instance Variable Details |
|---|
_algorithmsDictionary of algorithms implemented and available on this node
|
_defaultalgorithmName of the algorithm to be used whenever none is defined
|
_openalgorithmsAlgorithms, which have been initialised; hence, keys are present and useable.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |