EncryptionManagerSingleton.java | Class | This class performs the basic encryption operations needed by the system:
asymmetric encrypion, symmetric encryption and symmetric decryption.
It takes its configuration from
EncryptionManagerConfig , which
consists of the name of the subclass that will implement the algorithms
and a password for performing the symmetric encryption. |