Interface: IKENonce

ikev2.IKENonce

IKENonce is the IKEv2 Nonce payload this implements the IKEPayload interface

Example

const ikev2 = require('nuclei/ikev2');
const nonce = new ikev2.IKENonce();
nonce.NonceData = [1, 2, 3];

Table of contents

Properties

Properties

NonceData

Optional NonceData: Uint8Array

Defined in

ikev2.ts:103