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.

Constructors

Link copied to clipboard
constructor(publicKeyBase64: String, privateKeyBase64: String, timestamp: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard