Package org.matrix.android.sdk.internal.crypto.store

Types

Link copied to clipboard
interface IMXCommonCryptoStore

As a temporary measure rust and kotlin flavor are still using realm to store some crypto related information. In the near future rust flavor will complitly stop using realm, as soon as the missing bits are store in rust side (like room encryption settings, ..) This interface defines what's now used by both flavors. The actual implementation are moved in each flavors