DecryptResponse

data class DecryptResponse(var result: List<Byte>, var scope: String)

Constructors

Link copied to clipboard
constructor(result: List<Byte>, scope: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard