Package g4ds :: Module securitymanager
[show private | hide private]
[frames | no frames]

Module g4ds.securitymanager

All stuff involving securing the communication for G4DS.

Grid for Digital Security (G4DS)

Author: Michael Pilgermann

Contact: mailto:mpilgerm@glam.ac.uk

License: GPL (General Public License)

Classes
Algorithm Maintains the relation between algorithm names and their ids.
AlgorithmManager Maintains a list of algorithm suitable for credentials.
Credential All information needed for one bundle of information chunks for a credential.
CredentialManager Maintains a list of credentials.
PersonalCredential Maintains all information for one personal credential.
PersonalCredentialManager Maintains the list of personal confidentials for this node.

Function Summary
AlgorithmManager getAlgorithmManager()
Singleton - returns the instance to the algorithm manager
CredentialManager getCredentialManager()
Singleton - returns the instance to the credential manager
PersonalCredentialManager getPersonalCredentialManager()
Singleton - returns the instance to the personal credential manager

Function Details

getAlgorithmManager()

Singleton - returns the instance to the algorithm manager

If the instance has not yet been initialised, this will be done. Finally, the instance is returned.
Returns:
The only instance to a Algorithm Manager
           (type=AlgorithmManager)

getCredentialManager()

Singleton - returns the instance to the credential manager

If the instance has not yet been initialised, this will be done. Finally, the instance is returned.
Returns:
The only instance to a Credential Manager
           (type=CredentialManager)

getPersonalCredentialManager()

Singleton - returns the instance to the personal credential manager

If the instance has not yet been initialised, this will be done. Finally, the instance is returned.
Returns:
The only instance to a Personal Credential Manager
           (type=PersonalCredentialManager)

Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 http://epydoc.sf.net