ECDHRendezvous

@JsonClass(generateAdapter = true)
data class ECDHRendezvous(    val transport: SimpleHttpRendezvousTransportDetails,     val algorithm: SecureRendezvousChannelAlgorithm,     val key: String)

Constructors

Link copied to clipboard
fun ECDHRendezvous(    transport: SimpleHttpRendezvousTransportDetails,     algorithm: SecureRendezvousChannelAlgorithm,     key: String)

Properties

Link copied to clipboard
val algorithm: SecureRendezvousChannelAlgorithm
Link copied to clipboard
val key: String
Link copied to clipboard
val transport: SimpleHttpRendezvousTransportDetails