Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.store.EncryptionHandler

Packages that use EncryptionHandler
org.cumulus4j.store Cumulus4j is a plug-in for DataNucleus providing encrypted data-storage. 
org.cumulus4j.store.fieldmanager Package providing field managers for extracting information from the objects to be persisted so we can pass them on to the backend StoreManager(s), and for taking information from the backend and handing it back to the user by way of their own objects. 
org.cumulus4j.store.query Query implementation for JDO and JPA. 
 

Uses of EncryptionHandler in org.cumulus4j.store
 

Fields in org.cumulus4j.store declared as EncryptionHandler
protected  EncryptionHandler IndexEntryAction.encryptionHandler
           
 

Methods in org.cumulus4j.store that return EncryptionHandler
 EncryptionHandler Cumulus4jStoreManager.getEncryptionHandler()
           
 

Uses of EncryptionHandler in org.cumulus4j.store.fieldmanager
 

Methods in org.cumulus4j.store.fieldmanager that return EncryptionHandler
protected  EncryptionHandler FetchFieldManager.getEncryptionHandler()
           
 

Uses of EncryptionHandler in org.cumulus4j.store.query
 

Methods in org.cumulus4j.store.query that return EncryptionHandler
 EncryptionHandler QueryEvaluator.getEncryptionHandler()
           
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.