Cumulus4j API
(1.2.0)

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

Packages that use IndexValue
org.cumulus4j.store Cumulus4j is a plug-in for DataNucleus providing encrypted data-storage. 
 

Uses of IndexValue in org.cumulus4j.store
 

Methods in org.cumulus4j.store that return IndexValue
 IndexValue EncryptionHandler.decryptIndexEntry(CryptoContext cryptoContext, IndexEntry indexEntry)
          Get a plain (unencrypted) IndexValue from the encrypted byte-array in the IndexEntry.indexValue property.
 

Methods in org.cumulus4j.store with parameters of type IndexValue
 void EncryptionHandler.encryptIndexEntry(CryptoContext cryptoContext, IndexEntry indexEntry, IndexValue indexValue)
          Encrypt the given plain indexValue and store the cipher-text into the given indexEntry.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.