hwsecurity-openpgp / de.cotech.hw.openpgp.pairedkey / PairedSecurityKeySerializer /
PairedSecurityKeySerializer
interface PairedSecurityKeySerializer
Functions
Name | Summary |
---|---|
deserialize | abstract fun deserialize(serializedPairedSecurityKey: String): PairedSecurityKey |
serialize | abstract fun serialize(pairedSecurityKey: PairedSecurityKey): String |
Inheritors
Name |
---|
PairedSecurityKeySerializerImpl |