PrivateNodeRegistration

class PrivateNodeRegistration(val privateNodeCertificate: Certificate, val gatewayCertificate: Certificate, val gatewayInternetAddress: String, val gatewaySessionKey: SessionKey? = null)

Private node registration with its gateway.

When the node is a private endpoint, the gateway must be private. When the node is a private gateway, the gateway must be public.

Parameters

privateNodeCertificate

The certificate of the private node

gatewayCertificate

The certificate of the gateway acting as server

gatewayInternetAddress

The Internet address of the gateway

gatewaySessionKey

The session key of the gateway acting as server

Constructors

Link copied to clipboard
constructor(privateNodeCertificate: Certificate, gatewayCertificate: Certificate, gatewayInternetAddress: String, gatewaySessionKey: SessionKey? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Serialize registration.