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 store and load methods in the AppEncryption interface currently only operate with a single String key. Consider changing to be a generic type that would give more flexibility.
Simple enough to do for Java and C# but not sure what other languages' support for this would look like.
The text was updated successfully, but these errors were encountered:
The
store
andload
methods in theAppEncryption
interface currently only operate with a singleString
key. Consider changing to be a generic type that would give more flexibility.Simple enough to do for Java and C# but not sure what other languages' support for this would look like.
The text was updated successfully, but these errors were encountered: