Documentation

RandomNodeProvider
in package
implements NodeProviderInterface

RandomNodeProvider provides functionality to generate a random node ID, in the event that the node ID could not be obtained from the host system

Tags
link
http://tools.ietf.org/html/rfc4122#section-4.5

Interfaces, Classes and Traits

NodeProviderInterface
NodeProviderInterface provides functionality to get the node ID (or host ID in the form of the system's MAC address) from a specific type of node provider

Table of Contents

getNode()  : string
Returns the system node ID

Methods

getNode()

Returns the system node ID

public getNode() : string
Tags
throws
Exception

if it was not possible to gather sufficient entropy

Return values
string

System node ID as a hexadecimal string

Search results