| Interface | Description |
|---|---|
| GdprEncryption |
Extension point for plugging in encryption for GDPR.
|
| KeyManagement |
Manages keys for GDPR encryption.
|
| Class | Description |
|---|---|
| AbstractGdprEncryption |
Extension point for creating a
GdprEncryption by only providing the
KeyManagement facilities. |
| AbstractGdprEncryption$ | |
| DelegatingGdprEncryption |
INTERNAL API
|
| DelegatingKeyManagement |
INTERNAL API
|
| GdprEncryption$ | |
| WithDataSubjectIdSerialization |
Helper to serialize and deserialize
WithDataSubjectId inside other serializers. |