Classes in org.cumulus4j.store.crypto.keymanager used by org.cumulus4j.store.crypto.keymanager |
CryptoCache
Cache for secret keys, Cipher s and other crypto-related objects. |
CryptoCacheCipherEntry
CryptoCache -entry wrapping a Cipher used for symmetric data-en-/decryption. |
CryptoCacheKeyDecrypterEntry
CryptoCache -entry wrapping a Cipher used for secret-key-decryption. |
CryptoCacheKeyEncryptionKeyEntry
CryptoCache -entry wrapping a key-pair used for asymmetric en-/decryption of secret keys. |
CryptoCacheKeyEntry
CryptoCache -entry wrapping a secret key used for symmetric en-/decryption of actual data. |
KeyManagerCryptoManager
Implementation of CryptoManager working with a
key-manager as shown in Deployment scenarios. |