| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module 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
|
Singleton - returns the instance to the algorithm manager |
CredentialManager
|
Singleton - returns the instance to the credential manager |
PersonalCredentialManager
|
Singleton - returns the instance to the personal credential manager |
| Variable Summary | |
|---|---|
AlgorithmManager |
_algorithmManager: Singleton - the only instance ever of the AlgorithmManager class |
CredentialManager |
_credentialManager: Singleton - the only instance ever of the CredentialManager class |
PersonalCredentialManager |
_personalCredentialManager: Singleton - the only instance ever of the PersonalCredentialManager
class |
| 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.
|
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.
|
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.
|
| Variable Details |
|---|
_algorithmManagerSingleton - the only instance ever of the AlgorithmManager class
|
_credentialManagerSingleton - the only instance ever of the CredentialManager class
|
_personalCredentialManagerSingleton - the only instance ever of the PersonalCredentialManager class
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 | http://epydoc.sf.net |