|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CryptoManager | |
---|---|
org.cumulus4j.store | Cumulus4j is a plug-in for DataNucleus providing encrypted data-storage. |
org.cumulus4j.store.crypto | Crypto API for Cumulus4j (key management + en-/decryption). |
org.cumulus4j.store.crypto.keymanager |
Implementation of CryptoManager working with a
key-manager as shown in Deployment scenarios. |
Uses of CryptoManager in org.cumulus4j.store |
---|
Classes in org.cumulus4j.store that implement CryptoManager | |
---|---|
class |
DummyCryptoManager
Dummy crypto-manager for debugging and testing. |
Uses of CryptoManager in org.cumulus4j.store.crypto |
---|
Classes in org.cumulus4j.store.crypto that implement CryptoManager | |
---|---|
class |
AbstractCryptoManager
Abstract base-class for implementing CryptoManager s. |
Methods in org.cumulus4j.store.crypto that return CryptoManager | |
---|---|
CryptoManager |
CryptoSession.getCryptoManager()
Get the CryptoManager to which this session belongs. |
CryptoManager |
AbstractCryptoSession.getCryptoManager()
|
CryptoManager |
CryptoManagerRegistry.getCryptoManager(String cryptoManagerID)
Get a CryptoManager for the specified cryptoManagerID . |
Methods in org.cumulus4j.store.crypto with parameters of type CryptoManager | |
---|---|
void |
CryptoSession.setCryptoManager(CryptoManager cryptoManager)
Set the CryptoManager to which this session belongs. |
void |
AbstractCryptoSession.setCryptoManager(CryptoManager cryptoManager)
|
Uses of CryptoManager in org.cumulus4j.store.crypto.keymanager |
---|
Classes in org.cumulus4j.store.crypto.keymanager that implement CryptoManager | |
---|---|
class |
KeyManagerCryptoManager
Implementation of CryptoManager working with a
key-manager as shown in Deployment scenarios. |
|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |