Package-level declarations
Types
Link copied to clipboard
open class BasicPrivmxEndpoint @JvmOverloads constructor(enableModule: Set<Modules>, userPrivateKey: String, solutionId: String, bridgeUrl: String, verificationOptions: PKIVerificationOptions? = null) : AutoCloseable
A collection of all PrivMX Endpoint modules. It represents a single connection to PrivMX Bridge.
Link copied to clipboard
class PrivmxEndpoint @JvmOverloads constructor(enableModule: Set<Modules>, userPrivateKey: String, solutionId: String, bridgeUrl: String, verificationOptions: PKIVerificationOptions? = null) : 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.