|
Cumulus4j API (1.0.1) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncryptionCoordinateSet | |
---|---|
org.cumulus4j.store | Cumulus4j is a plug-in for DataNucleus providing encrypted data-storage. |
org.cumulus4j.store.model | Data model classes used to store data and meta-data in the backend. |
Uses of EncryptionCoordinateSet in org.cumulus4j.store |
---|
Methods in org.cumulus4j.store that return EncryptionCoordinateSet | |
---|---|
protected EncryptionCoordinateSet |
EncryptionCoordinateSetManager._createOrGetEncryptionCoordinateSet(boolean create,
PersistenceManagerConnection persistenceManagerConnection,
String cipherTransformation,
String macAlgorithm)
Get the EncryptionCoordinateSet identified by the given properties. |
EncryptionCoordinateSet |
EncryptionCoordinateSetManager.createEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
String cipherTransformation,
String macAlgorithm)
Get the EncryptionCoordinateSet identified by the given properties. |
EncryptionCoordinateSet |
EncryptionCoordinateSetManager.getEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
int encryptionCoordinateSetID)
Get the EncryptionCoordinateSet identified by the given encryptionCoordinateSetID . |
EncryptionCoordinateSet |
EncryptionCoordinateSetManager.getEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
String cipherTransformation,
String macAlgorithm)
Get the EncryptionCoordinateSet identified by the given properties. |
Uses of EncryptionCoordinateSet in org.cumulus4j.store.model |
---|
Methods in org.cumulus4j.store.model that return EncryptionCoordinateSet | |
---|---|
static EncryptionCoordinateSet |
EncryptionCoordinateSet.createEncryptionCoordinateSet(PersistenceManager pm,
String cipherTransformation,
String macAlgorithm)
Get an existing EncryptionCoordinateSet identified by its unique properties or create one
if necessary. |
static EncryptionCoordinateSet |
EncryptionCoordinateSet.getEncryptionCoordinateSet(PersistenceManager pm,
int encryptionCoordinateSetID)
Get an existing EncryptionCoordinateSet identified by its encryptionCoordinateSetID . |
static EncryptionCoordinateSet |
EncryptionCoordinateSet.getEncryptionCoordinateSet(PersistenceManager pm,
String cipherTransformation,
String macAlgorithm)
Get an existing EncryptionCoordinateSet identified by its unique properties. |
|
Cumulus4j API (1.0.1) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |