Class: ParseBeaconsResponse

thaliNotificationBeacons~ParseBeaconsResponse

new ParseBeaconsResponse(keyId, pskIdentifyField, psk)

Response object describing a successfully parsed beacon.

The definition of pskIdentifyField and psk are as given here.

Parameters:
Name Type Description
keyId buffer

The buffer contains the HKey as defined here.

pskIdentifyField string

This is the value to put in the PSK identity field of the ClientKeyExchange message when establishing a TLS connection using PSK. This value is generated

psk buffer

This is the calculated pre-shared key that will be needed to establish a TLS PSK connection.

Source:

Members

(private) keyId :buffer

Type:
  • buffer
Source:

(private) psk :buffer

Type:
  • buffer
Source:

(private) pskIdentifyField :string

Type:
  • string
Source: