adorsys / secure-storage-android

Store strings & credentials securely encrypted on your device
Apache License 2.0
367 stars 58 forks source link

Order is not preserved when securely storing an ordered set #91

Open gmale opened 4 years ago

gmale commented 4 years ago

When attempting to store an ordered set such as a LinkedHashSet the ordering is lost. This is due to using a HashSet when retrieving set values.