|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CryptoCacheCipherEntry | |
---|---|
org.cumulus4j.store.crypto.keymanager |
Implementation of CryptoManager working 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 initialise it so that
it is ready to be used. |
CryptoCacheCipherEntry |
CryptoCache.acquireDecrypter(String encryptionAlgorithm,
long keyID,
byte[] keyData,
byte[] iv)
Acquire a decrypter and initialise it so that
it is ready to be used. |
CryptoCacheCipherEntry |
CryptoCache.acquireEncrypter(String encryptionAlgorithm,
long keyID)
Acquire an encrypter and initialise it so that
it is ready to be used. |
CryptoCacheCipherEntry |
CryptoCache.acquireEncrypter(String cipherTransformation,
long keyID,
byte[] keyData)
Acquire an encrypter and initialise it 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 Cipher wrapped 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 |