Session Public Key Data
data class SessionPublicKeyData(val keyId: ByteArray, val keyDer: ByteArray, val creationTimestamp: Long)
Key data as it should be represented by the underlying backend.
Key data as it should be represented by the underlying backend.