StoredSecurityKeys
data class StoredSecurityKeys(val publicKeyBase64: String, val privateKeyBase64: String, val timestamp: Long)(source)
A public/private key pair backed up for a single node, plus when it was saved.
A public/private key pair backed up for a single node, plus when it was saved.