public interface SecureStore
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SecureStore.EncryptionKeyListener
Secure Store listener to get notified of changes to encryption keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEncryptionKeyListener(SecureStore.EncryptionKeyListener listener)
Registers an
SecureStore.EncryptionKeyListener to be notified of encryption key
changes. |
List<byte[]> |
retrieveEncryptionKeys()
Returns a list of encryption keys, where the first item represents the current
active key and the other items represent previous keys (used for decryption
of old chunks).
|
@Nonnull List<byte[]> retrieveEncryptionKeys()
void addEncryptionKeyListener(@Nonnull SecureStore.EncryptionKeyListener listener)
SecureStore.EncryptionKeyListener to be notified of encryption key
changes.listener - an SecureStore.EncryptionKeyListener instanceCopyright © 2019 Hazelcast, Inc.. All rights reserved.