| 
 | Cumulus4j API (1.2.0-SNAPSHOT) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CryptoCacheCipherEntry | |
|---|---|
| org.cumulus4j.store.crypto.keymanager | Implementation of CryptoManagerworking with a
 key-manager as shown in Deployment scenarios. | 
| Uses of CryptoCacheCipherEntry in org.cumulus4j.store.crypto.keymanager | 
|---|
| Methods in org.cumulus4j.store.crypto.keymanager that return CryptoCacheCipherEntry | |
|---|---|
|  CryptoCacheCipherEntry | CryptoCache.acquireDecrypter(String cipherTransformation,
                                 long keyID,
                                 byte[] iv)Acquire a decrypter and initialiseit so that
 it is ready to be used. | 
|  CryptoCacheCipherEntry | CryptoCache.acquireDecrypter(String encryptionAlgorithm,
                                 long keyID,
                                 byte[] keyData,
                                 byte[] iv)Acquire a decrypter and initialiseit so that
 it is ready to be used. | 
|  CryptoCacheCipherEntry | CryptoCache.acquireEncrypter(String encryptionAlgorithm,
                                 long keyID)Acquire an encrypter and initialiseit so that
 it is ready to be used. | 
|  CryptoCacheCipherEntry | CryptoCache.acquireEncrypter(String cipherTransformation,
                                 long keyID,
                                 byte[] keyData)Acquire an encrypter and initialiseit so that
 it is ready to be used. | 
| Methods in org.cumulus4j.store.crypto.keymanager with parameters of type CryptoCacheCipherEntry | |
|---|---|
|  void | CryptoCache.releaseCipherEntry(CryptoCacheCipherEntry cipherEntry)Release a Cipherwrapped in the given entry. | 
| Constructors in org.cumulus4j.store.crypto.keymanager with parameters of type CryptoCacheCipherEntry | |
|---|---|
| CryptoCacheCipherEntry(CryptoCacheKeyEntry keyEntry,
                                             CryptoCacheCipherEntry original)Create a new instance copying an old one. | |
| 
 | Cumulus4j API (1.2.0-SNAPSHOT) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||