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
The AWS Encryption SDK for Java (ESDK-Java) prior to 3.x had a non-deprecated Caching Cryptographic Materials Manager (CachingCMM).
As of 3.x, it only has a marked as deprecated CachingCMM,
which only supports the deprecated Master Key Provider interface.
The AWS Encryption SDK for .NET (ESDK-.NET) has never supported the CachingCMM.
Proposed Resolution
Implement the CachingCMM in this library,
the AWS Cryptographic Materials Provider Library (MPL),
and release it so that the ESDKs for Java and .NET use it.
Issue
The AWS Encryption SDK for Java (ESDK-Java) prior to 3.x had a non-deprecated Caching Cryptographic Materials Manager (CachingCMM).
As of 3.x, it only has a marked as deprecated CachingCMM,
which only supports the deprecated Master Key Provider interface.
The AWS Encryption SDK for .NET (ESDK-.NET) has never supported the CachingCMM.
Proposed Resolution
Implement the CachingCMM in this library,
the AWS Cryptographic Materials Provider Library (MPL),
and release it so that the ESDKs for Java and .NET use it.
Issues that reference this
The text was updated successfully, but these errors were encountered: