Uses of Interface
lumis.portal.crypto.ICryptoManager
-
Packages that use ICryptoManager Package Description lumis.portal.crypto Provides the API for cryptographic related operations.lumis.portal.manager -
-
Uses of ICryptoManager in lumis.portal.crypto
Classes in lumis.portal.crypto that implement ICryptoManager Modifier and Type Class Description class
CryptoManager
ICryptoManager
implementation. -
Uses of ICryptoManager in lumis.portal.manager
Methods in lumis.portal.manager that return ICryptoManager Modifier and Type Method Description static ICryptoManager
ManagerFactory. getCryptoManager()
Returns the manager for cryptographic related operations.static ICryptoManager
ManagerFactoryInternal. getCryptoManager()
Returns the manager for cryptographic related operations.
-