EncryptedCredentialsStore

public class EncryptedCredentialsStore implements CredentialsStore

Created by Alpar Szotyori on 08.10.2018. Copyright (c) 2018 Gini GmbH.

Constructors

EncryptedCredentialsStore
Link copied to clipboard
void EncryptedCredentialsStore(@NonNull() SharedPreferences sharedPreferences, @NonNull() Context context)

Functions

deleteUserCredentials
Link copied to clipboard
boolean deleteUserCredentials()
Deletes the stored user credentials.
encryptExistingPlaintextCredentials
Link copied to clipboard
void encryptExistingPlaintextCredentials()
getUserCredentials
Link copied to clipboard
UserCredentials getUserCredentials()
Returns the stored user credentials.
storeUserCredentials
Link copied to clipboard
boolean storeUserCredentials(UserCredentials userCredentials)
Store the given user credentials.