| 
Cumulus4j API (1.2.0)  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceManagerConnection | |
|---|---|
| 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.query | Query implementation for JDO and JPA. | 
| Uses of PersistenceManagerConnection in org.cumulus4j.store | 
|---|
| Methods in org.cumulus4j.store with parameters of type PersistenceManagerConnection | |
|---|---|
protected  EncryptionCoordinateSet | 
EncryptionCoordinateSetManager._createOrGetEncryptionCoordinateSet(boolean create,
                                                                       PersistenceManagerConnection persistenceManagerConnection,
                                                                       String cipherTransformation,
                                                                       String macAlgorithm)
Get the EncryptionCoordinateSet identified by the given properties. | 
protected  KeyStoreRef | 
KeyStoreRefManager._createOrGetKeyStoreRef(boolean create,
                                               PersistenceManagerConnection persistenceManagerConnection,
                                               String keyStoreID)
Get the KeyStoreRef identified by the given properties. | 
 EncryptionCoordinateSet | 
EncryptionCoordinateSetManager.createEncryptionCoordinateSet(PersistenceManagerConnection persistenceManagerConnection,
                                                           String cipherTransformation,
                                                           String macAlgorithm)
Get the EncryptionCoordinateSet identified by the given properties. | 
 KeyStoreRef | 
KeyStoreRefManager.createKeyStoreRef(PersistenceManagerConnection persistenceManagerConnection,
                                   String keyStoreID)
Get the KeyStoreRef 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. | 
 KeyStoreRef | 
KeyStoreRefManager.getKeyStoreRef(PersistenceManagerConnection persistenceManagerConnection,
                             int keyStoreRefID)
Get the KeyStoreRef identified by the given keyStoreRefID. | 
 KeyStoreRef | 
KeyStoreRefManager.getKeyStoreRef(PersistenceManagerConnection persistenceManagerConnection,
                             String keyStoreID)
Get the KeyStoreRef identified by the given properties. | 
| Uses of PersistenceManagerConnection in org.cumulus4j.store.crypto | 
|---|
| Methods in org.cumulus4j.store.crypto that return PersistenceManagerConnection | |
|---|---|
 PersistenceManagerConnection | 
CryptoContext.getPersistenceManagerConnection()
Get the PersistenceManagerConnection to be used in this context; never null. | 
| Constructors in org.cumulus4j.store.crypto with parameters of type PersistenceManagerConnection | |
|---|---|
CryptoContext(EncryptionCoordinateSetManager encryptionCoordinateSetManager,
                           KeyStoreRefManager keyStoreRefManager,
                           ExecutionContext executionContext,
                           PersistenceManagerConnection persistenceManagerConnection)
Create a new context.  | 
|
| Uses of PersistenceManagerConnection in org.cumulus4j.store.query | 
|---|
| Methods in org.cumulus4j.store.query that return PersistenceManagerConnection | |
|---|---|
 PersistenceManagerConnection | 
QueryEvaluator.getPersistenceManagerConnection()
 | 
| Constructors in org.cumulus4j.store.query with parameters of type PersistenceManagerConnection | |
|---|---|
JDOQueryEvaluator(Query query,
                                   QueryCompilation compilation,
                                   Map<String,Object> parameterValues,
                                   ClassLoaderResolver clr,
                                   PersistenceManagerConnection pmConn,
                                   CryptoContext cryptoContext)
 | 
|
JPAQueryEvaluator(Query query,
                                   QueryCompilation compilation,
                                   Map<String,Object> parameterValues,
                                   ClassLoaderResolver clr,
                                   PersistenceManagerConnection pmConn,
                                   CryptoContext cryptoContext)
 | 
|
QueryEvaluator(String language,
                             Query query,
                             QueryCompilation compilation,
                             Map<String,Object> parameterValues,
                             ClassLoaderResolver clr,
                             PersistenceManagerConnection pmConn,
                             CryptoContext cryptoContext)
 | 
|
  | 
Cumulus4j API (1.2.0)  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||