# Functions
NewGormKeyStore initializes a new GormKeyStore and migrates the KeyEntry schema.
NewInMemoryKeyStore initializes a new in-memory key store.
NewIssuerKeyManager creates a new KeyManager in issuer & validation mode.
NewRemoteStore initializes a new RemoteStore.
NewValidationKeyManager creates a new KeyManager in validation only mode, retrieving keys from the provided store.
No description provided by the author
# Structs
GormKeyStore uses GORM to persist key entries.
InMemoryKeyStore is an in-memory implementation of KeyStore.
No description provided by the author
KeyEntry represents an encryption key with associated metadata.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
KeyStore defines methods for persisting and retrieving key entries.