-
- All Implemented Interfaces:
public final class SecurityManagerClass responsible for managing the master encryption key (generation, storage and retrieval).
-
-
Method Summary
Modifier and Type Method Description static EncryptiongetEncryption(Context context, @Nullable() Encryption encryption, boolean shouldEncryptStorage)Resolves the "master" encryption object (the one used for secure on device storage) static voidclear(Context context)-
-
Method Detail
-
getEncryption
@NonNull() static Encryption getEncryption(Context context, @Nullable() Encryption encryption, boolean shouldEncryptStorage)
Resolves the "master" encryption object (the one used for secure on device storage)
- Parameters:
encryption- - user-specified encryption object (comes from the SDK configuration).shouldEncryptStorage- - indicates if encrypted storage should be used on device.
-
-
-
-