Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.store.model.EncryptionCoordinateSet

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
 EncryptionCoordinateSet EncryptionCoordinateSetDAO.createEncryptionCoordinateSet(String cipherTransformation, String macAlgorithm)
           Get an existing EncryptionCoordinateSet identified by its unique properties or create one if necessary.
 EncryptionCoordinateSet EncryptionCoordinateSetDAO.getEncryptionCoordinateSet(int encryptionCoordinateSetID)
          Get an existing EncryptionCoordinateSet identified by its encryptionCoordinateSetID.
 EncryptionCoordinateSet EncryptionCoordinateSetDAO.getEncryptionCoordinateSet(String cipherTransformation, String macAlgorithm)
           Get an existing EncryptionCoordinateSet identified by its unique properties.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.