Package org.matrix.android.sdk.api.rendezvous.channels

Types

Link copied to clipboard
class ECDHRendezvousChannel(    var transport: RendezvousTransport,     algorithm: SecureRendezvousChannelAlgorithm,     theirPublicKeyBase64: String?) : RendezvousChannel

Implements X25519 ECDH key agreement and AES-256-GCM encryption channel as per MSC3903: https://github.com/matrix-org/matrix-spec-proposals/pull/3903