Skip to content

Commit

Permalink
Rename IEncrypitonKeyProvider to IKeyStoreEncryptionKeyProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Jan 23, 2024
1 parent 1e9326c commit b1af601
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.commcare.utils.KeyStoreEncryptionKeyProvider
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.commcare.CommCareApplication;
import org.commcare.util.EncryptionHelper;
import org.commcare.util.EncryptionKeyHelper;
import org.commcare.util.IEncryptionKeyProvider;
import org.commcare.util.IKeyStoreEncryptionKeyProvider;

import java.math.BigInteger;
import java.security.InvalidAlgorithmParameterException;
Expand All @@ -32,7 +32,7 @@
*
* @author dviggiano
*/
public class EncryptionKeyProvider implements IEncryptionKeyProvider {
public class KeyStoreEncryptionKeyProvider implements IKeyStoreEncryptionKeyProvider {

@RequiresApi(api = Build.VERSION_CODES.M)
private static final String ALGORITHM = KeyProperties.KEY_ALGORITHM_AES;
Expand Down

0 comments on commit b1af601

Please sign in to comment.