Private Node Registration
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
private Node Certificate
The certificate of the private node
gateway Certificate
The certificate of the gateway acting as server
gateway Internet Address
The Internet address of the gateway
gateway Session Key
The session key of the gateway acting as server
Constructors
Link copied to clipboard
constructor(privateNodeCertificate: Certificate, gatewayCertificate: Certificate, gatewayInternetAddress: String, gatewaySessionKey: SessionKey? = null)