-
- All Implemented Interfaces:
-
com.clevertap.android.sdk.cryption.ICryptRepository
public final class CryptRepository implements ICryptRepository
-
-
Constructor Summary
Constructors Constructor Description CryptRepository(Context context, String accountId)
-
Method Summary
Modifier and Type Method Description final ContextgetContext()final StringgetAccountId()BooleanisSSInAppDataMigrated()UnitupdateIsSSInAppDataMigrated(Boolean migrated)IntegerstoredEncryptionLevel()IntegermigrationFailureCount()StringlocalEncryptionKey()UnitupdateLocalEncryptionKey(String key)UnitupdateEncryptionLevel(Integer configEncryptionLevel)UnitupdateMigrationFailureCount(Boolean migrationSuccessful)-
-
Method Detail
-
getContext
final Context getContext()
-
getAccountId
final String getAccountId()
-
isSSInAppDataMigrated
Boolean isSSInAppDataMigrated()
-
updateIsSSInAppDataMigrated
Unit updateIsSSInAppDataMigrated(Boolean migrated)
-
storedEncryptionLevel
Integer storedEncryptionLevel()
-
migrationFailureCount
Integer migrationFailureCount()
-
localEncryptionKey
String localEncryptionKey()
-
updateLocalEncryptionKey
Unit updateLocalEncryptionKey(String key)
-
updateEncryptionLevel
Unit updateEncryptionLevel(Integer configEncryptionLevel)
-
updateMigrationFailureCount
Unit updateMigrationFailureCount(Boolean migrationSuccessful)
-
-
-
-