|
Cumulus4j API (1.2.0) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CryptoSession | |
---|---|
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 CryptoSession in org.cumulus4j.store |
---|
Methods in org.cumulus4j.store that return CryptoSession | |
---|---|
protected CryptoSession |
DummyCryptoManager.createCryptoSession()
|
Uses of CryptoSession in org.cumulus4j.store.crypto |
---|
Classes in org.cumulus4j.store.crypto that implement CryptoSession | |
---|---|
class |
AbstractCryptoSession
Abstract base-class for implementing CryptoSession s. |
Methods in org.cumulus4j.store.crypto that return CryptoSession | |
---|---|
protected abstract CryptoSession |
AbstractCryptoManager.createCryptoSession()
Create a new instance of a class implementing CryptoSession . |
CryptoSession |
CryptoContext.getCryptoSession()
|
CryptoSession |
CryptoManager.getCryptoSession(String cryptoSessionID)
Get the CryptoSession identified by the given cryptoSessionID . |
CryptoSession |
AbstractCryptoManager.getCryptoSession(String cryptoSessionID)
|
Methods in org.cumulus4j.store.crypto with parameters of type CryptoSession | |
---|---|
void |
CryptoManager.onCloseCryptoSession(CryptoSession cryptoSession)
Notify the CryptoManager about the fact that a session is currently being closed. |
void |
AbstractCryptoManager.onCloseCryptoSession(CryptoSession cryptoSession)
|
Uses of CryptoSession in org.cumulus4j.store.crypto.keymanager |
---|
Classes in org.cumulus4j.store.crypto.keymanager that implement CryptoSession | |
---|---|
class |
KeyManagerCryptoSession
Implementation of CryptoSession working with a
key-manager as shown in Deployment scenarios. |
Methods in org.cumulus4j.store.crypto.keymanager that return CryptoSession | |
---|---|
protected CryptoSession |
KeyManagerCryptoManager.createCryptoSession()
|
|
Cumulus4j API (1.2.0) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |