asherah icon indicating copy to clipboard operation
asherah copied to clipboard

All: Investigate better way of abstracting envelope encryption implementation

Open jpaskhay opened this issue 5 years ago • 0 comments

Currently EnvelopeEncryptionJsonImpl contains the core envelope encryption algorithm. We also have a wrapper EnvelopeEncryptionBytesImpl that sits as a wrapper around that class. This was done as a quick fix for allowing a different serialization mechanism for the DRR. Investigate if we can abstract this a bit more to avoid having a hard-coded dependency. May be addressed as part of #14.

jpaskhay avatar Jun 25 '19 10:06 jpaskhay