public class TestGdprEncryption extends AbstractGdprEncryption
GdprEncryption for unit testing purposes. Don't use in production,
since it is only holding the generated keys in memory.
It can be enabled in configuration with:
akka.persistence.gdpr.encryption-provider = "akka.persistence.gdpr.test-provider"
| Constructor and Description |
|---|
TestGdprEncryption(akka.actor.ExtendedActorSystem system,
java.lang.String configPath) |
| Modifier and Type | Method and Description |
|---|---|
protected KeyManagement |
keyManagement()
A
KeyManagement for creating and retrieving keys. |
decrypt, encrypt, EncryptionMethod, gdprSettings, secureRandom, shredpublic TestGdprEncryption(akka.actor.ExtendedActorSystem system,
java.lang.String configPath)
protected KeyManagement keyManagement()
AbstractGdprEncryptionKeyManagement for creating and retrieving keys.keyManagement in class AbstractGdprEncryption