Package io.axoniq.dataprotection.cryptoengine.jpa
Contains a JPA-based implementation of
CryptoEngine and some associated
classes.-
Interface Summary Interface Description KeyEntity Interface to describe a key entity managed by theJpaCryptoEngine. -
Class Summary Class Description DefaultKeyEntity Default implementation ofKeyEntity.JpaCryptoEngine Implementation ofCryptoEnginethat extends fromDatabaseBackedCryptoEngineand stores its data in a relational database using JPA.