Encrypted Credentials Store
            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)
Content copied to clipboard
Functions
delete User Credentials
                          
                    Link copied to clipboard
                        boolean deleteUserCredentials()
Content copied to clipboard
Deletes the stored user credentials.
encrypt Existing Plaintext Credentials
                          
                    Link copied to clipboard
                        void encryptExistingPlaintextCredentials()
Content copied to clipboard
get User Credentials
                          
                    Link copied to clipboard
                        Returns the stored user credentials.
store User Credentials
                          
                    Link copied to clipboard
                        Store the given user credentials.