hwsecurity-openpgp / de.cotech.hw.openpgp.storage / PairedSecurityKeyStorage /
PairedSecurityKeyStorage
interface PairedSecurityKeyStorage
Simple storage for PairedSecurityKey.
Functions
Name | Summary |
---|---|
addPairedSecurityKey |
abstract fun addPairedSecurityKey(pairedSecurityKey: PairedSecurityKey) Stores a PairedSecurityKey. |
getAllPairedSecurityKeys |
abstract fun getAllPairedSecurityKeys(): Set<PairedSecurityKey> Retrieves all PairedSecurityKeys. |
getPairedSecurityKey |
abstract fun getPairedSecurityKey(securityKeyAid: Array<Byte>): PairedSecurityKey Retrieves a PairedSecurityKey. |
Inheritors
Name |
---|
AndroidPreferencePairedSecurityKeyStorage |