IdentityShroud/IdentityShroud.Core/Contracts
eelke 644b005f2a Support rotation of master key.
The EncryptionService now loads a set of keys and uses the active one to encrypt and selects key based on keyid during decryption. Introduced EncryptedValue to hold keyId and encrypted data.

(There are no intermeddiate keys yet)
2026-02-24 06:32:58 +01:00
..
IClientService.cs Tests voor client api and service 2026-02-22 09:27:57 +01:00
IClock.cs WIP making ClientCreate endpoint 2026-02-20 17:35:38 +01:00
IEncryptionService.cs Support rotation of master key. 2026-02-24 06:32:58 +01:00
IKeyService.cs Reworked code around signing keys have key details much more isolated from the other parts of the program. 2026-02-21 20:15:46 +01:00
IRealmService.cs Reworked code around signing keys have key details much more isolated from the other parts of the program. 2026-02-21 20:15:46 +01:00
ISecretProvider.cs Support rotation of master key. 2026-02-24 06:32:58 +01:00