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)
| getAlgorithmManager()
  Singleton - returns the instance to the algorithm managerIf 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 managerIf 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 
  managerIf 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)
 |