Interface: IKENotification

ikev2.IKENotification

IKEv2Notify is the IKEv2 Notification payload this implements the IKEPayload interface

Example

const ikev2 = require('nuclei/ikev2');
const notify = new ikev2.IKENotification();
notify.NotifyMessageType = ikev2.IKE_NOTIFY_NO_PROPOSAL_CHOSEN;
notify.NotificationData = [1, 2, 3];

Table of contents

Properties

Properties

NotificationData

Optional NotificationData: Uint8Array

Defined in

ikev2.ts:123


NotifyMessageType

Optional NotifyMessageType: number

Defined in

ikev2.ts:121