hwsecurity-openpgp / de.cotech.hw.openpgp.storage /
Package de.cotech.hw.openpgp.storage
Storage for de.cotech.hw.openpgp.pairedkey.PairedSecurityKey instances and encrypted session secrets.
Types
Name | Summary |
---|---|
AndroidPreferencePairedSecurityKeyStorage |
open class AndroidPreferencePairedSecurityKeyStorage : PairedSecurityKeyStorage A simple, SharedPreferences based PairedSecurityKeyStorage. |
AndroidPreferencesEncryptedSessionStorage |
open class AndroidPreferencesEncryptedSessionStorage : EncryptedSessionStorage A simple, SharedPreferences based EncryptedSessionStorage. |
EncryptedSessionStorage |
interface EncryptedSessionStorage Interface for simple storage of encrypted session secrets. |
PairedSecurityKeyStorage |
interface PairedSecurityKeyStorage Simple storage for PairedSecurityKey. |