Skip to content

fix KeyStore initialization - #124

Merged
animalillo merged 1 commit into
masterfrom
fix-keystore-initialization
Jul 3, 2022
Merged

fix KeyStore initialization#124
animalillo merged 1 commit into
masterfrom
fix-keystore-initialization

Conversation

@binsky08

Copy link
Copy Markdown
Collaborator

the removed line keyStore.setKeyEntry(KEY_ALIAS, key, null, null); overwrote the key that was generated and automatically saved by generateKey(). that caused a null pointer exception since Android API 31

Signed-off-by: binsky08 <timo@binsky.org>
@binsky08 binsky08 added this to the v1.3.1 milestone Apr 12, 2022
@binsky08
binsky08 requested a review from animalillo April 12, 2022 15:52
@animalillo
animalillo merged commit a4bab45 into master Jul 3, 2022
@delete-merged-branch
delete-merged-branch Bot deleted the fix-keystore-initialization branch July 3, 2022 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants