Package-level declarations

Types

Link copied to clipboard
open class BasicPrivmxEndpoint(enableModule: Set<Modules>, userPrivateKey: String, solutionId: String, bridgeUrl: String) : AutoCloseable

A collection of all PrivMX Endpoint modules. It represents a single connection to PrivMX Bridge.

Link copied to clipboard
class PrivmxEndpoint(enableModule: Set<Modules>, userPrivateKey: String, solutionId: String, bridgeUrl: String) : BasicPrivmxEndpoint, AutoCloseable

Extends BasicPrivmxEndpoint with event callbacks dispatcher.

Link copied to clipboard

Manages certificates, Platform sessions, and active connections. Implements event loop that can be started using startListening. Contains instance of CryptoApi.