-
Notifications
You must be signed in to change notification settings - Fork 38
Replace AbstractSecretKeyLoader with ISecretKeyProvider, Fixes AB#3297746 #2666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
df9555d
add interface ISecretKeyLoader
p3dr0rv 0b256af
nits
p3dr0rv 1637d5c
nits
p3dr0rv baf65c7
nits
p3dr0rv e8a1f8f
fix interface error
p3dr0rv f644d7a
fix error
p3dr0rv 3e203d5
fix tests
p3dr0rv 53377dc
Merge branch 'dev' into pedroro/interface-for-secretkeyloader
p3dr0rv 6a96645
Update AndroidWrappedKeyLoader.java
p3dr0rv 56aeb2a
Refactor key generation to use a shared AES256SecretKeyGenerator inst…
p3dr0rv a4a3ed4
Merge branch 'dev' into pedroro/interface-for-secretkeyloader
p3dr0rv 32a1bba
Merge branch 'dev' into pedroro/interface-for-secretkeyloader
p3dr0rv e689c61
Merge branch 'dev' into pedroro/interface-for-secretkeyloader
p3dr0rv f994746
Merge branch 'dev' into pedroro/interface-for-secretkeyloader
p3dr0rv 5aea5bc
Refactor key loading mechanism to use ISecretKeyProvider interface, r…
p3dr0rv 2b56431
Remove keySize and keyAlgorithm properties from ISecretKeyGenerator a…
p3dr0rv cd2b17a
fix issues
p3dr0rv fe9d4f6
add changelog
p3dr0rv c2c8273
Refactor key management to implement ISecretKeyProvider interface, re…
p3dr0rv 37a9022
fix tests
p3dr0rv 4176ee0
Refactor key loader to key provider in encryption manager
p3dr0rv 0411dfb
Rename method to setIgnoreKeyProviderNotFoundError for consistency in…
p3dr0rv 1096d86
Rename key loader variable to key provider for consistency in Android…
p3dr0rv 866dd22
Add TODO comment for wrapCipher usage and simplify getKey method in P…
p3dr0rv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.