SessionPublicKeyData

data class SessionPublicKeyData(val keyId: ByteArray, val keyDer: ByteArray, val creationTimestamp: Long)

Key data as it should be represented by the underlying backend.

Constructors

Link copied to clipboard
constructor(keyId: ByteArray, keyDer: ByteArray, creationTimestamp: Long)

Properties

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