You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently
EnvelopeEncryptionJsonImpl
contains the core envelope encryption algorithm. We also have a wrapperEnvelopeEncryptionBytesImpl
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.The text was updated successfully, but these errors were encountered: